fn build_report( vendored_manifest: &Value, installed_manifest: &Value, vendored_version: &str, installed_version: Option<&str>, ) -> Result<DriftReport>