From 9e49bb01c112a887c6892101c379a3764d48799e Mon Sep 17 00:00:00 2001 From: Nicky <31034418+nickybondarenko@users.noreply.github.com> Date: Thu, 4 Jul 2024 13:29:04 +0200 Subject: [PATCH] docs: update readme (#153) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6ab0cf28..f47944e4 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,11 @@ Functionalities: - Automatic data collection about which flags have been accessed by the application - Event tracking for instrumenting your application +### Swift 6 support: strict concurrency + +If your app is using some of the features of Swift 6, we recommend setting the **Strict Concurrency Checking** to +**Minimal**. + ## Dependency Setup ### Swift Package Manager