From 346a6e6e5337fbadceb1737499d589c2e7db3d5b Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Mon, 26 Feb 2024 21:35:23 -0800 Subject: [PATCH] Set macOS to 14.0. Set swift version to 5.9. Adopt targeted SWIFT_STRICT_CONCURRENCY. --- xcconfig/NetNewsWire_project.xcconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/xcconfig/NetNewsWire_project.xcconfig b/xcconfig/NetNewsWire_project.xcconfig index 30d8a35af..c62e3e0b1 100644 --- a/xcconfig/NetNewsWire_project.xcconfig +++ b/xcconfig/NetNewsWire_project.xcconfig @@ -39,11 +39,12 @@ GCC_WARN_UNDECLARED_SELECTOR = YES GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE GCC_WARN_UNUSED_FUNCTION = YES GCC_WARN_UNUSED_VARIABLE = YES -MACOSX_DEPLOYMENT_TARGET = 13.0 +MACOSX_DEPLOYMENT_TARGET = 14.0 IPHONEOS_DEPLOYMENT_TARGET = 17.0 //SDKROOT = macosx SWIFT_SWIFT3_OBJC_INFERENCE = Off -SWIFT_VERSION = 5.1 +SWIFT_VERSION = 5.9 +SWIFT_STRICT_CONCURRENCY = targeted // https://forums.swift.org/t/swift-packages-in-multiple-targets-results-in-this-will-result-in-duplication-of-library-code-errors/34892/33 DISABLE_DIAMOND_PROBLEM_DIAGNOSTIC = YES