Skip to content

Commit 79eb509

Browse files
committed
chore: Fix for recent code versions
1 parent 8cce2f7 commit 79eb509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dyld-cache-dump/String+LocalizedError.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
import Foundation
2626

27-
extension String: LocalizedError
27+
extension String: @retroactive LocalizedError
2828
{
2929
public var errorDescription: String?
3030
{

0 commit comments

Comments
 (0)