Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/getsentry/XcodeBuildMCP
/ onStderr
Method
onStderr
src/utils/xcodebuild-pipeline.ts:35–35 ·
view source on GitHub ↗
(chunk: string)
Source
from the content-addressed store, hash-verified
33
export
interface
XcodebuildPipeline {
34
onStdout(chunk: string): void;
35
onStderr(chunk: string): void;
36
emitFragment(fragment: AnyFragment): void;
37
finalize(
38
succeeded: boolean,
Callers
14
executeXcodeBuildCommand
Function · 0.65
onStderr
Function · 0.65
defaultExecutor
Function · 0.65
onStderr
Function · 0.65
processItem
Function · 0.65
collectEvents
Function · 0.65
collectRunStateEvents
Function · 0.65
xcodebuild-event-parser.test.ts
File · 0.65
executor
Function · 0.65
xcodebuild-pipeline.test.ts
File · 0.65
createSwiftPackageRunExecutor
Function · 0.65
createSwiftPackageTestExecutor
Function · 0.65
Calls
no outgoing calls
Tested by
4
collectEvents
Function · 0.52
collectRunStateEvents
Function · 0.52
executor
Function · 0.52
mock
Function · 0.52