6.0 Strict Concurrency Warning when KeyPath marked as Sendable
|
|
2
|
464
|
June 18, 2024
|
Is \MyType syntax taken, would it be a good synonym for…
|
|
7
|
322
|
June 16, 2024
|
[Pitch] Metatype Keypaths
|
|
23
|
3131
|
April 30, 2024
|
Does ‘KeyPath’ produce memory leaks?
|
|
4
|
1120
|
April 15, 2024
|
Key paths and unavailable setters
|
|
15
|
812
|
April 3, 2024
|
The Algebra of KeyPaths and @dynamicMemberLookup
|
|
9
|
524
|
February 16, 2024
|
SE-0418: Inferring Sendable for methods and key path literals
|
|
8
|
2228
|
January 3, 2024
|
SE-0416: Subtyping for keypath literals as functions
|
|
18
|
2139
|
January 2, 2024
|
Getting KeyPaths to members automatically using Mirror
|
|
16
|
16477
|
December 14, 2023
|
String(describing:) returns differently for KeyPaths to computed properties between macOS and Linux
|
|
2
|
561
|
December 13, 2023
|
Swift won't compile dictionary with ReferenceWritableKeyPath unless its a class property
|
|
3
|
534
|
September 6, 2023
|
Modifications with keyPaths in protocol extension
|
|
6
|
1227
|
August 21, 2023
|
"Observing" changes to arbitrary key paths on move-only structs
|
|
14
|
3803
|
July 17, 2023
|
New keypath subscript
|
|
2
|
1406
|
June 16, 2023
|
dynamicMemberLookup bug?
|
|
2
|
631
|
June 15, 2023
|
Type cannot be converted to itself
|
|
3
|
700
|
June 3, 2023
|
Read-only keyPath to an Optional
|
|
3
|
1091
|
April 17, 2023
|
Are KeyPaths Codable?
|
|
10
|
4485
|
April 13, 2023
|
Query into dynamic data using static key paths
|
|
4
|
1977
|
March 10, 2023
|
Using dynamicMemberLookup to constraint PartialKeyPath
|
|
0
|
599
|
February 23, 2023
|
Can’t convert to KeyPath<Root, any Protocol>
|
|
2
|
941
|
February 13, 2023
|
Trouble with KeyPathComparator and Bool (related: TableColumn)
|
|
6
|
1271
|
February 6, 2023
|
KeyPathComparator and sorting with optional properties?
|
|
1
|
1319
|
February 6, 2023
|
[Pitch] Add KeyPaths Boolean custom operators
|
|
6
|
1329
|
January 19, 2023
|
Code size difference with keypath vs closure
|
|
0
|
1048
|
November 23, 2022
|
Unable to set non-optional value for `WritableKeyPath` to optional `Value`
|
|
2
|
663
|
November 10, 2022
|
Enum Case KeyPaths
|
|
59
|
9230
|
October 31, 2022
|
Mapping between different KeyPath types
|
|
2
|
655
|
September 1, 2022
|
KeyPath<T, U?> required, but I only have KeyPath<T, U>
|
|
3
|
2386
|
May 24, 2022
|
Why does compactMap { $0.property } work but compactMap(\.property) doesn't with non-optional properties?
|
|
30
|
4894
|
October 5, 2021
|