`borrowing` + `sending` not allowed?
|
|
1
|
139
|
September 18, 2024
|
SE-0427: Noncopyable Generics
|
|
166
|
7668
|
July 3, 2024
|
Isolated consuming argument
|
|
0
|
161
|
June 21, 2024
|
Can ownership features streamline apis that provide a temporary value?
|
|
6
|
331
|
May 27, 2024
|
Reading a computed property in a method consumes self but only in some cases?
|
|
5
|
592
|
April 26, 2024
|
Ownership control for BitwiseCopyable types
|
|
0
|
219
|
April 16, 2024
|
Missing compiler diagnostics with ~Copyable property wrapper in function argument
|
|
0
|
388
|
April 13, 2024
|
What could cause _swift_release_dealloc to segfault?
|
|
6
|
1972
|
February 14, 2024
|
Usage of no-implicit-copy value that the compiler can't verify
|
|
0
|
361
|
November 28, 2023
|
'borrowing' must not be used on subscript parameters
|
|
0
|
281
|
September 15, 2023
|
Should deinit be called after explicit consume of reference type?
|
|
12
|
1625
|
August 25, 2023
|
Can inits of noncopyable types be throwing?
|
|
6
|
487
|
August 22, 2023
|
Ownership inference?
|
|
0
|
948
|
August 14, 2023
|
Parametrized deinitialization with Non-copyable (move-only) types
|
|
8
|
892
|
August 2, 2023
|
My unit test is keep crashing because struct that conformed to Equable has a outlined retain and it was released
|
|
11
|
2596
|
July 26, 2023
|
[Accepted] SE-0377 (revision): Make `borrowing` and `consuming` parameters require explicit copying with the `copy` operator
|
|
4
|
2199
|
June 15, 2023
|
Guard unowned / while unowned
|
|
6
|
846
|
June 7, 2023
|
SE-0377 (revision): Make `borrowing` and `consuming` parameters require explicit copying with the `copy` operator
|
|
12
|
3424
|
May 31, 2023
|
Pitch: Introduce `for borrow` and `for inout` to provide non-copying collection iteration
|
|
52
|
7192
|
May 26, 2023
|
Safe element ownership for lifetime-restricted buffer types
|
|
12
|
1925
|
April 17, 2023
|
Combined SE-0366 (third review) and SE-0377 (second review): rename `take`/`taking` to `consume`/`consuming`
|
|
23
|
4391
|
January 24, 2023
|
SE-0366 (second review): `take` operator to end the lifetime of a variable binding
|
|
24
|
4084
|
December 7, 2022
|
SE-0366: Move Function + "Use After Move" Diagnostic
|
|
177
|
11401
|
August 16, 2022
|
[Returned for revision] SE-0366: Move Operation + "Use After Move" Diagnostic
|
|
0
|
1099
|
August 16, 2022
|
[Manifesto] Ownership
|
|
37
|
7130
|
July 22, 2021
|
How is __shared keyword supposed to work in Swift 5.0?
|
|
29
|
5875
|
May 24, 2020
|
Trick to modify several properties at a time without copying
|
|
2
|
1765
|
February 21, 2020
|
Avoiding unbreakable reference cycle with value types and closures?
|
|
35
|
12175
|
December 21, 2018
|
Questions on retain/release count balancing and the change of func parameter calling convention from @owned to @guaranteed
|
|
4
|
1083
|
June 12, 2018
|
RFC: Preventing Retain Cycles (Memory Ownership Model)
|
|
7
|
1005
|
July 31, 2016
|