Classes, stored properties, pointer conversion and address stability
|
|
5
|
147
|
December 5, 2024
|
Determine origin of a SwiftPM Dependency
|
|
2
|
126
|
December 2, 2024
|
[Unsafe Pointers] Which is the expected behavior? Crash or not?
|
|
6
|
203
|
October 14, 2024
|
Does UnsafePointer create a weak reference to the referenced object?
|
|
17
|
388
|
October 9, 2024
|
Create a nonnull UnsafeRawPointer of underlying rawValue 0
|
|
9
|
135
|
October 8, 2024
|
Raw Pointer Address
|
|
0
|
113
|
September 23, 2024
|
Can we still not mix Swift and C in a module?
|
|
4
|
298
|
July 21, 2024
|
Struct Memory Layout
|
|
13
|
1228
|
June 2, 2024
|
Questions about raw and typed pointers and generic
|
|
5
|
435
|
February 7, 2024
|
Inconsistent treatment bewtween Swift pointer parameters and C ones
|
|
6
|
355
|
February 6, 2024
|
Accessing address of a C global const variable - cannot pass immutable value as inout argument
|
|
7
|
507
|
January 16, 2024
|
Documentation question for UnsafeMutablePointer
|
|
3
|
723
|
October 24, 2023
|
[Pitch] Restrict pointer conversion to C interoperability
|
|
21
|
1996
|
August 10, 2023
|
Pointers to Never
|
|
12
|
977
|
May 31, 2023
|
Referencing memory via a variety of Arrays
|
|
1
|
837
|
April 23, 2023
|
Why is `UnsafeBufferPointer`'s `baseAddress` optional?
|
|
69
|
4501
|
March 21, 2023
|
Same-type requirement makes generic parameters 'T' and 'Pointee' equivalent; this is an error in Swift 6 warning
|
|
2
|
4036
|
February 2, 2023
|
How do I initialize a C struct from a Data object?
|
|
6
|
1462
|
January 1, 2023
|
Dangling pointer from array
|
|
4
|
1374
|
November 25, 2022
|
Help me diagnose inconsistent test failures on unsafe code
|
|
0
|
395
|
September 28, 2022
|
SE-0370: Pointer family initialization improvements and better buffer slices
|
|
35
|
2979
|
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
|
2643
|
April 14, 2022
|
[Accepted] SE-0349: Unaligned loads and stores from raw memory
|
|
0
|
1107
|
April 14, 2022
|
What's the proper way to assign a UnsafeMutablePointer<OpaquePointer>
|
|
8
|
3256
|
February 16, 2022
|
Inconsistent reference counting of UnsafeMutablePointer
|
|
5
|
1477
|
December 24, 2021
|
Stable pointer to a C String literal
|
|
11
|
1767
|
October 26, 2021
|
Write to slice of UnsafeMutableBufferPointer
|
|
5
|
1559
|
October 15, 2021
|
[Pitch] Temporary uninitialized buffers
|
|
44
|
4004
|
August 27, 2021
|
Data type returning wrong index values when sliced
|
|
7
|
1615
|
August 2, 2021
|