From 4314f281d1e3155957599df807e2c4573a88baee Mon Sep 17 00:00:00 2001 From: Yannik Bloscheck Date: Mon, 7 Jul 2025 12:31:35 +0200 Subject: [PATCH] [ios] Increasing used Swift version Signed-off-by: Yannik Bloscheck --- xcode/common.xcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcode/common.xcconfig b/xcode/common.xcconfig index 20852c985..fe50da5b9 100644 --- a/xcode/common.xcconfig +++ b/xcode/common.xcconfig @@ -98,7 +98,7 @@ MTL_FAST_MATH = YES ONLY_ACTIVE_ARCH = YES PRODUCT_NAME = $(TARGET_NAME) SKIP_INSTALL = YES -SWIFT_VERSION = 5.5 +SWIFT_VERSION = 5.8 TARGETED_DEVICE_FAMILY = 1,2 VALID_ARCHS = arm64 VALID_ARCHS[sdk=iphonesimulator*] = x86_64 arm64