MCPcopy Index your code
hub / github.com/getsentry/XcodeBuildMCP / getDefaultSwiftPackageCachePath

Function getDefaultSwiftPackageCachePath

src/utils/build-utils.ts:25–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23}
24
25function getDefaultSwiftPackageCachePath(): string {
26 return path.join(os.homedir(), 'Library', 'Caches', 'org.swift.swiftpm');
27}
28
29export async function executeXcodeBuildCommand(
30 params: SharedBuildParams,

Callers 1

executeXcodeBuildCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected