René's URL Explorer Experiment


Title: Restore configurable simulator OSLog subsystem filters · Issue #409 · getsentry/XcodeBuildMCP · GitHub

Open Graph Title: Restore configurable simulator OSLog subsystem filters · Issue #409 · getsentry/XcodeBuildMCP

X Title: Restore configurable simulator OSLog subsystem filters · Issue #409 · getsentry/XcodeBuildMCP

Description: Problem build_run_sim and launch_app_sim currently start OSLog capture with a fixed predicate: subsystem == "" That means simulator run flows no longer expose the older log-capture behavior that allowed callers to broaden or cu...

Open Graph Description: Problem build_run_sim and launch_app_sim currently start OSLog capture with a fixed predicate: subsystem == "" That means simulator run flows no longer expose the older log-capture behavi...

X Description: Problem build_run_sim and launch_app_sim currently start OSLog capture with a fixed predicate: subsystem == "<bundleId>" That means simulator run flows no longer expose the older lo...

Opengraph URL: https://github.com/getsentry/XcodeBuildMCP/issues/409

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Restore configurable simulator OSLog subsystem filters","articleBody":"## Problem\n\n`build_run_sim` and `launch_app_sim` currently start OSLog capture with a fixed predicate:\n\n```text\nsubsystem == \"\u003cbundleId\u003e\"\n```\n\nThat means simulator run flows no longer expose the older log-capture behavior that allowed callers to broaden or customize the subsystem filter (for example app-only vs SwiftUI vs custom subsystems vs all logs). This is a regression for users who need runtime logs outside the app bundle ID subsystem.\n\n## Current behavior\n\n- `build_run_sim` extracts the app bundle ID from the built app and passes it to `launchSimulatorAppWithLogging`.\n- `launch_app_sim` accepts a user-provided `bundleId` and passes it to `launchSimulatorAppWithLogging`.\n- `launchSimulatorAppWithLogging` validates `bundleId`, then `startTrackedOsLogStream` builds the fixed OSLog predicate using that bundle ID.\n- There is no public tool argument for custom subsystem filters or broader OSLog capture.\n\n## Expected behavior\n\nExpose a public, structured option for simulator OSLog filtering so callers can request useful non-default capture modes without raw predicate injection risk.\n\nSuggested shape, matching the old intent:\n\n```ts\nsubsystemFilter?: 'app' | 'all' | 'swiftui' | string[];\n```\n\nSemantics:\n\n- `app`: current default, `subsystem == \"\u003cbundleId\u003e\"`\n- `all`: omit `--predicate`\n- `swiftui`: include app subsystem and `com.apple.SwiftUI`\n- `string[]`: include app subsystem plus caller-provided subsystem names\n\n## Security requirement\n\nPR #407 reintroduced validation for the current fixed predicate by validating `bundleId` before it is interpolated into:\n\n```text\n--predicate subsystem == \"\u003cbundleId\u003e\"\n```\n\nIf custom filter arguments are added, the same validation needs to be applied at the predicate-construction boundary:\n\n- Validate `bundleId`.\n- Validate every caller-provided subsystem string.\n- Allow only alphanumeric characters, dots, hyphens, and underscores.\n- Reject invalid values before spawning any `simctl launch` or `log stream` helper.\n- Do not expose raw NSPredicate strings unless there is a separate security model for arbitrary predicate syntax.\n\n## Acceptance criteria\n\n- `build_run_sim` and `launch_app_sim` expose the same OSLog filter option.\n- Invalid subsystem values return structured tool failures before spawning helpers.\n- Structured output includes a diagnostic explaining the invalid filter value.\n- Tests cover quotes/backslashes/predicate operators in both bundle ID and custom subsystem filter values.\n- Default behavior remains unchanged: app subsystem only.\n","author":{"url":"https://github.com/cameroncooke","@type":"Person","name":"cameroncooke"},"datePublished":"2026-05-11T08:57:41.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":2},"url":"https://github.com/409/XcodeBuildMCP/issues/409"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:802cc511-6ada-f3aa-8288-13fa129fc4ba
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idD92C:34EA5C:3AB63C:4F3EA9:6A4D2F03
html-safe-nonceb1361d3cd90036d57a7a0bd518c72faec79f6fa9c241cb2a7118e81f300992aa
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEOTJDOjM0RUE1QzozQUI2M0M6NEYzRUE5OjZBNEQyRjAzIiwidmlzaXRvcl9pZCI6IjY2NTYyMTczMjIxNDU3ODc2NTEiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac67fdb7bc474a5cebb2fc9e039eea791f4e55673c6c4c81f14073d2c39e72dc74
hovercard-subject-tagissue:4419436446
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/getsentry/XcodeBuildMCP/409/issue_layout
twitter:imagehttps://opengraph.githubassets.com/196b15f82fcea2f2e5791cfaeee937de7eaf55bf5e1f9c4133e05b0a9d6aac7f/getsentry/XcodeBuildMCP/issues/409
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/196b15f82fcea2f2e5791cfaeee937de7eaf55bf5e1f9c4133e05b0a9d6aac7f/getsentry/XcodeBuildMCP/issues/409
og:image:altProblem build_run_sim and launch_app_sim currently start OSLog capture with a fixed predicate: subsystem == "" That means simulator run flows no longer expose the older log-capture behavi...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamecameroncooke
hostnamegithub.com
expected-hostnamegithub.com
None92571a8944142227b7e19cd10918b1ddd06e5066c1ad5bc7e4769cf6140a87e6
turbo-cache-controlno-preview
go-importgithub.com/getsentry/XcodeBuildMCP git https://github.com/getsentry/XcodeBuildMCP.git
octolytics-dimension-user_id1396951
octolytics-dimension-user_logingetsentry
octolytics-dimension-repository_id945551361
octolytics-dimension-repository_nwogetsentry/XcodeBuildMCP
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id945551361
octolytics-dimension-repository_network_root_nwogetsentry/XcodeBuildMCP
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release93f17a978ee60bc4668e1d7b90e6bd2d622261fd
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/getsentry/XcodeBuildMCP/issues/409#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgetsentry%2FXcodeBuildMCP%2Fissues%2F409
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgetsentry%2FXcodeBuildMCP%2Fissues%2F409
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=getsentry%2FXcodeBuildMCP
Reloadhttps://github.com/getsentry/XcodeBuildMCP/issues/409
Reloadhttps://github.com/getsentry/XcodeBuildMCP/issues/409
Reloadhttps://github.com/getsentry/XcodeBuildMCP/issues/409
Please reload this pagehttps://github.com/getsentry/XcodeBuildMCP/issues/409
getsentry https://github.com/getsentry
XcodeBuildMCPhttps://github.com/getsentry/XcodeBuildMCP
Please reload this pagehttps://github.com/getsentry/XcodeBuildMCP/issues/409
Notifications https://github.com/login?return_to=%2Fgetsentry%2FXcodeBuildMCP
Fork 300 https://github.com/login?return_to=%2Fgetsentry%2FXcodeBuildMCP
Star 6k https://github.com/login?return_to=%2Fgetsentry%2FXcodeBuildMCP
Code https://github.com/getsentry/XcodeBuildMCP
Issues 14 https://github.com/getsentry/XcodeBuildMCP/issues
Pull requests 8 https://github.com/getsentry/XcodeBuildMCP/pulls
Discussions https://github.com/getsentry/XcodeBuildMCP/discussions
Actions https://github.com/getsentry/XcodeBuildMCP/actions
Projects https://github.com/getsentry/XcodeBuildMCP/projects
Security and quality 0 https://github.com/getsentry/XcodeBuildMCP/security
Insights https://github.com/getsentry/XcodeBuildMCP/pulse
Code https://github.com/getsentry/XcodeBuildMCP
Issues https://github.com/getsentry/XcodeBuildMCP/issues
Pull requests https://github.com/getsentry/XcodeBuildMCP/pulls
Discussions https://github.com/getsentry/XcodeBuildMCP/discussions
Actions https://github.com/getsentry/XcodeBuildMCP/actions
Projects https://github.com/getsentry/XcodeBuildMCP/projects
Security and quality https://github.com/getsentry/XcodeBuildMCP/security
Insights https://github.com/getsentry/XcodeBuildMCP/pulse
Restore configurable simulator OSLog subsystem filtershttps://github.com/getsentry/XcodeBuildMCP/issues/409#top
stalehttps://github.com/getsentry/XcodeBuildMCP/issues?q=state%3Aopen%20label%3A%22stale%22
https://github.com/cameroncooke
cameroncookehttps://github.com/cameroncooke
on May 11, 2026https://github.com/getsentry/XcodeBuildMCP/issues/409#issue-4419436446
#407https://github.com/getsentry/XcodeBuildMCP/pull/407
stalehttps://github.com/getsentry/XcodeBuildMCP/issues?q=state%3Aopen%20label%3A%22stale%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.