|
[Pitch] borrow/mutate accessors, & immutable borrow, and mutating in signatures
|
|
5
|
716
|
April 3, 2026
|
|
Rename borrow / mutate Accessors and Borrow / Inout Types to borrowed / mutable
|
|
10
|
946
|
March 26, 2026
|
|
Ownership adoption case study: building a wrapper type
|
|
1
|
236
|
March 12, 2026
|
|
`copy` operator doesn't clone a class instance
|
|
5
|
205
|
February 8, 2026
|
|
Lifetime dependencies and conditionals
|
|
10
|
660
|
January 25, 2026
|
|
Lifetimes + different properties of an aggregate
|
|
4
|
313
|
January 7, 2026
|
|
`exclusive` parameter ownership modifier
|
|
27
|
2180
|
December 29, 2025
|
|
Is the implicit `self` passed to instance methods always strongly retained?
|
|
16
|
498
|
September 23, 2025
|
|
Borrowing still creates a copy of the method parameter?!
|
|
10
|
357
|
September 22, 2025
|
|
Clarifying questions regarding `consuming` parameters and the `consume` operator
|
|
12
|
650
|
August 13, 2025
|
|
Why is `self` considered used-after-consume in coroutine accessors?
|
|
4
|
232
|
August 8, 2025
|
|
Borrowing: Works with struct but fails with tuple
|
|
3
|
337
|
August 3, 2025
|
|
When are you supposed to use ownership modifiers?
|
|
10
|
894
|
June 12, 2025
|
|
Capture noncopyable in closure
|
|
1
|
241
|
June 14, 2025
|
|
'static consuming func ...' throws 'Static functions must not be declared mutating' compiler error?
|
|
2
|
208
|
May 17, 2025
|
|
[Pitch] MutableSpan
|
|
47
|
2786
|
February 24, 2025
|
|
`borrowing` + `sending` not allowed?
|
|
1
|
233
|
September 18, 2024
|
|
SE-0427: Noncopyable Generics
|
|
166
|
9020
|
July 3, 2024
|
|
Isolated consuming argument
|
|
0
|
198
|
June 21, 2024
|
|
Can ownership features streamline apis that provide a temporary value?
|
|
6
|
400
|
May 27, 2024
|
|
Reading a computed property in a method consumes self but only in some cases?
|
|
5
|
852
|
April 26, 2024
|
|
Ownership control for BitwiseCopyable types
|
|
0
|
261
|
April 16, 2024
|
|
Missing compiler diagnostics with ~Copyable property wrapper in function argument
|
|
0
|
469
|
April 13, 2024
|
|
What could cause _swift_release_dealloc to segfault?
|
|
6
|
2499
|
February 14, 2024
|
|
Usage of no-implicit-copy value that the compiler can't verify
|
|
0
|
398
|
November 28, 2023
|
|
'borrowing' must not be used on subscript parameters
|
|
0
|
338
|
September 15, 2023
|
|
Should deinit be called after explicit consume of reference type?
|
|
12
|
1868
|
August 25, 2023
|
|
Can inits of noncopyable types be throwing?
|
|
6
|
625
|
August 22, 2023
|
|
Ownership inference?
|
|
0
|
983
|
August 14, 2023
|
|
Parametrized deinitialization with Non-copyable (move-only) types
|
|
8
|
1018
|
August 2, 2023
|