CMake also generates the 'Swift Compiler - Custom Flags' for each debug/release mode, and they all look like so:
'-cxx-interoperability-mode=default'
-Xcc
'-std=c++20'
$(inherited)
(modulo the -O options for size/none/etc).
So I'm confused what flags Xcode 15 Beta is using when showing me the bindings it generates per the WWDC 2023 talk I tagged.
Topic:
Programming Languages
SubTopic:
Swift
Tags: