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

Remove backported method #79

Merged
merged 1 commit into from
Mar 11, 2024
Merged

Remove backported method #79

merged 1 commit into from
Mar 11, 2024

Conversation

swhitty
Copy link
Owner

@swhitty swhitty commented Mar 11, 2024

Xcode 14.1 @backdeploy's URLSession.data(for:delegate:) to iOS 13 so the fallback method can now be compiled only on Linux/Windows. macOS builds can always use the Foundation version.

Adds @spi(Private) version of AllocatedLock to FlyingSocks making a fast cross platform lock implementation available for all platforms.

Copy link

codecov bot commented Mar 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.35%. Comparing base (4aaf2f6) to head (d22f3c7).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #79   +/-   ##
=======================================
  Coverage   99.35%   99.35%           
=======================================
  Files          47       47           
  Lines        2005     2009    +4     
=======================================
+ Hits         1992     1996    +4     
  Misses         13       13           

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

@swhitty swhitty merged commit 75165bd into main Mar 11, 2024
19 checks passed
@swhitty swhitty deleted the urlsession-remove branch March 11, 2024 06:18
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.

1 participant