Strict isolation with subclasses
|
|
4
|
696
|
May 8, 2024
|
Existential Any migration Script
|
|
14
|
3139
|
May 1, 2024
|
What is the process after submitting proposal?
|
|
8
|
1186
|
May 1, 2024
|
"swiftified" Darwin / Posix API's
|
|
8
|
1104
|
April 29, 2024
|
Prevent an extra Sendable conformance from missing a protocol requirement?
|
|
2
|
539
|
April 27, 2024
|
Could `StringProtocol` require `Self.SubSequence == Substring` without breaking ABI?
|
|
4
|
525
|
April 24, 2024
|
Did the subtyping rules for tuple labels change in Swift 6?
|
|
2
|
720
|
April 23, 2024
|
[Proposal] Allow passing a variadic parameter to another variadic function
|
|
8
|
1889
|
April 19, 2024
|
A case study for `reasync`
|
|
43
|
6714
|
April 16, 2024
|
Typealias conformance to protocols, why can't this simple thing be implemented?
|
|
55
|
5499
|
April 11, 2024
|
FunctionalProtocols for Swift
|
|
19
|
1674
|
April 7, 2024
|
Immediately start receiving values from an AsyncSequence
|
|
2
|
1760
|
April 2, 2024
|
Why do we prohibit redundant declarations of conformance to a protocol?
|
|
12
|
1607
|
March 31, 2024
|
State of LTO support for Swift?
|
|
0
|
621
|
March 31, 2024
|
Swift 6: reconsider @escaping for optional function-type parameters
|
|
11
|
3238
|
March 29, 2024
|
Noncopyable Generics in Swift: A Code Walkthrough
|
|
47
|
4921
|
March 25, 2024
|
Why must it be so difficult to refactor async-colored code?
|
|
6
|
1063
|
March 19, 2024
|
Key path cannot refer to static member
|
|
12
|
10030
|
March 19, 2024
|
Isolation and async let
|
|
9
|
934
|
March 18, 2024
|
Allow `index(_:offsetBy:limitedBy:)` to return nil if limit is invalid
|
|
2
|
719
|
March 18, 2024
|
Warning when assigning a closure to an immutable property on a @MainActor isolated struct from a non isolated initializer
|
|
4
|
918
|
March 17, 2024
|
Optional Protocol Members
|
|
9
|
1450
|
March 13, 2024
|
Fixing modules that contain a type with the same name
|
|
28
|
14194
|
March 12, 2024
|
Approaches for fixed-size arrays
|
|
105
|
13515
|
March 12, 2024
|
Composing multiple macros
|
|
0
|
553
|
March 12, 2024
|
Using String with zero-copy C APIs
|
|
16
|
712
|
March 7, 2024
|
AsyncSequence .first property
|
|
1
|
564
|
March 7, 2024
|
Support for pure setters
|
|
34
|
2753
|
March 7, 2024
|
Reducing allocations in _modify accessors
|
|
6
|
446
|
March 6, 2024
|
Why isn’t DurationProtocol.*(_:_:) commutative?
|
|
4
|
1032
|
March 5, 2024
|