We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13a7da9 commit f9994d6Copy full SHA for f9994d6
1 file changed
Sources/TAR/TarWriter.swift
@@ -24,8 +24,8 @@ import Foundation
24
try writer.finalize()
25
try handle.close()
26
```
27
- Note that `TarWriter.finalize()` must be called after finishing appending entries to the container. However, closing
28
- the `FileHandle` remains the responsibility of the caller.
+ Note that `TarWriter.finalize()` must be called after finishing appending entries to the container. In addition,
+ closing the `FileHandle` remains the responsibility of the caller.
29
30
- Important: Due to the API availability limitations of Foundation's `FileHandle`, on certain platforms errors in
31
`FileHandle` operations may result in unrecoverable runtime failures due to unhandled Objective-C exceptions (which are
0 commit comments