File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Sources/Configuration/Providers/Common Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ package import Foundation
2020package import SystemPackage
2121
2222/// A file system abstraction used by some of the providers in Configuration.
23+ @available ( Configuration 1 . 0 , * )
2324package protocol CommonProviderFileSystem : Sendable {
2425 /// Loads the file contents at the specified file path.
2526 /// - Parameter filePath: The path to the file.
@@ -49,6 +50,7 @@ package protocol CommonProviderFileSystem: Sendable {
4950}
5051
5152/// A file system implementation that uses the local file system.
53+ @available ( Configuration 1 . 0 , * )
5254package struct LocalCommonProviderFileSystem : Sendable {
5355 /// The error thrown by the file system.
5456 package enum FileSystemError : Error , CustomStringConvertible {
You can’t perform that action at this time.
0 commit comments