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

Fix Swift 6 warnings/errors #116

Merged
merged 3 commits into from
Jun 14, 2024
Merged

Fix Swift 6 warnings/errors #116

merged 3 commits into from
Jun 14, 2024

Conversation

slashmo
Copy link
Owner

@slashmo slashmo commented Jun 13, 2024

Now that apple/swift-distributed-tracing#136 was merged, we could eliminate using Any in a unit test which caused a compilation error in Swift 6 language mode.

I also fixed all warnings that started appearing when I turned on Swift 6 language mode.

@slashmo slashmo requested a review from ktoso June 13, 2024 10:45
Copy link

codecov bot commented Jun 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.99%. Comparing base (203246e) to head (60d67e0).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #116    /-   ##
=======================================
  Coverage   98.99%   98.99%           
=======================================
  Files          69       69           
  Lines        1986     1986           
=======================================
  Hits         1966     1966           
  Misses         20       20           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@slashmo slashmo merged commit 8c271c7 into main Jun 14, 2024
12 checks passed
@slashmo slashmo deleted the fix/swift-6-warnings branch June 14, 2024 12:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants