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

Nuke 13 – Swift 6 #802

Open
wants to merge 61 commits into
base: main
Choose a base branch
from
Open

Nuke 13 – Swift 6 #802

wants to merge 61 commits into from

Conversation

kean
Copy link
Owner

@kean kean commented Jul 28, 2024

Requirements

  • Xcode 16

Changes

ImagePipelineActor

Nuke has been designed around the global actor pattern for quite a while now, so it was an easy change to introduce a global ImagePipelineActor as a replacement. ImagePipeline, ImagePrefetcher, ImageTask, and all AsyncTask implementations are now syncrhonized on the new actor instead of a a serial GCD queue.

@kean kean changed the title Nuke13 Nuke 13 Jul 28, 2024
@kean kean changed the title Nuke 13 Nuke 13 – Swift 6 Aug 14, 2024
Copy link

@jcbriones jcbriones left a comment

Choose a reason for hiding this comment

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

Lots of detailed updates and thank you Alexander for adding this full swift6 support.

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