Hello,
I tried enabling Complete Strict Concurrency Checking in Xcode 14.1 (in the Build Settings of my target) and a warning appeared on the line where I was setting ShowTime.enabled.
In particular my code is:
AppDelegate.swift
func applicationDidBecomeActive(_ application: UIApplication) {
ShowTime.enabled = ...
...
}
Please find a minimal sample project attached, it's entirely SwiftUI so no AppDelegate but the behavior is the same.
ShowTimeTest.zip
Thank you.
Hello,
I tried enabling
CompleteStrict Concurrency Checkingin Xcode 14.1 (in the Build Settings of my target) and a warning appeared on the line where I was settingShowTime.enabled.In particular my code is:
AppDelegate.swiftPlease find a minimal sample project attached, it's entirely SwiftUI so no
AppDelegatebut the behavior is the same.ShowTimeTest.zip
Thank you.