|
How do we make a class with mutable data Sendable?
|
|
9
|
389
|
July 13, 2026
|
|
Finding a way to allow this in-reality-safe isolation violation
|
|
12
|
967
|
September 22, 2025
|
|
Swift Macro inheritance with nested class
|
|
2
|
271
|
December 9, 2024
|
|
A concurrency pothole I just fell into
|
|
1
|
283
|
September 24, 2024
|
|
Final required initializer of open class
|
|
2
|
211
|
September 2, 2024
|
|
Why can't this class have a related-recursive stored property?
|
|
3
|
455
|
June 17, 2024
|
|
Class does not inherit initializer from superclass of superclass
|
|
6
|
928
|
June 7, 2024
|
|
Subclass operator
|
|
3
|
383
|
February 25, 2024
|
|
Implement Copyable protocol in a class hierarchy
|
|
1
|
1439
|
August 8, 2023
|
|
Constrained generic `T` behaves like `Self` - so what is currently `self` in my generic initializer here?
|
|
4
|
1064
|
January 29, 2023
|
|
Terminology request: instances of structs vs instances of enums
|
|
7
|
1153
|
January 19, 2023
|
|
Why does Apple recommend to use structs by default?
|
|
29
|
5973
|
December 25, 2022
|
|
How to: class private variable only accessible by categories located in different files
|
|
9
|
5203
|
October 21, 2022
|
|
Potential bug with subclass / init
|
|
4
|
1637
|
February 3, 2022
|
|
How does work on Swift? about class func return Self
|
|
0
|
662
|
November 26, 2021
|
|
Difficulty trying to use a struct to replace a cluster of stored properties in a class
|
|
1
|
812
|
October 14, 2021
|
|
On the guidance for using a struct versus a class and performance
|
|
6
|
3032
|
June 27, 2021
|
|
Is this the right way subclasses should handle a base class conforming to a protocol initializer?
|
|
8
|
1209
|
September 4, 2020
|
|
Overrides in extension (same module)
|
|
2
|
1129
|
July 18, 2020
|
|
Extending a class-bound type to conform to a protocol extended with `mutating` functions
|
|
14
|
3113
|
February 14, 2020
|
|
Why can't I use a short form for the parameter's type?
|
|
2
|
716
|
November 1, 2019
|
|
A (bad) idea on wrapping a collection class
|
|
0
|
594
|
April 29, 2019
|
|
Synthesized initialiser for classes, just like structs
|
|
2
|
3697
|
November 20, 2018
|
|
Swift ReferenceConvertible and _ObjectiveCBridgeable
|
|
4
|
2461
|
October 7, 2018
|
|
How to make a custom class for Multipeer Connectivity
|
|
0
|
683
|
September 27, 2018
|
|
Nested classes
|
|
11
|
2664
|
September 4, 2018
|