You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Motivation
----------
Libraries should have as few dependencies as possible. `Tar` only
depends on Foundation because of a convenience wrapper function which
can easily be handled in the caller.
Modifications
-------------
* Remove the `public func tar(_ data: Data, filename: String) throws ->
[UInt8]` wrapper
Result
------
No functional change to `containertool`. `Tar` no longer depends on
Foundation.
Test Plan
---------
Existing tests continue to pass.
0 commit comments