You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message:"Replace usages of this initializer with new init(url:headers:encoder:decoder:session:logger)"
14
+
message:
15
+
"Replace usages of this initializer with new init(url:headers:encoder:decoder:session:logger)"
15
16
)
16
17
publicinit(
17
18
url:URL,
@@ -101,7 +102,8 @@ extension StorageFileApi {
101
102
@available(
102
103
*,
103
104
deprecated,
104
-
message:"File was deprecated and it isn't used in the package anymore, if you're using it on your application, consider replacing it as it will be removed on the next major release."
105
+
message:
106
+
"File was deprecated and it isn't used in the package anymore, if you're using it on your application, consider replacing it as it will be removed on the next major release."
105
107
)
106
108
publicstructFile:Hashable,Equatable{
107
109
publicvarname:String
@@ -121,7 +123,8 @@ public struct File: Hashable, Equatable {
121
123
*,
122
124
deprecated,
123
125
renamed:"MultipartFormData",
124
-
message:"FormData was deprecated in favor of MultipartFormData, and it isn't used in the package anymore, if you're using it on your application, consider replacing it as it will be removed on the next major release."
126
+
message:
127
+
"FormData was deprecated in favor of MultipartFormData, and it isn't used in the package anymore, if you're using it on your application, consider replacing it as it will be removed on the next major release."
0 commit comments