|
Presumably unsafe `withUnsafeMutablePointer` usage pattern
|
|
1
|
77
|
January 22, 2026
|
|
How a ptrauth blend constant is calculated for Swift methods?
|
|
2
|
192
|
November 27, 2025
|
|
How to think properly about binding memory
|
|
4
|
468
|
September 4, 2025
|
|
Is it safe to deinitialize() uninitialized memory if it was bound to a trivial type?
|
|
5
|
197
|
August 29, 2025
|
|
Classes, stored properties, pointer conversion and address stability
|
|
5
|
258
|
December 5, 2024
|
|
Determine origin of a SwiftPM Dependency
|
|
2
|
216
|
December 2, 2024
|
|
[Unsafe Pointers] Which is the expected behavior? Crash or not?
|
|
6
|
275
|
October 14, 2024
|
|
Does UnsafePointer create a weak reference to the referenced object?
|
|
17
|
610
|
October 9, 2024
|
|
Create a nonnull UnsafeRawPointer of underlying rawValue 0
|
|
9
|
279
|
October 8, 2024
|
|
Raw Pointer Address
|
|
0
|
164
|
September 23, 2024
|
|
Can we still not mix Swift and C in a module?
|
|
4
|
375
|
July 21, 2024
|
|
Struct Memory Layout
|
|
13
|
1733
|
June 2, 2024
|
|
Questions about raw and typed pointers and generic
|
|
5
|
508
|
February 7, 2024
|
|
Inconsistent treatment bewtween Swift pointer parameters and C ones
|
|
6
|
420
|
February 6, 2024
|
|
Accessing address of a C global const variable - cannot pass immutable value as inout argument
|
|
7
|
602
|
January 16, 2024
|
|
Documentation question for UnsafeMutablePointer
|
|
3
|
794
|
October 24, 2023
|
|
[Pitch] Restrict pointer conversion to C interoperability
|
|
21
|
2192
|
August 10, 2023
|
|
Pointers to Never
|
|
12
|
1073
|
May 31, 2023
|
|
Referencing memory via a variety of Arrays
|
|
1
|
895
|
April 23, 2023
|
|
Why is `UnsafeBufferPointer`'s `baseAddress` optional?
|
|
69
|
4841
|
March 21, 2023
|
|
Same-type requirement makes generic parameters 'T' and 'Pointee' equivalent; this is an error in Swift 6 warning
|
|
2
|
4633
|
February 2, 2023
|
|
How do I initialize a C struct from a Data object?
|
|
6
|
1776
|
January 1, 2023
|
|
Dangling pointer from array
|
|
4
|
1482
|
November 25, 2022
|
|
Help me diagnose inconsistent test failures on unsafe code
|
|
0
|
425
|
September 28, 2022
|
|
SE-0370: Pointer family initialization improvements and better buffer slices
|
|
35
|
3070
|
August 31, 2022
|
|
[Accepted] SE-0370: Pointer family initialization improvements and better buffer slices
|
|
0
|
1079
|
August 31, 2022
|
|
SE-0349: Unaligned loads and stores from raw memory
|
|
11
|
2734
|
April 14, 2022
|
|
[Accepted] SE-0349: Unaligned loads and stores from raw memory
|
|
0
|
1134
|
April 14, 2022
|
|
What's the proper way to assign a UnsafeMutablePointer<OpaquePointer>
|
|
8
|
3624
|
February 16, 2022
|
|
Inconsistent reference counting of UnsafeMutablePointer
|
|
5
|
1582
|
December 24, 2021
|