Build Information
Failed to build Nuke, reference 13.0.0-beta.1 (a4413f
), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 19:31:50 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kean/Nuke.git
Reference: 13.0.0-beta.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kean/Nuke
* tag 13.0.0-beta.1 -> FETCH_HEAD
HEAD is now at a4413f6 Bump macOS deployment target to macOS 11
Cloned https://github.com/kean/Nuke.git
Revision (git rev-parse @):
a4413f67ddc8c96948d88463ce21dce0ce80da04
SUCCESS checkout https://github.com/kean/Nuke.git at 13.0.0-beta.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/kean/Nuke.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-1EA4D86E10B52AF.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/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-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.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
[7/61] Compiling Nuke Operation.swift
[8/61] Compiling Nuke RateLimiter.swift
[9/61] Compiling Nuke ResumableData.swift
[10/61] Compiling Nuke DataLoader.swift
[11/61] Compiling Nuke DataLoading.swift
[12/61] Compiling Nuke ImagePipeline+Cache.swift
[13/61] Compiling Nuke TaskFetchOriginalData.swift
[14/61] Compiling Nuke TaskFetchOriginalImage.swift
[15/61] Compiling Nuke TaskFetchWithClosure.swift
[16/61] Compiling Nuke TaskLoadData.swift
[17/61] Compiling Nuke TaskLoadImage.swift
[18/61] Compiling Nuke Cache.swift
[19/61] Compiling Nuke DataCache.swift
[20/61] Compiling Nuke DataCaching.swift
[21/61] Compiling Nuke ImageCache.swift
[22/61] Compiling Nuke ImageCaching.swift
[23/61] Compiling Nuke AssetType.swift
[24/61] Compiling Nuke ImageDecoderRegistry.swift
[25/61] Compiling Nuke ImageDecoders+Default.swift
[26/61] Compiling Nuke ImageDecoders+Empty.swift
[27/61] Compiling Nuke ImageDecoding.swift
[28/61] Compiling Nuke ImageEncoders+Default.swift
[29/61] Compiling Nuke ImageEncoders+ImageIO.swift
[30/61] Compiling Nuke ImageProcessors+Resize.swift
[31/61] Compiling Nuke ImageProcessors+RoundedCorners.swift
[32/61] Compiling Nuke ImageProcessors.swift
[33/61] Compiling Nuke AsyncPipelineTask.swift
[34/61] Compiling Nuke AsyncTask.swift
[35/61] Compiling Nuke ImageProcessors+Anonymous.swift
[36/61] Compiling Nuke ImageProcessors+Circle.swift
[37/61] Compiling Nuke ImageProcessors+Composition.swift
[38/61] Compiling Nuke ImageProcessors+CoreImage.swift
[39/61] Compiling Nuke ImageProcessors+GaussianBlur.swift
[40/61] Compiling Nuke Extensions.swift
[41/61] Compiling Nuke Graphics.swift
[42/61] Compiling Nuke ImageRequestKeys.swift
[43/61] Compiling Nuke LinkedList.swift
[44/61] Compiling Nuke Log.swift
[45/61] Compiling Nuke Mutex.swift
[46/61] Compiling Nuke ImagePipeline+Closures.swift
[47/61] Compiling Nuke ImagePipeline+Configuration.swift
[48/61] Compiling Nuke ImagePipeline+Delegate.swift
[49/61] Compiling Nuke ImagePipeline+Error.swift
[50/61] Compiling Nuke ImagePipeline.swift
[51/61] Compiling Nuke ImagePipelineActor.swift
[52/61] Compiling Nuke ImagePrefetcher.swift
[53/61] Compiling Nuke ImageDecompression.swift
[54/61] Compiling Nuke ImageProcessing.swift
[55/61] Compiling Nuke ImageProcessingOptions.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-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.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-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.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-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.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-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.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-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.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-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.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
BUILD FAILURE 6.2 macosSpm