The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Nuke, reference 13.0.4 (2c5f7a), with Swift 6.1 for macOS (SPM) on 26 Apr 2026 22:35:53 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kean/Nuke.git
Reference: 13.0.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kean/Nuke
 * tag               13.0.4     -> FETCH_HEAD
HEAD is now at 2c5f7a3 Version 13.0.4
Cloned https://github.com/kean/Nuke.git
Revision (git rev-parse @):
2c5f7a3ccac66ae7c94d6f75c2080533f6cca0ac
SUCCESS checkout https://github.com/kean/Nuke.git at 13.0.4
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/kean/Nuke.git
https://github.com/kean/Nuke.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Nuke",
  "name" : "Nuke",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Nuke",
      "targets" : [
        "Nuke"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NukeUI",
      "targets" : [
        "NukeUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NukeVideo",
      "targets" : [
        "NukeVideo"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NukeExtensions",
      "targets" : [
        "NukeExtensions"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NukeVideo",
      "module_type" : "SwiftTarget",
      "name" : "NukeVideo",
      "path" : "Sources/NukeVideo",
      "product_memberships" : [
        "NukeVideo"
      ],
      "sources" : [
        "AVDataAsset.swift",
        "ImageDecoders+Video.swift",
        "VideoPlayerView.swift"
      ],
      "target_dependencies" : [
        "Nuke"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NukeUI",
      "module_type" : "SwiftTarget",
      "name" : "NukeUI",
      "path" : "Sources/NukeUI",
      "product_memberships" : [
        "NukeUI"
      ],
      "sources" : [
        "FetchImage.swift",
        "Internal.swift",
        "LazyImage.swift",
        "LazyImageState.swift",
        "LazyImageView.swift"
      ],
      "target_dependencies" : [
        "Nuke"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NukeExtensions",
      "module_type" : "SwiftTarget",
      "name" : "NukeExtensions",
      "path" : "Sources/NukeExtensions",
      "product_memberships" : [
        "NukeExtensions"
      ],
      "sources" : [
        "ImageLoadingOptions.swift",
        "ImageViewExtensions.swift"
      ],
      "target_dependencies" : [
        "Nuke"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Nuke",
      "module_type" : "SwiftTarget",
      "name" : "Nuke",
      "path" : "Sources/Nuke",
      "product_memberships" : [
        "Nuke",
        "NukeUI",
        "NukeVideo",
        "NukeExtensions"
      ],
      "sources" : [
        "Caching/Cache.swift",
        "Caching/DataCache.swift",
        "Caching/DataCaching.swift",
        "Caching/ImageCache.swift",
        "Caching/ImageCaching.swift",
        "Decoding/AssetType.swift",
        "Decoding/ImageDecoderRegistry.swift",
        "Decoding/ImageDecoders+Default.swift",
        "Decoding/ImageDecoders+Empty.swift",
        "Decoding/ImageDecoding.swift",
        "Encoding/ImageEncoders+Default.swift",
        "Encoding/ImageEncoders+ImageIO.swift",
        "Encoding/ImageEncoders.swift",
        "Encoding/ImageEncoding.swift",
        "ImageContainer.swift",
        "ImageRequest.swift",
        "ImageResponse.swift",
        "ImageTask.swift",
        "Internal/Extensions.swift",
        "Internal/Graphics.swift",
        "Internal/ImagePublisher.swift",
        "Internal/ImageRequestKeys.swift",
        "Internal/LinkedList.swift",
        "Internal/Log.swift",
        "Internal/Mutex.swift",
        "Internal/RateLimiter.swift",
        "Internal/ResumableData.swift",
        "Internal/TaskQueue.swift",
        "Loading/DataLoader.swift",
        "Loading/DataLoading.swift",
        "Pipeline/Deprecated.swift",
        "Pipeline/ImagePipeline+Cache.swift",
        "Pipeline/ImagePipeline+Configuration.swift",
        "Pipeline/ImagePipeline+Delegate.swift",
        "Pipeline/ImagePipeline+Error.swift",
        "Pipeline/ImagePipeline.swift",
        "Pipeline/ImagePipelineActor.swift",
        "Prefetching/ImagePrefetcher.swift",
        "Processing/ImageDecompression.swift",
        "Processing/ImageProcessing.swift",
        "Processing/ImageProcessingOptions.swift",
        "Processing/ImageProcessors+Anonymous.swift",
        "Processing/ImageProcessors+Circle.swift",
        "Processing/ImageProcessors+Composition.swift",
        "Processing/ImageProcessors+CoreImage.swift",
        "Processing/ImageProcessors+GaussianBlur.swift",
        "Processing/ImageProcessors+Resize.swift",
        "Processing/ImageProcessors+RoundedCorners.swift",
        "Processing/ImageProcessors.swift",
        "Tasks/AsyncPipelineTask.swift",
        "Tasks/AsyncTask.swift",
        "Tasks/TaskFetchOriginalData.swift",
        "Tasks/TaskFetchOriginalImage.swift",
        "Tasks/TaskLoadData.swift",
        "Tasks/TaskLoadImage.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/56] Emitting module Nuke
/Users/admin/builder/spi-builder-workspace/Sources/Nuke/Internal/Extensions.swift:59:2: warning: '@concurrent' has been renamed to '@Sendable'
57 | }
58 |
59 | @concurrent func performInBackground<T>(_ closure: @Sendable () -> T) async -> T {
   |  `- warning: '@concurrent' has been renamed to '@Sendable'
60 |     closure()
61 | }
/Users/admin/builder/spi-builder-workspace/Sources/Nuke/Encoding/ImageEncoding.swift:38:16: error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
36 | public struct ImageEncodingContext: Sendable {
37 |     public let request: ImageRequest
38 |     public let image: PlatformImage
   |                `- error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
39 |     public let urlResponse: URLResponse?
40 | }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/Nuke/Pipeline/ImagePipeline.swift:69:5: error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 67 |     nonisolated(unsafe) var onTaskStarted: ((ImageTask) -> Void)? // Debug purposes
 68 |
 69 |     nonisolated deinit {
    |     `- error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 70 |         let id = self.id
 71 |         Task { @ImagePipelineActor in ResumableDataStorage.shared.unregister(id) }
/Users/admin/builder/spi-builder-workspace/Sources/Nuke/Prefetching/ImagePrefetcher.swift:78:5: error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 76 |     }
 77 |
 78 |     nonisolated deinit {
    |     `- error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 79 |         let tasks = self.tasks.values
 80 |         Task { @ImagePipelineActor in
[7/61] Compiling Nuke Mutex.swift
[8/61] Compiling Nuke RateLimiter.swift
[9/61] Compiling Nuke ResumableData.swift
[10/61] Compiling Nuke TaskQueue.swift
[11/61] Compiling Nuke DataLoader.swift
[12/61] Compiling Nuke DataLoading.swift
[13/61] Compiling Nuke AsyncTask.swift
[14/61] Compiling Nuke TaskFetchOriginalData.swift
[15/61] Compiling Nuke TaskFetchOriginalImage.swift
[16/61] Compiling Nuke TaskLoadData.swift
[17/61] Compiling Nuke TaskLoadImage.swift
[18/61] Compiling Nuke Deprecated.swift
[19/61] Compiling Nuke ImagePipeline+Cache.swift
[20/61] Compiling Nuke ImagePipeline+Configuration.swift
[21/61] Compiling Nuke ImagePipeline+Delegate.swift
[22/61] Compiling Nuke ImagePipeline+Error.swift
[23/61] Compiling Nuke ImagePipeline.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nuke/Pipeline/ImagePipeline.swift:69:5: error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 67 |     nonisolated(unsafe) var onTaskStarted: ((ImageTask) -> Void)? // Debug purposes
 68 |
 69 |     nonisolated deinit {
    |     `- error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 70 |         let id = self.id
 71 |         Task { @ImagePipelineActor in ResumableDataStorage.shared.unregister(id) }
/Users/admin/builder/spi-builder-workspace/Sources/Nuke/Prefetching/ImagePrefetcher.swift:78:5: error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 76 |     }
 77 |
 78 |     nonisolated deinit {
    |     `- error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 79 |         let tasks = self.tasks.values
 80 |         Task { @ImagePipelineActor in
[24/61] Compiling Nuke ImagePipelineActor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nuke/Pipeline/ImagePipeline.swift:69:5: error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 67 |     nonisolated(unsafe) var onTaskStarted: ((ImageTask) -> Void)? // Debug purposes
 68 |
 69 |     nonisolated deinit {
    |     `- error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 70 |         let id = self.id
 71 |         Task { @ImagePipelineActor in ResumableDataStorage.shared.unregister(id) }
/Users/admin/builder/spi-builder-workspace/Sources/Nuke/Prefetching/ImagePrefetcher.swift:78:5: error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 76 |     }
 77 |
 78 |     nonisolated deinit {
    |     `- error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 79 |         let tasks = self.tasks.values
 80 |         Task { @ImagePipelineActor in
[25/61] Compiling Nuke ImagePrefetcher.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nuke/Pipeline/ImagePipeline.swift:69:5: error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 67 |     nonisolated(unsafe) var onTaskStarted: ((ImageTask) -> Void)? // Debug purposes
 68 |
 69 |     nonisolated deinit {
    |     `- error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 70 |         let id = self.id
 71 |         Task { @ImagePipelineActor in ResumableDataStorage.shared.unregister(id) }
/Users/admin/builder/spi-builder-workspace/Sources/Nuke/Prefetching/ImagePrefetcher.swift:78:5: error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 76 |     }
 77 |
 78 |     nonisolated deinit {
    |     `- error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 79 |         let tasks = self.tasks.values
 80 |         Task { @ImagePipelineActor in
[26/61] Compiling Nuke ImageDecompression.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nuke/Pipeline/ImagePipeline.swift:69:5: error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 67 |     nonisolated(unsafe) var onTaskStarted: ((ImageTask) -> Void)? // Debug purposes
 68 |
 69 |     nonisolated deinit {
    |     `- error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 70 |         let id = self.id
 71 |         Task { @ImagePipelineActor in ResumableDataStorage.shared.unregister(id) }
/Users/admin/builder/spi-builder-workspace/Sources/Nuke/Prefetching/ImagePrefetcher.swift:78:5: error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 76 |     }
 77 |
 78 |     nonisolated deinit {
    |     `- error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 79 |         let tasks = self.tasks.values
 80 |         Task { @ImagePipelineActor in
[27/61] Compiling Nuke ImageProcessing.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nuke/Pipeline/ImagePipeline.swift:69:5: error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 67 |     nonisolated(unsafe) var onTaskStarted: ((ImageTask) -> Void)? // Debug purposes
 68 |
 69 |     nonisolated deinit {
    |     `- error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 70 |         let id = self.id
 71 |         Task { @ImagePipelineActor in ResumableDataStorage.shared.unregister(id) }
/Users/admin/builder/spi-builder-workspace/Sources/Nuke/Prefetching/ImagePrefetcher.swift:78:5: error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 76 |     }
 77 |
 78 |     nonisolated deinit {
    |     `- error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 79 |         let tasks = self.tasks.values
 80 |         Task { @ImagePipelineActor in
[28/61] Compiling Nuke ImageProcessingOptions.swift
[29/61] Compiling Nuke ImageProcessors+Anonymous.swift
[30/61] Compiling Nuke ImageProcessors+Circle.swift
[31/61] Compiling Nuke ImageProcessors+Composition.swift
[32/61] Compiling Nuke ImageProcessors+CoreImage.swift
[33/61] Compiling Nuke ImageDecoderRegistry.swift
[34/61] Compiling Nuke ImageDecoders+Default.swift
[35/61] Compiling Nuke ImageDecoders+Empty.swift
[36/61] Compiling Nuke ImageDecoding.swift
[37/61] Compiling Nuke ImageEncoders+Default.swift
[38/61] Compiling Nuke ImageEncoders+ImageIO.swift
[39/61] Compiling Nuke Cache.swift
[40/61] Compiling Nuke DataCache.swift
[41/61] Compiling Nuke DataCaching.swift
[42/61] Compiling Nuke ImageCache.swift
[43/61] Compiling Nuke ImageCaching.swift
[44/61] Compiling Nuke AssetType.swift
[45/61] Compiling Nuke Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nuke/Internal/Extensions.swift:59:2: warning: '@concurrent' has been renamed to '@Sendable'
57 | }
58 |
59 | @concurrent func performInBackground<T>(_ closure: @Sendable () -> T) async -> T {
   |  `- warning: '@concurrent' has been renamed to '@Sendable'
60 |     closure()
61 | }
[46/61] Compiling Nuke Graphics.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nuke/Internal/Extensions.swift:59:2: warning: '@concurrent' has been renamed to '@Sendable'
57 | }
58 |
59 | @concurrent func performInBackground<T>(_ closure: @Sendable () -> T) async -> T {
   |  `- warning: '@concurrent' has been renamed to '@Sendable'
60 |     closure()
61 | }
[47/61] Compiling Nuke ImagePublisher.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nuke/Internal/Extensions.swift:59:2: warning: '@concurrent' has been renamed to '@Sendable'
57 | }
58 |
59 | @concurrent func performInBackground<T>(_ closure: @Sendable () -> T) async -> T {
   |  `- warning: '@concurrent' has been renamed to '@Sendable'
60 |     closure()
61 | }
[48/61] Compiling Nuke ImageRequestKeys.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nuke/Internal/Extensions.swift:59:2: warning: '@concurrent' has been renamed to '@Sendable'
57 | }
58 |
59 | @concurrent func performInBackground<T>(_ closure: @Sendable () -> T) async -> T {
   |  `- warning: '@concurrent' has been renamed to '@Sendable'
60 |     closure()
61 | }
[49/61] Compiling Nuke LinkedList.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nuke/Internal/Extensions.swift:59:2: warning: '@concurrent' has been renamed to '@Sendable'
57 | }
58 |
59 | @concurrent func performInBackground<T>(_ closure: @Sendable () -> T) async -> T {
   |  `- warning: '@concurrent' has been renamed to '@Sendable'
60 |     closure()
61 | }
[50/61] Compiling Nuke Log.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nuke/Internal/Extensions.swift:59:2: warning: '@concurrent' has been renamed to '@Sendable'
57 | }
58 |
59 | @concurrent func performInBackground<T>(_ closure: @Sendable () -> T) async -> T {
   |  `- warning: '@concurrent' has been renamed to '@Sendable'
60 |     closure()
61 | }
[51/61] Compiling Nuke ImageProcessors+GaussianBlur.swift
[52/61] Compiling Nuke ImageProcessors+Resize.swift
[53/61] Compiling Nuke ImageProcessors+RoundedCorners.swift
[54/61] Compiling Nuke ImageProcessors.swift
[55/61] Compiling Nuke AsyncPipelineTask.swift
[56/61] Compiling Nuke ImageEncoders.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nuke/Encoding/ImageEncoding.swift:38:16: error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
36 | public struct ImageEncodingContext: Sendable {
37 |     public let request: ImageRequest
38 |     public let image: PlatformImage
   |                `- error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
39 |     public let urlResponse: URLResponse?
40 | }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
[57/61] Compiling Nuke ImageEncoding.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nuke/Encoding/ImageEncoding.swift:38:16: error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
36 | public struct ImageEncodingContext: Sendable {
37 |     public let request: ImageRequest
38 |     public let image: PlatformImage
   |                `- error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
39 |     public let urlResponse: URLResponse?
40 | }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
[58/61] Compiling Nuke ImageContainer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nuke/Encoding/ImageEncoding.swift:38:16: error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
36 | public struct ImageEncodingContext: Sendable {
37 |     public let request: ImageRequest
38 |     public let image: PlatformImage
   |                `- error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
39 |     public let urlResponse: URLResponse?
40 | }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
[59/61] Compiling Nuke ImageRequest.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nuke/Encoding/ImageEncoding.swift:38:16: error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
36 | public struct ImageEncodingContext: Sendable {
37 |     public let request: ImageRequest
38 |     public let image: PlatformImage
   |                `- error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
39 |     public let urlResponse: URLResponse?
40 | }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
[60/61] Compiling Nuke ImageResponse.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nuke/Encoding/ImageEncoding.swift:38:16: error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
36 | public struct ImageEncodingContext: Sendable {
37 |     public let request: ImageRequest
38 |     public let image: PlatformImage
   |                `- error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
39 |     public let urlResponse: URLResponse?
40 | }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
[61/61] Compiling Nuke ImageTask.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nuke/Encoding/ImageEncoding.swift:38:16: error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
36 | public struct ImageEncodingContext: Sendable {
37 |     public let request: ImageRequest
38 |     public let image: PlatformImage
   |                `- error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
39 |     public let urlResponse: URLResponse?
40 | }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/52] Emitting module Nuke
/Users/admin/builder/spi-builder-workspace/Sources/Nuke/Internal/Extensions.swift:59:2: warning: '@concurrent' has been renamed to '@Sendable'
57 | }
58 |
59 | @concurrent func performInBackground<T>(_ closure: @Sendable () -> T) async -> T {
   |  `- warning: '@concurrent' has been renamed to '@Sendable'
60 |     closure()
61 | }
/Users/admin/builder/spi-builder-workspace/Sources/Nuke/Encoding/ImageEncoding.swift:38:16: error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
36 | public struct ImageEncodingContext: Sendable {
37 |     public let request: ImageRequest
38 |     public let image: PlatformImage
   |                `- error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
39 |     public let urlResponse: URLResponse?
40 | }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/Nuke/Pipeline/ImagePipeline.swift:69:5: error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 67 |     nonisolated(unsafe) var onTaskStarted: ((ImageTask) -> Void)? // Debug purposes
 68 |
 69 |     nonisolated deinit {
    |     `- error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 70 |         let id = self.id
 71 |         Task { @ImagePipelineActor in ResumableDataStorage.shared.unregister(id) }
/Users/admin/builder/spi-builder-workspace/Sources/Nuke/Prefetching/ImagePrefetcher.swift:78:5: error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 76 |     }
 77 |
 78 |     nonisolated deinit {
    |     `- error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 79 |         let tasks = self.tasks.values
 80 |         Task { @ImagePipelineActor in
[3/57] Compiling Nuke ImagePipeline.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nuke/Pipeline/ImagePipeline.swift:69:5: error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 67 |     nonisolated(unsafe) var onTaskStarted: ((ImageTask) -> Void)? // Debug purposes
 68 |
 69 |     nonisolated deinit {
    |     `- error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 70 |         let id = self.id
 71 |         Task { @ImagePipelineActor in ResumableDataStorage.shared.unregister(id) }
/Users/admin/builder/spi-builder-workspace/Sources/Nuke/Prefetching/ImagePrefetcher.swift:78:5: error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 76 |     }
 77 |
 78 |     nonisolated deinit {
    |     `- error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 79 |         let tasks = self.tasks.values
 80 |         Task { @ImagePipelineActor in
[4/57] Compiling Nuke ImagePipelineActor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nuke/Pipeline/ImagePipeline.swift:69:5: error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 67 |     nonisolated(unsafe) var onTaskStarted: ((ImageTask) -> Void)? // Debug purposes
 68 |
 69 |     nonisolated deinit {
    |     `- error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 70 |         let id = self.id
 71 |         Task { @ImagePipelineActor in ResumableDataStorage.shared.unregister(id) }
/Users/admin/builder/spi-builder-workspace/Sources/Nuke/Prefetching/ImagePrefetcher.swift:78:5: error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 76 |     }
 77 |
 78 |     nonisolated deinit {
    |     `- error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 79 |         let tasks = self.tasks.values
 80 |         Task { @ImagePipelineActor in
[5/57] Compiling Nuke ImagePrefetcher.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nuke/Pipeline/ImagePipeline.swift:69:5: error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 67 |     nonisolated(unsafe) var onTaskStarted: ((ImageTask) -> Void)? // Debug purposes
 68 |
 69 |     nonisolated deinit {
    |     `- error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 70 |         let id = self.id
 71 |         Task { @ImagePipelineActor in ResumableDataStorage.shared.unregister(id) }
/Users/admin/builder/spi-builder-workspace/Sources/Nuke/Prefetching/ImagePrefetcher.swift:78:5: error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 76 |     }
 77 |
 78 |     nonisolated deinit {
    |     `- error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 79 |         let tasks = self.tasks.values
 80 |         Task { @ImagePipelineActor in
[6/57] Compiling Nuke ImageDecompression.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nuke/Pipeline/ImagePipeline.swift:69:5: error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 67 |     nonisolated(unsafe) var onTaskStarted: ((ImageTask) -> Void)? // Debug purposes
 68 |
 69 |     nonisolated deinit {
    |     `- error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 70 |         let id = self.id
 71 |         Task { @ImagePipelineActor in ResumableDataStorage.shared.unregister(id) }
/Users/admin/builder/spi-builder-workspace/Sources/Nuke/Prefetching/ImagePrefetcher.swift:78:5: error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 76 |     }
 77 |
 78 |     nonisolated deinit {
    |     `- error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 79 |         let tasks = self.tasks.values
 80 |         Task { @ImagePipelineActor in
[7/57] Compiling Nuke ImageProcessing.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nuke/Pipeline/ImagePipeline.swift:69:5: error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 67 |     nonisolated(unsafe) var onTaskStarted: ((ImageTask) -> Void)? // Debug purposes
 68 |
 69 |     nonisolated deinit {
    |     `- error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 70 |         let id = self.id
 71 |         Task { @ImagePipelineActor in ResumableDataStorage.shared.unregister(id) }
/Users/admin/builder/spi-builder-workspace/Sources/Nuke/Prefetching/ImagePrefetcher.swift:78:5: error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 76 |     }
 77 |
 78 |     nonisolated deinit {
    |     `- error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 79 |         let tasks = self.tasks.values
 80 |         Task { @ImagePipelineActor in
[8/57] Compiling Nuke ImageEncoders.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nuke/Encoding/ImageEncoding.swift:38:16: error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
36 | public struct ImageEncodingContext: Sendable {
37 |     public let request: ImageRequest
38 |     public let image: PlatformImage
   |                `- error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
39 |     public let urlResponse: URLResponse?
40 | }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
[9/57] Compiling Nuke ImageEncoding.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nuke/Encoding/ImageEncoding.swift:38:16: error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
36 | public struct ImageEncodingContext: Sendable {
37 |     public let request: ImageRequest
38 |     public let image: PlatformImage
   |                `- error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
39 |     public let urlResponse: URLResponse?
40 | }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
[10/57] Compiling Nuke ImageContainer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nuke/Encoding/ImageEncoding.swift:38:16: error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
36 | public struct ImageEncodingContext: Sendable {
37 |     public let request: ImageRequest
38 |     public let image: PlatformImage
   |                `- error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
39 |     public let urlResponse: URLResponse?
40 | }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
[11/57] Compiling Nuke ImageRequest.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nuke/Encoding/ImageEncoding.swift:38:16: error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
36 | public struct ImageEncodingContext: Sendable {
37 |     public let request: ImageRequest
38 |     public let image: PlatformImage
   |                `- error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
39 |     public let urlResponse: URLResponse?
40 | }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
[12/57] Compiling Nuke ImageResponse.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nuke/Encoding/ImageEncoding.swift:38:16: error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
36 | public struct ImageEncodingContext: Sendable {
37 |     public let request: ImageRequest
38 |     public let image: PlatformImage
   |                `- error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
39 |     public let urlResponse: URLResponse?
40 | }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
[13/57] Compiling Nuke ImageTask.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nuke/Encoding/ImageEncoding.swift:38:16: error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
36 | public struct ImageEncodingContext: Sendable {
37 |     public let request: ImageRequest
38 |     public let image: PlatformImage
   |                `- error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
39 |     public let urlResponse: URLResponse?
40 | }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
[14/57] Compiling Nuke ImageProcessingOptions.swift
[15/57] Compiling Nuke ImageProcessors+Anonymous.swift
[16/57] Compiling Nuke ImageProcessors+Circle.swift
[17/57] Compiling Nuke ImageProcessors+Composition.swift
[18/57] Compiling Nuke ImageProcessors+CoreImage.swift
[19/57] Compiling Nuke Cache.swift
[20/57] Compiling Nuke DataCache.swift
[21/57] Compiling Nuke DataCaching.swift
[22/57] Compiling Nuke ImageCache.swift
[23/57] Compiling Nuke ImageCaching.swift
[24/57] Compiling Nuke AssetType.swift
[25/57] Compiling Nuke ImageDecoderRegistry.swift
[26/57] Compiling Nuke ImageDecoders+Default.swift
[27/57] Compiling Nuke ImageDecoders+Empty.swift
[28/57] Compiling Nuke ImageDecoding.swift
[29/57] Compiling Nuke ImageEncoders+Default.swift
[30/57] Compiling Nuke ImageEncoders+ImageIO.swift
[31/57] Compiling Nuke Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nuke/Internal/Extensions.swift:59:2: warning: '@concurrent' has been renamed to '@Sendable'
57 | }
58 |
59 | @concurrent func performInBackground<T>(_ closure: @Sendable () -> T) async -> T {
   |  `- warning: '@concurrent' has been renamed to '@Sendable'
60 |     closure()
61 | }
[32/57] Compiling Nuke Graphics.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nuke/Internal/Extensions.swift:59:2: warning: '@concurrent' has been renamed to '@Sendable'
57 | }
58 |
59 | @concurrent func performInBackground<T>(_ closure: @Sendable () -> T) async -> T {
   |  `- warning: '@concurrent' has been renamed to '@Sendable'
60 |     closure()
61 | }
[33/57] Compiling Nuke ImagePublisher.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nuke/Internal/Extensions.swift:59:2: warning: '@concurrent' has been renamed to '@Sendable'
57 | }
58 |
59 | @concurrent func performInBackground<T>(_ closure: @Sendable () -> T) async -> T {
   |  `- warning: '@concurrent' has been renamed to '@Sendable'
60 |     closure()
61 | }
[34/57] Compiling Nuke ImageRequestKeys.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nuke/Internal/Extensions.swift:59:2: warning: '@concurrent' has been renamed to '@Sendable'
57 | }
58 |
59 | @concurrent func performInBackground<T>(_ closure: @Sendable () -> T) async -> T {
   |  `- warning: '@concurrent' has been renamed to '@Sendable'
60 |     closure()
61 | }
[35/57] Compiling Nuke LinkedList.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nuke/Internal/Extensions.swift:59:2: warning: '@concurrent' has been renamed to '@Sendable'
57 | }
58 |
59 | @concurrent func performInBackground<T>(_ closure: @Sendable () -> T) async -> T {
   |  `- warning: '@concurrent' has been renamed to '@Sendable'
60 |     closure()
61 | }
[36/57] Compiling Nuke Log.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nuke/Internal/Extensions.swift:59:2: warning: '@concurrent' has been renamed to '@Sendable'
57 | }
58 |
59 | @concurrent func performInBackground<T>(_ closure: @Sendable () -> T) async -> T {
   |  `- warning: '@concurrent' has been renamed to '@Sendable'
60 |     closure()
61 | }
[37/57] Compiling Nuke AsyncTask.swift
[38/57] Compiling Nuke TaskFetchOriginalData.swift
[39/57] Compiling Nuke TaskFetchOriginalImage.swift
[40/57] Compiling Nuke TaskLoadData.swift
[41/57] Compiling Nuke TaskLoadImage.swift
[42/57] Compiling Nuke Mutex.swift
[43/57] Compiling Nuke RateLimiter.swift
[44/57] Compiling Nuke ResumableData.swift
[45/57] Compiling Nuke TaskQueue.swift
[46/57] Compiling Nuke DataLoader.swift
[47/57] Compiling Nuke DataLoading.swift
[48/57] Compiling Nuke Deprecated.swift
[49/57] Compiling Nuke ImagePipeline+Cache.swift
[50/57] Compiling Nuke ImagePipeline+Configuration.swift
[51/57] Compiling Nuke ImagePipeline+Delegate.swift
[52/57] Compiling Nuke ImagePipeline+Error.swift
[53/57] Compiling Nuke ImageProcessors+GaussianBlur.swift
[54/57] Compiling Nuke ImageProcessors+Resize.swift
[55/57] Compiling Nuke ImageProcessors+RoundedCorners.swift
[56/57] Compiling Nuke ImageProcessors.swift
[57/57] Compiling Nuke AsyncPipelineTask.swift
BUILD FAILURE 6.1 macosSpm