Skip to content

Commit e50b634

Browse files
committed
Use Foundation import
1 parent fca8b64 commit e50b634

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/Cache/Errors/InvalidTypeError.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import Foundation.FoundationErrors
1+
import Foundation
22

33
/// `Error` that reports the expected type for a value
44
public struct InvalidTypeError<ExpectedType, ActualType>: LocalizedError {

Sources/Cache/Errors/MissingRequiredKeysError.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import Foundation.FoundationErrors
1+
import Foundation
22

33
/// `Error` that reports the required keys
44
public struct MissingRequiredKeysError<Key: Hashable>: LocalizedError {

0 commit comments

Comments
 (0)