|
Rename borrow / mutate Accessors and Borrow / Inout Types to borrowed / mutable
|
|
4
|
424
|
March 13, 2026
|
|
Ownership adoption case study: building a wrapper type
|
|
1
|
198
|
March 12, 2026
|
|
`copy` operator doesn't clone a class instance
|
|
5
|
178
|
February 8, 2026
|
|
Lifetime dependencies and conditionals
|
|
10
|
602
|
January 25, 2026
|
|
Lifetimes + different properties of an aggregate
|
|
4
|
274
|
January 7, 2026
|
|
`exclusive` parameter ownership modifier
|
|
27
|
2063
|
December 29, 2025
|
|
Is the implicit `self` passed to instance methods always strongly retained?
|
|
16
|
437
|
September 23, 2025
|
|
Borrowing still creates a copy of the method parameter?!
|
|
10
|
298
|
September 22, 2025
|
|
Clarifying questions regarding `consuming` parameters and the `consume` operator
|
|
12
|
590
|
August 13, 2025
|
|
Why is `self` considered used-after-consume in coroutine accessors?
|
|
4
|
205
|
August 8, 2025
|
|
Borrowing: Works with struct but fails with tuple
|
|
3
|
308
|
August 3, 2025
|
|
When are you supposed to use ownership modifiers?
|
|
10
|
851
|
June 12, 2025
|
|
Capture noncopyable in closure
|
|
1
|
204
|
June 14, 2025
|
|
'static consuming func ...' throws 'Static functions must not be declared mutating' compiler error?
|
|
2
|
169
|
May 17, 2025
|
|
[Pitch] MutableSpan
|
|
47
|
2626
|
February 24, 2025
|
|
`borrowing` + `sending` not allowed?
|
|
1
|
209
|
September 18, 2024
|
|
SE-0427: Noncopyable Generics
|
|
166
|
8772
|
July 3, 2024
|
|
Isolated consuming argument
|
|
0
|
187
|
June 21, 2024
|
|
Can ownership features streamline apis that provide a temporary value?
|
|
6
|
376
|
May 27, 2024
|
|
Reading a computed property in a method consumes self but only in some cases?
|
|
5
|
820
|
April 26, 2024
|
|
Ownership control for BitwiseCopyable types
|
|
0
|
244
|
April 16, 2024
|
|
Missing compiler diagnostics with ~Copyable property wrapper in function argument
|
|
0
|
451
|
April 13, 2024
|
|
What could cause _swift_release_dealloc to segfault?
|
|
6
|
2452
|
February 14, 2024
|
|
Usage of no-implicit-copy value that the compiler can't verify
|
|
0
|
388
|
November 28, 2023
|
|
'borrowing' must not be used on subscript parameters
|
|
0
|
327
|
September 15, 2023
|
|
Should deinit be called after explicit consume of reference type?
|
|
12
|
1824
|
August 25, 2023
|
|
Can inits of noncopyable types be throwing?
|
|
6
|
596
|
August 22, 2023
|
|
Ownership inference?
|
|
0
|
972
|
August 14, 2023
|
|
Parametrized deinitialization with Non-copyable (move-only) types
|
|
8
|
987
|
August 2, 2023
|
|
My unit test is keep crashing because struct that conformed to Equable has a outlined retain and it was released
|
|
11
|
3211
|
July 26, 2023
|