Cromulent macrumors 604 Original poster Aug 8, 2024 #1 Can someone confirm what version of Clang comes with Xcode on macOS 15.0 or 15.1? I'm interested to know whether a newer version of Swift is included.
Can someone confirm what version of Clang comes with Xcode on macOS 15.0 or 15.1? I'm interested to know whether a newer version of Swift is included.
G galad macrumors 6502a Aug 9, 2024 #2 clang is a c/c++/objecetive-c compiler, so it's mostly unrelated to Swift. Anyway, Xcode 16 comes with a Swift 6 compiler.
clang is a c/c++/objecetive-c compiler, so it's mostly unrelated to Swift. Anyway, Xcode 16 comes with a Swift 6 compiler.
Cromulent macrumors 604 Original poster Aug 9, 2024 #3 galad said: clang is a c/c++/objecetive-c compiler, so it's mostly unrelated to Swift. Anyway, Xcode 16 comes with a Swift 6 compiler. Click to expand... Ah, I see. My mistake. Thank you very much.
galad said: clang is a c/c++/objecetive-c compiler, so it's mostly unrelated to Swift. Anyway, Xcode 16 comes with a Swift 6 compiler. Click to expand... Ah, I see. My mistake. Thank you very much.