The version of the Swift language to use for compiling Swift sources in the package.
SDK
- Xcode 10.2+
Framework
- Swift Package Manager
The version of the Swift language to use for compiling Swift sources in the package.
SDK
Framework
case version(String)
A user-defined value for the Swift version.
func encode(to: Encoder)
Encodes this value into the given encoder.
enum CLanguage Standard
The supported C language standard to use for compiling C sources in the package.
enum CXXLanguage Standard
The supported C++ language standards to use for compiling C++ sources in the package.
var swift Language Versions: [Swift Version]?
The list of Swift versions that this package is compatible with.
var c Language Standard: CLanguage Standard?
The C language standard to use for all C targets in this package.
var cxx Language Standard: CXXLanguage Standard?
The C++ language standard to use for all C++ targets in this package.