Skip to content

Commit dd8b502

Browse files
authored
[Storage] Add preconcurrency attribute to class (#14272)
1 parent badde0a commit dd8b502

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

FirebaseStorage/Sources/Internal/StorageInternalTask.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import Foundation
2222

2323
/// Implement StorageTasks that are not directly exposed via the public API.
2424
@available(iOS 13, tvOS 13, macOS 10.15, macCatalyst 13, watchOS 7, *)
25+
@preconcurrency
2526
class StorageInternalTask: StorageTask {
2627
private var fetcher: GTMSessionFetcher?
2728

0 commit comments

Comments
 (0)