When are you supposed to use ownership modifiers?
|
|
11
|
651
|
June 16, 2025
|
Capture noncopyable in closure
|
|
1
|
99
|
June 14, 2025
|
'static consuming func ...' throws 'Static functions must not be declared mutating' compiler error?
|
|
2
|
91
|
May 17, 2025
|
[Pitch] MutableSpan
|
|
47
|
2015
|
February 24, 2025
|
`borrowing` + `sending` not allowed?
|
|
1
|
160
|
September 18, 2024
|
SE-0427: Noncopyable Generics
|
|
166
|
7764
|
July 3, 2024
|
Isolated consuming argument
|
|
0
|
163
|
June 21, 2024
|
Can ownership features streamline apis that provide a temporary value?
|
|
6
|
335
|
May 27, 2024
|
Reading a computed property in a method consumes self but only in some cases?
|
|
5
|
707
|
April 26, 2024
|
Ownership control for BitwiseCopyable types
|
|
0
|
223
|
April 16, 2024
|
Missing compiler diagnostics with ~Copyable property wrapper in function argument
|
|
0
|
400
|
April 13, 2024
|
What could cause _swift_release_dealloc to segfault?
|
|
6
|
2188
|
February 14, 2024
|
Usage of no-implicit-copy value that the compiler can't verify
|
|
0
|
363
|
November 28, 2023
|
'borrowing' must not be used on subscript parameters
|
|
0
|
291
|
September 15, 2023
|
Should deinit be called after explicit consume of reference type?
|
|
12
|
1705
|
August 25, 2023
|
Can inits of noncopyable types be throwing?
|
|
6
|
511
|
August 22, 2023
|
Ownership inference?
|
|
0
|
954
|
August 14, 2023
|
Parametrized deinitialization with Non-copyable (move-only) types
|
|
8
|
931
|
August 2, 2023
|
My unit test is keep crashing because struct that conformed to Equable has a outlined retain and it was released
|
|
11
|
2865
|
July 26, 2023
|
[Accepted] SE-0377 (revision): Make `borrowing` and `consuming` parameters require explicit copying with the `copy` operator
|
|
4
|
2221
|
June 15, 2023
|
Guard unowned / while unowned
|
|
6
|
852
|
June 7, 2023
|
SE-0377 (revision): Make `borrowing` and `consuming` parameters require explicit copying with the `copy` operator
|
|
12
|
3481
|
May 31, 2023
|
Pitch: Introduce `for borrow` and `for inout` to provide non-copying collection iteration
|
|
52
|
7266
|
May 26, 2023
|
Safe element ownership for lifetime-restricted buffer types
|
|
12
|
1964
|
April 17, 2023
|
Combined SE-0366 (third review) and SE-0377 (second review): rename `take`/`taking` to `consume`/`consuming`
|
|
23
|
4410
|
January 24, 2023
|
SE-0366 (second review): `take` operator to end the lifetime of a variable binding
|
|
24
|
4093
|
December 7, 2022
|
SE-0366: Move Function + "Use After Move" Diagnostic
|
|
177
|
11507
|
August 16, 2022
|
[Returned for revision] SE-0366: Move Operation + "Use After Move" Diagnostic
|
|
0
|
1107
|
August 16, 2022
|
[Manifesto] Ownership
|
|
37
|
7212
|
July 22, 2021
|
How is __shared keyword supposed to work in Swift 5.0?
|
|
29
|
5967
|
May 24, 2020
|