Browse Source

[Storage] Add preconcurrency attribute to class (#14272)

Nick Cooke 1 year ago
parent
commit
dd8b502034
1 changed files with 1 additions and 0 deletions
  1. 1 0
      FirebaseStorage/Sources/Internal/StorageInternalTask.swift

+ 1 - 0
FirebaseStorage/Sources/Internal/StorageInternalTask.swift

@@ -22,6 +22,7 @@ import Foundation
 
 /// Implement StorageTasks that are not directly exposed via the public API.
 @available(iOS 13, tvOS 13, macOS 10.15, macCatalyst 13, watchOS 7, *)
+@preconcurrency
 class StorageInternalTask: StorageTask {
   private var fetcher: GTMSessionFetcher?