swift-book icon indicating copy to clipboard operation
swift-book copied to clipboard

Update or remove the list of architectures in the reference

Open amartini51 opened this issue 1 year ago • 0 comments

Location

https://docs.swift.org/swift-book/documentation/the-swift-programming-language/statements#Conditional-Compilation-Block

Description

The list of architectures next to the arch() platform condition might be out of date.

Correction

Is arm64_32 officially supported? If so, it should be added.

Alternately, it's been suggested that the Swift project itself, and not TSPL, should own this list. so maybe we should just remove it and handle architectures like we do version numbers. If possible, we should link to a page on Swift.org that has a list of official (and unofficial?) support.

amartini51 avatar Jan 12 '24 21:01 amartini51