func cleanup()

in Sources/XCRemoteCache/Debugging/DSYMOrganizer.swift [83:87]


    func cleanup() throws {
        if !wasDsymGenerated && fileManager.fileExists(atPath: dSYMPath.path) {
            try fileManager.removeItem(at: dSYMPath)
        }
    }