File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import protocol TSCBasic.FileSystem
1515
1616/// An `Archiver` that handles multiple formats by delegating to other existing archivers each dedicated to its own
1717/// format.
18- public final class UniversalArchiver : Archiver {
18+ public struct UniversalArchiver : Archiver {
1919 public var supportedExtensions : Set < String >
2020
2121 /// Errors specific to the implementation of ``UniversalArchiver``.
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import TSCBasic
1414import Dispatch
1515
1616/// An `Archiver` that handles ZIP archives using the command-line `zip` and `unzip` tools.
17- public final class ZipArchiver : Archiver , Cancellable {
17+ public struct ZipArchiver : Archiver , Cancellable {
1818 public var supportedExtensions : Set < String > { [ " zip " ] }
1919
2020 /// The file-system implementation used for various file-system operations and checks.
You can’t perform that action at this time.
0 commit comments