The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Nuke, reference 13.0.0-beta.1 (a4413f), with Swift 6.0 for macOS (SPM) on 3 Dec 2024 00:29:25 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.58.3
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "nuke",
      "name": "Nuke",
      "url": "https://github.com/kean/Nuke.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Nuke",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/kean/Nuke.git
[1/24448] Fetching nuke
Fetched https://github.com/kean/Nuke.git from cache (2.10s)
Creating working copy for https://github.com/kean/Nuke.git
Working copy of https://github.com/kean/Nuke.git resolved at 13.0.0-beta.1 (a4413f6)
warning: '.resolve-product-dependencies': dependency 'nuke' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/kean/Nuke.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Nuke",
  "name" : "Nuke",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "6.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",
        "ImagePipeline+Combine.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/ImageRequestKeys.swift",
        "Internal/LinkedList.swift",
        "Internal/Log.swift",
        "Internal/Mutex.swift",
        "Internal/Operation.swift",
        "Internal/RateLimiter.swift",
        "Internal/ResumableData.swift",
        "Loading/DataLoader.swift",
        "Loading/DataLoading.swift",
        "Pipeline/ImagePipeline+Cache.swift",
        "Pipeline/ImagePipeline+Closures.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/TaskFetchWithClosure.swift",
        "Tasks/TaskLoadData.swift",
        "Tasks/TaskLoadImage.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.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--7754E27361AE5C74.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 | }
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
[7/61] Compiling Nuke TaskFetchOriginalData.swift
[8/61] Compiling Nuke TaskFetchOriginalImage.swift
[9/61] Compiling Nuke TaskFetchWithClosure.swift
[10/61] Compiling Nuke TaskLoadData.swift
[11/61] Compiling Nuke TaskLoadImage.swift
[12/61] Compiling Nuke Operation.swift
[13/61] Compiling Nuke RateLimiter.swift
[14/61] Compiling Nuke ResumableData.swift
[15/61] Compiling Nuke DataLoader.swift
[16/61] Compiling Nuke DataLoading.swift
[17/61] Compiling Nuke ImagePipeline+Cache.swift
[18/61] Compiling Nuke ImageDecoderRegistry.swift
[19/61] Compiling Nuke ImageDecoders+Default.swift
[20/61] Compiling Nuke ImageDecoders+Empty.swift
[21/61] Compiling Nuke ImageDecoding.swift
[22/61] Compiling Nuke ImageEncoders+Default.swift
[23/61] Compiling Nuke ImageEncoders+ImageIO.swift
[24/61] Compiling Nuke ImagePipeline+Closures.swift
[25/61] Compiling Nuke ImagePipeline+Configuration.swift
[26/61] Compiling Nuke ImagePipeline+Delegate.swift
[27/61] Compiling Nuke ImagePipeline+Error.swift
[28/61] Compiling Nuke ImagePipeline.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 ImageProcessors+GaussianBlur.swift
[34/61] Compiling Nuke Extensions.swift
[35/61] Compiling Nuke Graphics.swift
[36/61] Compiling Nuke ImageRequestKeys.swift
[37/61] Compiling Nuke LinkedList.swift
[38/61] Compiling Nuke Log.swift
[39/61] Compiling Nuke Mutex.swift
[40/61] Compiling Nuke Cache.swift
[41/61] Compiling Nuke DataCache.swift
[42/61] Compiling Nuke DataCaching.swift
[43/61] Compiling Nuke ImageCache.swift
[44/61] Compiling Nuke ImageCaching.swift
[45/61] Compiling Nuke AssetType.swift
[46/61] Compiling Nuke ImagePipelineActor.swift
[47/61] Compiling Nuke ImagePrefetcher.swift
[48/61] Compiling Nuke ImageDecompression.swift
[49/61] Compiling Nuke ImageProcessing.swift
[50/61] Compiling Nuke ImageProcessingOptions.swift
[51/61] Compiling Nuke ImageProcessors+Resize.swift
[52/61] Compiling Nuke ImageProcessors+RoundedCorners.swift
[53/61] Compiling Nuke ImageProcessors.swift
[54/61] Compiling Nuke AsyncPipelineTask.swift
[55/61] Compiling Nuke AsyncTask.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 | }
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
[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 | }
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
[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 | }
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
[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 | }
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
[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 | }
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
[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 | }
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
BUILD FAILURE 6.0 macosSpm