buildLimitedAvailability(_:)
Provides support for “if” statements with #available() clauses in multi-statement closures, producing conditional content for the “then” branch, i.e. the conditionally-available branch.
Declaration
static func buildLimitedAvailability(_ content: any AttachmentContent) -> some AttachmentContent