File tree Expand file tree Collapse file tree 6 files changed +4
-6
lines changed
Plugins/ContainerImageBuilder Expand file tree Collapse file tree 6 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1212//
1313//===----------------------------------------------------------------------===//
1414
15- import Foundation
15+ import class Foundation. Pipe
1616
1717extension Pipe {
1818 var lines : AsyncThrowingStream < String , Error > {
Original file line number Diff line number Diff line change 1212//
1313//===----------------------------------------------------------------------===//
1414
15- import Foundation
15+ import struct Foundation. Data
1616
1717// This file defines a basic tar writer which produces POSIX tar files.
1818// This avoids the need to depend on a system-provided tar binary.
Original file line number Diff line number Diff line change 1212//
1313//===----------------------------------------------------------------------===//
1414
15- import Foundation
15+ import struct Foundation. Data
1616import ContainerRegistry
1717
1818extension RegistryClient {
Original file line number Diff line number Diff line change 1212//
1313//===----------------------------------------------------------------------===//
1414
15- import Foundation
15+ import class Foundation. ProcessInfo
1616import ContainerRegistry
1717import Testing
1818
Original file line number Diff line number Diff line change 1212//
1313//===----------------------------------------------------------------------===//
1414
15- import Foundation
1615import Testing
1716
1817@testable import Tar
Original file line number Diff line number Diff line change 1414
1515@testable import containertool
1616import Crypto
17- import Foundation
1817import Testing
1918
2019// Check that compressing the same data on macOS and Linux produces the same output.
You can’t perform that action at this time.
0 commit comments