|
Lifetime dependency annotations and function subtyping
|
|
2
|
229
|
September 2, 2026
|
|
Lifetimes + different properties of an aggregate
|
|
5
|
462
|
August 28, 2026
|
|
Ownership pattern matching questions
|
|
2
|
180
|
August 10, 2026
|
|
Existential casting of borrowed values
|
|
2
|
370
|
July 29, 2026
|
|
Borrowed value with `as` casting
|
|
4
|
472
|
July 23, 2026
|
|
[Pitch] borrow/mutate accessors, & immutable borrow, and mutating in signatures
|
|
5
|
926
|
April 3, 2026
|
|
Rename borrow / mutate Accessors and Borrow / Inout Types to borrowed / mutable
|
|
10
|
1134
|
March 26, 2026
|
|
Ownership adoption case study: building a wrapper type
|
|
1
|
296
|
March 12, 2026
|
|
`copy` operator doesn't clone a class instance
|
|
5
|
284
|
February 8, 2026
|
|
Lifetime dependencies and conditionals
|
|
10
|
852
|
January 25, 2026
|
|
`exclusive` parameter ownership modifier
|
|
27
|
2470
|
December 29, 2025
|
|
Is the implicit `self` passed to instance methods always strongly retained?
|
|
13
|
679
|
September 23, 2025
|
|
Borrowing still creates a copy of the method parameter?!
|
|
10
|
490
|
September 22, 2025
|
|
Clarifying questions regarding `consuming` parameters and the `consume` operator
|
|
12
|
838
|
August 13, 2025
|
|
Why is `self` considered used-after-consume in coroutine accessors?
|
|
4
|
299
|
August 8, 2025
|
|
Borrowing: Works with struct but fails with tuple
|
|
3
|
410
|
August 3, 2025
|
|
When are you supposed to use ownership modifiers?
|
|
8
|
1012
|
June 12, 2025
|
|
Capture noncopyable in closure
|
|
1
|
324
|
June 14, 2025
|
|
'static consuming func ...' throws 'Static functions must not be declared mutating' compiler error?
|
|
2
|
275
|
May 17, 2025
|
|
[Pitch] MutableSpan
|
|
47
|
3180
|
February 24, 2025
|
|
`borrowing` + `sending` not allowed?
|
|
1
|
281
|
September 18, 2024
|
|
SE-0427: Noncopyable Generics
|
|
164
|
10042
|
July 3, 2024
|
|
Isolated consuming argument
|
|
0
|
216
|
June 21, 2024
|
|
Can ownership features streamline apis that provide a temporary value?
|
|
6
|
452
|
May 27, 2024
|
|
Reading a computed property in a method consumes self but only in some cases?
|
|
5
|
927
|
April 26, 2024
|
|
Ownership control for BitwiseCopyable types
|
|
0
|
280
|
April 16, 2024
|
|
Missing compiler diagnostics with ~Copyable property wrapper in function argument
|
|
0
|
497
|
April 13, 2024
|
|
What could cause _swift_release_dealloc to segfault?
|
|
6
|
2595
|
February 14, 2024
|
|
Usage of no-implicit-copy value that the compiler can't verify
|
|
0
|
419
|
November 28, 2023
|
|
'borrowing' must not be used on subscript parameters
|
|
0
|
368
|
September 15, 2023
|