Avatar
Kishikawa Katsumi 3/16/2024 4:54 AM
https://forums.swift.org/t/is-there-a-way-to-programmatically-allow-trust-the-compiler-plugin-to-run-from-the-command-line/65690/4 マクロをTrustしないでいいやり方はコンパイラオプションで-skipMacroValidationという方法もあるみたい。
Is there a way to explicitly set a specific list of macros that are validated instead of skipping validation for all of them? as the documentation of the option suggests this is a security risk: -skipMacroValidation Skip validation of macros (this can be a security risk if they are not from trusted sources)