Skip to content

Fix "not installing shadowed plugin" startup log noise.#1451

Merged
jglogan merged 2 commits intoapple:mainfrom
jglogan:shadowed-lognoise
Apr 27, 2026
Merged

Fix "not installing shadowed plugin" startup log noise.#1451
jglogan merged 2 commits intoapple:mainfrom
jglogan:shadowed-lognoise

Conversation

@jglogan
Copy link
Copy Markdown
Contributor

@jglogan jglogan commented Apr 25, 2026

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update

Motivation and Context

Confusing messages in logs.

Testing

  • Tested locally
  • Added/updated tests
  • Added/updated docs

- Closes apple#1450.
- If we require that bundle-packaged installs must
  populate a Unix-structured `bin` and `libexec`,
  we don't need the code that searches the
  app bundle install root. As it stands, we enumerate
  both the app bundle and the Linux paths, meaning
  we're looking at the same plugins (in different
  paths) twice.
@github-actions github-actions Bot added the cli label Apr 25, 2026
Comment thread Package.swift
@jglogan jglogan merged commit 651811c into apple:main Apr 27, 2026
3 checks passed
@jglogan jglogan deleted the shadowed-lognoise branch April 27, 2026 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: "not installing shadowed plugin" when using macOS app bundle packaging.

2 participants