File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ import Foundation
1313// split this conformance requirement out into a trivial base protocol to make
1414// it easy to have different behavior for different language versions. Prior to
1515// Swift 6.2, SendableMetatype is not even available.
16- #if swift(<6.2)
17- public protocol _ExternalLoaderMetatype { }
18- #else
16+ // #if swift(<6.2)
17+ // public protocol _ExternalLoaderMetatype {}
18+ // #else
1919public protocol _ExternalLoaderMetatype : SendableMetatype { }
20- #endif
20+ // #endif
2121
2222/// An `ExternalLoader` enables `OpenAPIKit` to load external references
2323/// without knowing the details of what decoder is being used or how new internal
Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ import Foundation
1313// split this conformance requirement out into a trivial base protocol to make
1414// it easy to have different behavior for different language versions. Prior to
1515// Swift 6.2, SendableMetatype is not even available.
16- #if swift(<6.2)
17- public protocol _ExternalLoaderMetatype { }
18- #else
16+ // #if swift(<6.2)
17+ // public protocol _ExternalLoaderMetatype {}
18+ // #else
1919public protocol _ExternalLoaderMetatype : SendableMetatype { }
20- #endif
20+ // #endif
2121
2222/// An `ExternalLoader` enables `OpenAPIKit` to load external references
2323/// without knowing the details of what decoder is being used or how new internal
You can’t perform that action at this time.
0 commit comments