Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable SwiftConcurrency feature in new compilers (#11)
# Enable SwiftConcurrency feature in new compilers ## ♻️ Current situation & Problem This PR makes sure to enabled the `SwiftConcurrency` feature also with Swift 6 compilers. Further, we add SwiftLint if requested from the environment. ## ⚙️ Release Notes * Support SwiftConcurrency in Swift 6 compilers´ * Add SwiftLint build tool if `SPEZI_DEVELOPMENT_SWIFTLINT` environment variable is set. ## 📝 Code of Conduct & Contributing Guidelines By submitting creating this pull request, you agree to follow our [Code of Conduct](https://github.com/StanfordSpezi/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordSpezi/.github/blob/main/CONTRIBUTING.md): - [x] I agree to follow the [Code of Conduct](https://github.com/StanfordSpezi/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordSpezi/.github/blob/main/CONTRIBUTING.md).
- Loading branch information