Skip to main content
Glama
BuildLogParser.d.ts837 B
import type { BuildLogInfo, ParsedBuildResults } from '../types/index.js'; export declare class BuildLogParser { static findProjectDerivedData(projectPath: string): Promise<string | null>; static getCustomDerivedDataLocationFromXcodePreferences(): Promise<string | null>; static getLatestBuildLog(projectPath: string): Promise<BuildLogInfo | null>; static getRecentBuildLogs(projectPath: string, sinceTime: number): Promise<BuildLogInfo[]>; static getLatestTestLog(projectPath: string): Promise<BuildLogInfo | null>; static parseBuildLog(logPath: string, retryCount?: number, maxRetries?: number): Promise<ParsedBuildResults>; static canParseLog(logPath: string): Promise<boolean>; static parseTestResults(_xcresultPath: string): Promise<ParsedBuildResults>; } //# sourceMappingURL=BuildLogParser.d.ts.map

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/lapfelix/XcodeMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server