@Override
    public CompilationArtifact compile(String filePath, List<String> dependencies) {
        File file = slangCompilationService.getFile(filePath);

        try {