When using 6.1.0 in XCODE beta (26.0 beta 6), I get the following warning.
Showing All Messages
/Package.swift:5:15: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
Apparently, the API changed from 'swiftLanguageVersions' to 'swiftLanguageModes'.
Any chance that this can be fixed?
Charlie
When using 6.1.0 in XCODE beta (26.0 beta 6), I get the following warning.
Showing All Messages
/Package.swift:5:15: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
Apparently, the API changed from 'swiftLanguageVersions' to 'swiftLanguageModes'.
Any chance that this can be fixed?
Charlie