Skip to content

feat(ios): support explicit iOS simulator keychain reset #7844

feat(ios): support explicit iOS simulator keychain reset

feat(ios): support explicit iOS simulator keychain reset #7844

Triggered via pull request September 6, 2026 09:18
Status Success
Total duration 14m 38s
Artifacts 1

ci.yml

on: pull_request
Lint & Format
27s
Lint & Format
Repo Guards
4m 42s
Repo Guards
Compatibility & Provenance
37s
Compatibility & Provenance
Typecheck & Package
1m 19s
Typecheck & Package
Coverage
6m 59s
Coverage
Integration Tests
2m 47s
Integration Tests
Fit to window
Zoom out
Zoom in

Annotations

18 errors and 8 warnings
Typecheck & Package: src/daemon/screen-recording-session-resource.ts#L20
The inferred type of 'screenRecordingDurableResource' cannot be named without a reference to 'DurableCaptureResourceRecord' from '../../node_modules/@agent-device/capture-kit/src/durable-capture/store.ts'. This is likely not portable. A type annotation is necessary.
Typecheck & Package: src/daemon/screen-recording-resource-store.ts#L4
The inferred type of 'screenRecordingResourceStore' cannot be named without a reference to 'DurableCaptureResourceRecord' from '../../node_modules/@agent-device/capture-kit/src/durable-capture/store.ts'. This is likely not portable. A type annotation is necessary.
Typecheck & Package: src/daemon/perf-capture-session-resource.ts#L18
The inferred type of 'perfCaptureDurableResource' cannot be named without a reference to 'DurableCaptureResourceRecord' from '../../node_modules/@agent-device/capture-kit/src/durable-capture/store.ts'. This is likely not portable. A type annotation is necessary.
Typecheck & Package: src/daemon/perf-capture-resource-store.ts#L3
The inferred type of 'perfCaptureResourceStore' cannot be named without a reference to 'DurableCaptureResourceRecord' from '../../node_modules/@agent-device/capture-kit/src/durable-capture/store.ts'. This is likely not portable. A type annotation is necessary.
Typecheck & Package: src/daemon/durable-capture-resource.ts#L42
The inferred type of 'createDurableCaptureResource' cannot be named without a reference to 'DurableCaptureResourceRecord' from '../../node_modules/@agent-device/capture-kit/src/durable-capture/store.ts'. This is likely not portable. A type annotation is necessary.
Typecheck & Package: src/daemon/audio-probe-session-resource.ts#L18
The inferred type of 'audioProbeDurableResource' cannot be named without a reference to 'DurableCaptureResourceRecord' from '../../node_modules/@agent-device/capture-kit/src/durable-capture/store.ts'. This is likely not portable. A type annotation is necessary.
Typecheck & Package: src/daemon/audio-probe-resource-store.ts#L3
The inferred type of 'audioProbeResourceStore' cannot be named without a reference to 'DurableCaptureResourceRecord' from '../../node_modules/@agent-device/capture-kit/src/durable-capture/store.ts'. This is likely not portable. A type annotation is necessary.
Typecheck & Package: src/daemon/app-log-session-resource.ts#L27
The inferred type of 'appLogDurableResource' cannot be named without a reference to 'DurableCaptureResourceRecord' from '../../node_modules/@agent-device/capture-kit/src/durable-capture/store.ts'. This is likely not portable. A type annotation is necessary.
Typecheck & Package: src/daemon/app-log-resource-store.ts#L3
The inferred type of 'appLogResourceStore' cannot be named without a reference to 'DurableCaptureResourceRecord' from '../../node_modules/@agent-device/capture-kit/src/durable-capture/store.ts'. This is likely not portable. A type annotation is necessary.
Integration Tests: src/daemon/screen-recording-session-resource.ts#L20
The inferred type of 'screenRecordingDurableResource' cannot be named without a reference to 'DurableCaptureResourceRecord' from '../../node_modules/@agent-device/capture-kit/src/durable-capture/store.ts'. This is likely not portable. A type annotation is necessary.
Integration Tests: src/daemon/screen-recording-resource-store.ts#L4
The inferred type of 'screenRecordingResourceStore' cannot be named without a reference to 'DurableCaptureResourceRecord' from '../../node_modules/@agent-device/capture-kit/src/durable-capture/store.ts'. This is likely not portable. A type annotation is necessary.
Integration Tests: src/daemon/perf-capture-session-resource.ts#L18
The inferred type of 'perfCaptureDurableResource' cannot be named without a reference to 'DurableCaptureResourceRecord' from '../../node_modules/@agent-device/capture-kit/src/durable-capture/store.ts'. This is likely not portable. A type annotation is necessary.
Integration Tests: src/daemon/perf-capture-resource-store.ts#L3
The inferred type of 'perfCaptureResourceStore' cannot be named without a reference to 'DurableCaptureResourceRecord' from '../../node_modules/@agent-device/capture-kit/src/durable-capture/store.ts'. This is likely not portable. A type annotation is necessary.
Integration Tests: src/daemon/durable-capture-resource.ts#L42
The inferred type of 'createDurableCaptureResource' cannot be named without a reference to 'DurableCaptureResourceRecord' from '../../node_modules/@agent-device/capture-kit/src/durable-capture/store.ts'. This is likely not portable. A type annotation is necessary.
Integration Tests: src/daemon/audio-probe-session-resource.ts#L18
The inferred type of 'audioProbeDurableResource' cannot be named without a reference to 'DurableCaptureResourceRecord' from '../../node_modules/@agent-device/capture-kit/src/durable-capture/store.ts'. This is likely not portable. A type annotation is necessary.
Integration Tests: src/daemon/audio-probe-resource-store.ts#L3
The inferred type of 'audioProbeResourceStore' cannot be named without a reference to 'DurableCaptureResourceRecord' from '../../node_modules/@agent-device/capture-kit/src/durable-capture/store.ts'. This is likely not portable. A type annotation is necessary.
Integration Tests: src/daemon/app-log-session-resource.ts#L27
The inferred type of 'appLogDurableResource' cannot be named without a reference to 'DurableCaptureResourceRecord' from '../../node_modules/@agent-device/capture-kit/src/durable-capture/store.ts'. This is likely not portable. A type annotation is necessary.
Integration Tests: src/daemon/app-log-resource-store.ts#L3
The inferred type of 'appLogResourceStore' cannot be named without a reference to 'DurableCaptureResourceRecord' from '../../node_modules/@agent-device/capture-kit/src/durable-capture/store.ts'. This is likely not portable. A type annotation is necessary.
Compatibility & Provenance
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Typecheck & Package
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Lint & Format
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Integration Tests
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02, pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Integration Tests
Could not query the build cache for fingerprint.deadbeefcafe.android; building inline.
Integration Tests
Could not query the build cache for fingerprint.deadbeefcafe.ios; building inline.
Repo Guards
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Coverage
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/

Artifacts

Produced during runtime
Name Size Digest
web-smoke-artifacts
65.1 MB
sha256:076aa7ae4c1122bf9790c0dba493bb566adc386a1811f245eb1db3a038cc935c