When I create a new iOS project in Xcode, the default build settings include:
- Approachable concurrency: yes
- Default actor isolation:
@MainActor
As well as:
- Member import visibility: yes
- Swift language version: 5
Should we adopt these settings or some other combination?
When I create a new iOS project in Xcode, the default build settings include:
@MainActorAs well as:
Should we adopt these settings or some other combination?