diagnostic: allowlist Apple Immersive Audio SDK dylib - #23367
Merged
Conversation
DaVinci Resolve installs libASAF.dylib as part of Apple's Immersive Audio SDK.
Member
|
Thanks! |
This was referenced Jul 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Allowlist
libASAF.dylibin the stray dylib diagnostic.Why
DaVinci Resolve installs this library as part of Apple's Immersive Audio SDK. It is intentional and is required by the installed ASAF Audio Unit components, but
brew doctorcurrently reports it as an unexpected unbrewed dylib.The installed file was verified as:
com.Apple.pkg.ASAF.SDKversion2.1.11Developer ID Application: Apple Inc. - Apple Immersive Audio (F8U5DM6Y33)arm64andx86_64/Library/Audio/Plug-Ins/ComponentsThis matches the existing policy in
check_for_stray_dylibs, whose allowlist contains known intentional libraries from MacFUSE, VPN clients, filesystem drivers, and endpoint-security software.Reproduction
The diagnostic reports:
Verification
brew lgtmsuccessfully; typechecking passed, and Homebrew reported no style checks or directly associated tests for this file change.brewcommands to reproduce the bug?brew lgtm(style, typechecking and tests) locally?AI/LLM disclosure: I used OpenAI Codex to inspect the local package metadata and code signature, locate the existing allowlist, and help draft this change and description. I reviewed the one-line diff, verified the package and linkage evidence on my Mac, and ran
brew lgtmsuccessfully. I will answer maintainer questions and review comments myself without AI/LLM.