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 0bd543d commit b9bdc6fCopy full SHA for b9bdc6f
Sources/FoundationEssentials/Data/Data+Reading.swift
@@ -193,7 +193,7 @@ struct ReadBytesResult {
193
}
194
195
#if os(Windows)
196
-@lifetime(pBuffer: copy pBuffer)
+@_lifetime(pBuffer: copy pBuffer)
197
private func read(from hFile: HANDLE, at path: PathOrURL,
198
into pBuffer: inout OutputRawSpan,
199
chunkSize dwChunk: Int = 4096, progress bProgress: Bool)
0 commit comments