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 ada0ceb commit 158c7f4Copy full SHA for 158c7f4
stdlib/public/core/CTypes.swift
@@ -284,6 +284,7 @@ extension UInt {
284
/// A wrapper around a C `va_list` pointer.
285
#if arch(arm64) && !(os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS) || os(Windows))
286
@frozen
287
+@unsafe
288
public struct CVaListPointer {
289
@usableFromInline // unsafe-performance
290
internal var _value: (__stack: UnsafeMutablePointer<Int>?,
@@ -317,6 +318,7 @@ extension CVaListPointer: CustomDebugStringConvertible {
317
318
#else
319
320
321
322
323
324
internal var _value: UnsafeMutableRawPointer
0 commit comments