mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
61b8e31f7e
The `IsABIPlaceholder` field was originally introduced over 5 years ago with https://github.com/swiftlang/swift/pull/23731. It does not seem like anything actually depends on this information, though, and the computation of the value has become out-of-date as visionOS and anyAppleOS availability have been introduced. Remove the field from the API digester JSON to avoid confusing anybody else.