We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e853a9 commit adc2749Copy full SHA for adc2749
Sources/Subprocess/SubprocessFoundation/Output+Foundation.swift
@@ -63,17 +63,4 @@ extension Data {
63
}
64
65
66
-// MARK: - Workarounds
67
-#if SubprocessSpan
68
-extension OutputProtocol {
69
- @_disfavoredOverload
70
- public func output(from data: some DataProtocol) throws -> OutputType {
71
- // FIXME: remove workaround for
72
- // rdar://143992296
73
- // https://github.com/swiftlang/swift-subprocess/issues/3
74
- return try self.output(from: data.bytes)
75
- }
76
-}
77
-#endif
78
-
79
#endif // SubprocessFoundation
0 commit comments