|
Is the implicit `self` passed to instance methods always strongly retained?
|
|
16
|
348
|
September 23, 2025
|
|
Borrowing still creates a copy of the method parameter?!
|
|
10
|
245
|
September 22, 2025
|
|
Clarifying questions regarding `consuming` parameters and the `consume` operator
|
|
12
|
508
|
August 13, 2025
|
|
Why is `self` considered used-after-consume in coroutine accessors?
|
|
4
|
165
|
August 8, 2025
|
|
Borrowing: Works with struct but fails with tuple
|
|
3
|
256
|
August 3, 2025
|
|
When are you supposed to use ownership modifiers?
|
|
10
|
712
|
June 12, 2025
|
|
Capture noncopyable in closure
|
|
1
|
128
|
June 14, 2025
|
|
'static consuming func ...' throws 'Static functions must not be declared mutating' compiler error?
|
|
2
|
118
|
May 17, 2025
|
|
[Pitch] MutableSpan
|
|
47
|
2345
|
February 24, 2025
|
|
`borrowing` + `sending` not allowed?
|
|
1
|
187
|
September 18, 2024
|
|
SE-0427: Noncopyable Generics
|
|
166
|
8197
|
July 3, 2024
|
|
Isolated consuming argument
|
|
0
|
170
|
June 21, 2024
|
|
Can ownership features streamline apis that provide a temporary value?
|
|
6
|
348
|
May 27, 2024
|
|
Reading a computed property in a method consumes self but only in some cases?
|
|
5
|
752
|
April 26, 2024
|
|
Ownership control for BitwiseCopyable types
|
|
0
|
232
|
April 16, 2024
|
|
Missing compiler diagnostics with ~Copyable property wrapper in function argument
|
|
0
|
407
|
April 13, 2024
|
|
What could cause _swift_release_dealloc to segfault?
|
|
6
|
2338
|
February 14, 2024
|
|
Usage of no-implicit-copy value that the compiler can't verify
|
|
0
|
370
|
November 28, 2023
|
|
'borrowing' must not be used on subscript parameters
|
|
0
|
299
|
September 15, 2023
|
|
Should deinit be called after explicit consume of reference type?
|
|
12
|
1763
|
August 25, 2023
|
|
Can inits of noncopyable types be throwing?
|
|
6
|
547
|
August 22, 2023
|
|
Ownership inference?
|
|
0
|
959
|
August 14, 2023
|
|
Parametrized deinitialization with Non-copyable (move-only) types
|
|
8
|
955
|
August 2, 2023
|
|
My unit test is keep crashing because struct that conformed to Equable has a outlined retain and it was released
|
|
11
|
3056
|
July 26, 2023
|
|
[Accepted] SE-0377 (revision): Make `borrowing` and `consuming` parameters require explicit copying with the `copy` operator
|
|
4
|
2246
|
June 15, 2023
|
|
Guard unowned / while unowned
|
|
6
|
879
|
June 7, 2023
|
|
SE-0377 (revision): Make `borrowing` and `consuming` parameters require explicit copying with the `copy` operator
|
|
12
|
3542
|
May 31, 2023
|
|
Pitch: Introduce `for borrow` and `for inout` to provide non-copying collection iteration
|
|
52
|
7407
|
May 26, 2023
|
|
Safe element ownership for lifetime-restricted buffer types
|
|
12
|
2012
|
April 17, 2023
|
|
Combined SE-0366 (third review) and SE-0377 (second review): rename `take`/`taking` to `consume`/`consuming`
|
|
23
|
4482
|
January 24, 2023
|