Sccache is a ccache-like tool. It is used as a compiler wrapper and avoids compilation when possible. Sccache has the capability to utilize caching in remote storage environments, including various cloud storage options, or alternatively, in local storage.
closes #2056 and #2100
Summary
Removed the warnings by adding
#[allow(dead_code)]
attribute.