Fix build

This commit is contained in:
Isaac
2024-09-19 01:01:52 +08:00
parent 21d5fe177b
commit c474162cff
3 changed files with 4 additions and 4 deletions

View File

@@ -2481,7 +2481,7 @@ private func renderVideo(context: AccountContext, backgroundImage: UIImage, user
completion(nil)
return
}
#if canImport(SwiftData) // Xcode 16
#if compiler(>=6.0) // Xcode 16
nonisolated(unsafe) let export = exportValue
#else
let export = exportValue