Skip to content

Commit bd13c75

Browse files
committed
Add a typealias to avoid a build ordering dependency between projects
1 parent 2a4e916 commit bd13c75

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

stdlib/public/core/OutputStream.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ public protocol TextOutputStream {
7373
mutating func write(_ string: String)
7474
}
7575

76+
/// Temporary typealias
77+
public typealias OutputStream = TextOutputStream
78+
7679
extension TextOutputStream {
7780
public mutating func _lock() {}
7881
public mutating func _unlock() {}

0 commit comments

Comments
 (0)