Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable SwiftConcurrency feature in new compilers #11

Merged
merged 1 commit into from
Jun 26, 2024

Conversation

Supereg
Copy link
Member

@Supereg Supereg commented Jun 26, 2024

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 and Contributing Guidelines:

Copy link

codecov bot commented Jun 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.14%. Comparing base (656f765) to head (a210479).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #11   +/-   ##
=======================================
  Coverage   81.14%   81.14%           
=======================================
  Files          11       11           
  Lines         281      281           
=======================================
  Hits          228      228           
  Misses         53       53           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 656f765...a210479. Read the comment docs.

Copy link
Member

@PSchmiedmayer PSchmiedmayer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great; good to see that there were no code changes needed.

@Supereg Supereg merged commit 3326fea into main Jun 26, 2024
12 checks passed
@Supereg Supereg deleted the feature/concurrecny-swiftlint branch June 26, 2024 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants