Classes, stored properties, pointer conversion and address stability
|
|
5
|
150
|
December 5, 2024
|
Determine origin of a SwiftPM Dependency
|
|
2
|
132
|
December 2, 2024
|
[Unsafe Pointers] Which is the expected behavior? Crash or not?
|
|
6
|
205
|
October 14, 2024
|
Does UnsafePointer create a weak reference to the referenced object?
|
|
17
|
422
|
October 9, 2024
|
Create a nonnull UnsafeRawPointer of underlying rawValue 0
|
|
9
|
151
|
October 8, 2024
|
Raw Pointer Address
|
|
0
|
119
|
September 23, 2024
|
Can we still not mix Swift and C in a module?
|
|
4
|
306
|
July 21, 2024
|
Struct Memory Layout
|
|
13
|
1336
|
June 2, 2024
|
Questions about raw and typed pointers and generic
|
|
5
|
441
|
February 7, 2024
|
Inconsistent treatment bewtween Swift pointer parameters and C ones
|
|
6
|
359
|
February 6, 2024
|
Accessing address of a C global const variable - cannot pass immutable value as inout argument
|
|
7
|
517
|
January 16, 2024
|
Documentation question for UnsafeMutablePointer
|
|
3
|
726
|
October 24, 2023
|
[Pitch] Restrict pointer conversion to C interoperability
|
|
21
|
2000
|
August 10, 2023
|
Pointers to Never
|
|
12
|
984
|
May 31, 2023
|
Referencing memory via a variety of Arrays
|
|
1
|
851
|
April 23, 2023
|
Why is `UnsafeBufferPointer`'s `baseAddress` optional?
|
|
69
|
4543
|
March 21, 2023
|
Same-type requirement makes generic parameters 'T' and 'Pointee' equivalent; this is an error in Swift 6 warning
|
|
2
|
4240
|
February 2, 2023
|
How do I initialize a C struct from a Data object?
|
|
6
|
1537
|
January 1, 2023
|
Dangling pointer from array
|
|
4
|
1393
|
November 25, 2022
|
Help me diagnose inconsistent test failures on unsafe code
|
|
0
|
396
|
September 28, 2022
|
SE-0370: Pointer family initialization improvements and better buffer slices
|
|
35
|
2980
|
August 31, 2022
|
[Accepted] SE-0370: Pointer family initialization improvements and better buffer slices
|
|
0
|
1045
|
August 31, 2022
|
SE-0349: Unaligned loads and stores from raw memory
|
|
11
|
2650
|
April 14, 2022
|
[Accepted] SE-0349: Unaligned loads and stores from raw memory
|
|
0
|
1110
|
April 14, 2022
|
What's the proper way to assign a UnsafeMutablePointer<OpaquePointer>
|
|
8
|
3355
|
February 16, 2022
|
Inconsistent reference counting of UnsafeMutablePointer
|
|
5
|
1491
|
December 24, 2021
|
Stable pointer to a C String literal
|
|
11
|
1800
|
October 26, 2021
|
Write to slice of UnsafeMutableBufferPointer
|
|
5
|
1580
|
October 15, 2021
|
[Pitch] Temporary uninitialized buffers
|
|
44
|
4016
|
August 27, 2021
|
Data type returning wrong index values when sliced
|
|
7
|
1620
|
August 2, 2021
|