Skip to content

Commit 8f1e9f8

Browse files
committed
Fix remaining missing macOS availability
1 parent 6a7be7c commit 8f1e9f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/Configuration/Providers/Common/CommonProviderFileSystem.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ package import Foundation
2020
package import SystemPackage
2121

2222
/// A file system abstraction used by some of the providers in Configuration.
23+
@available(Configuration 1.0, *)
2324
package 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, *)
5254
package struct LocalCommonProviderFileSystem: Sendable {
5355
/// The error thrown by the file system.
5456
package enum FileSystemError: Error, CustomStringConvertible {

0 commit comments

Comments
 (0)