6.0 Strict Concurrency Warning when KeyPath marked as Sendable
|
|
2
|
862
|
June 18, 2024
|
Is \MyType syntax taken, would it be a good synonym for…
|
|
7
|
323
|
June 16, 2024
|
[Pitch] Metatype Keypaths
|
|
23
|
3209
|
April 30, 2024
|
Does ‘KeyPath’ produce memory leaks?
|
|
4
|
1144
|
April 15, 2024
|
Key paths and unavailable setters
|
|
15
|
865
|
April 3, 2024
|
The Algebra of KeyPaths and @dynamicMemberLookup
|
|
9
|
535
|
February 16, 2024
|
SE-0418: Inferring Sendable for methods and key path literals
|
|
8
|
2381
|
January 3, 2024
|
SE-0416: Subtyping for keypath literals as functions
|
|
18
|
2145
|
January 2, 2024
|
Getting KeyPaths to members automatically using Mirror
|
|
16
|
16734
|
December 14, 2023
|
String(describing:) returns differently for KeyPaths to computed properties between macOS and Linux
|
|
2
|
570
|
December 13, 2023
|
Swift won't compile dictionary with ReferenceWritableKeyPath unless its a class property
|
|
3
|
541
|
September 6, 2023
|
Modifications with keyPaths in protocol extension
|
|
6
|
1294
|
August 21, 2023
|
"Observing" changes to arbitrary key paths on move-only structs
|
|
14
|
3880
|
July 17, 2023
|
New keypath subscript
|
|
2
|
1467
|
June 16, 2023
|
dynamicMemberLookup bug?
|
|
2
|
638
|
June 15, 2023
|
Type cannot be converted to itself
|
|
3
|
703
|
June 3, 2023
|
Read-only keyPath to an Optional
|
|
3
|
1172
|
April 17, 2023
|
Are KeyPaths Codable?
|
|
10
|
4533
|
April 13, 2023
|
Query into dynamic data using static key paths
|
|
4
|
2001
|
March 10, 2023
|
Using dynamicMemberLookup to constraint PartialKeyPath
|
|
0
|
602
|
February 23, 2023
|
Can’t convert to KeyPath<Root, any Protocol>
|
|
2
|
998
|
February 13, 2023
|
Trouble with KeyPathComparator and Bool (related: TableColumn)
|
|
6
|
1337
|
February 6, 2023
|
KeyPathComparator and sorting with optional properties?
|
|
1
|
1387
|
February 6, 2023
|
[Pitch] Add KeyPaths Boolean custom operators
|
|
6
|
1350
|
January 19, 2023
|
Code size difference with keypath vs closure
|
|
0
|
1053
|
November 23, 2022
|
Unable to set non-optional value for `WritableKeyPath` to optional `Value`
|
|
2
|
675
|
November 10, 2022
|
Enum Case KeyPaths
|
|
59
|
9416
|
October 31, 2022
|
Mapping between different KeyPath types
|
|
2
|
680
|
September 1, 2022
|
KeyPath<T, U?> required, but I only have KeyPath<T, U>
|
|
3
|
2398
|
May 24, 2022
|
Why does compactMap { $0.property } work but compactMap(\.property) doesn't with non-optional properties?
|
|
30
|
5080
|
October 5, 2021
|