Avatar
#if を macro プラグイン内で評価できるようにする仕組みが提案されています https://forums.swift.org/t/rfc-static-build-configuration-in-swiftifconfig-and-build-configurations-for-macro-expansion-contexts/82393
Hi all, I have a pull request up to introduce StaticBuildConfiguration. This type is a simple, Codable struct that contains enough data to answer any BuildConfiguration-based queries. The general idea is that we'll have a way to export this configuration as JSON from the Swift compiler, and that the compiler will also provide it to macros via t...
👀 1