The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Nuke with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.35.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kean/Nuke.git
Reference: 12.6.0
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/kean/Nuke
 * tag               12.6.0     -> FETCH_HEAD
HEAD is now at 8e43125 Version 12.6.0
Cloned https://github.com/kean/Nuke.git
Revision (git rev-parse @):
8e431251dea0081b6ab154dab61a6ec74e4b6577
SUCCESS checkout https://github.com/kean/Nuke.git at 12.6.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $workDir
https://github.com/kean/Nuke.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/50] Emitting module Nuke
[2/57] Compiling Nuke AsyncTask.swift
[3/57] Compiling Nuke ImagePipelineTask.swift
[4/57] Compiling Nuke TaskFetchOriginalData.swift
[5/57] Compiling Nuke TaskFetchOriginalImage.swift
[6/57] Compiling Nuke TaskFetchWithPublisher.swift
[7/57] Compiling Nuke TaskLoadData.swift
[8/57] Compiling Nuke TaskLoadImage.swift
[9/57] Compiling Nuke Extensions.swift
[10/57] Compiling Nuke Graphics.swift
[11/57] Compiling Nuke ImagePublisher.swift
[12/57] Compiling Nuke ImageRequestKeys.swift
[13/57] Compiling Nuke LinkedList.swift
[14/57] Compiling Nuke Log.swift
[15/57] Compiling Nuke Operation.swift
[16/57] Compiling Nuke RateLimiter.swift
[17/57] Compiling Nuke ResumableData.swift
[18/57] Compiling Nuke DataLoader.swift
[19/57] Compiling Nuke DataLoading.swift
[20/57] Compiling Nuke ImagePipeline.swift
[21/57] Compiling Nuke ImagePipelineCache.swift
[22/57] Compiling Nuke ImagePipelineConfiguration.swift
[23/57] Compiling Nuke AsyncImageTask.swift
[24/57] Compiling Nuke Cache.swift
[25/57] Compiling Nuke DataCache.swift
[26/57] Compiling Nuke DataCaching.swift
[27/57] Compiling Nuke ImageCache.swift
[28/57] Compiling Nuke ImageCaching.swift
[29/57] Compiling Nuke AssetType.swift
[30/57] Compiling Nuke ImageDecoderRegistry.swift
[31/57] Compiling Nuke ImageDecoders+Default.swift
[32/57] Compiling Nuke ImageDecoders+Empty.swift
[33/57] Compiling Nuke ImageDecoding.swift
[34/57] Compiling Nuke ImageEncoders+Default.swift
[35/57] Compiling Nuke ImageEncoders+ImageIO.swift
[36/57] Compiling Nuke ImageEncoders.swift
[37/57] Compiling Nuke ImageProcessors+Circle.swift
[38/57] Compiling Nuke ImageProcessors+Composition.swift
[39/57] Compiling Nuke ImageProcessors+CoreImage.swift
[40/57] Compiling Nuke ImageProcessors+GaussianBlur.swift
[41/57] Compiling Nuke ImageProcessors+Resize.swift
[42/57] Compiling Nuke ImageProcessors+RoundedCorners.swift
[43/57] Compiling Nuke ImageProcessors.swift
[44/57] Compiling Nuke ImagePipelineDelegate.swift
[45/57] Compiling Nuke ImagePipelineError.swift
[46/57] Compiling Nuke ImagePrefetcher.swift
[47/57] Compiling Nuke ImageDecompression.swift
[48/57] Compiling Nuke ImageProcessing.swift
[49/57] Compiling Nuke ImageProcessingOptions.swift
[50/57] Compiling Nuke ImageProcessors+Anonymous.swift
[51/57] Compiling Nuke ImageEncoding.swift
[52/57] Compiling Nuke ImageContainer.swift
[53/57] Compiling Nuke ImageRequest.swift
[54/57] Compiling Nuke ImageResponse.swift
[55/57] Compiling Nuke ImageTask.swift
[56/57] Compiling Nuke Atomic.swift
[57/57] Compiling Nuke DataPublisher.swift
[58/70] Compiling NukeExtensions ImageViewExtensions.swift
[59/70] Compiling NukeExtensions ImageLoadingOptions.swift
[60/70] Emitting module NukeExtensions
[61/70] Compiling NukeVideo ImageDecoders+Video.swift
[62/70] Compiling NukeVideo AVDataAsset.swift
[63/70] Emitting module NukeVideo
[64/70] Compiling NukeVideo VideoPlayerView.swift
[65/70] Compiling NukeUI LazyImageState.swift
[66/70] Compiling NukeUI LazyImageView.swift
[67/70] Emitting module NukeUI
[68/70] Compiling NukeUI Internal.swift
[69/70] Compiling NukeUI FetchImage.swift
[70/70] Compiling NukeUI LazyImage.swift
Build complete! (16.99s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Nuke",
  "name" : "Nuke",
  "path" : "/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "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",
        "ImageViewExtensions.swift"
      ],
      "target_dependencies" : [
        "Nuke"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Nuke",
      "module_type" : "SwiftTarget",
      "name" : "Nuke",
      "path" : "Sources/Nuke",
      "product_memberships" : [
        "Nuke",
        "NukeUI",
        "NukeVideo",
        "NukeExtensions"
      ],
      "sources" : [
        "AsyncImageTask.swift",
        "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/Atomic.swift",
        "Internal/DataPublisher.swift",
        "Internal/Extensions.swift",
        "Internal/Graphics.swift",
        "Internal/ImagePublisher.swift",
        "Internal/ImageRequestKeys.swift",
        "Internal/LinkedList.swift",
        "Internal/Log.swift",
        "Internal/Operation.swift",
        "Internal/RateLimiter.swift",
        "Internal/ResumableData.swift",
        "Loading/DataLoader.swift",
        "Loading/DataLoading.swift",
        "Pipeline/ImagePipeline.swift",
        "Pipeline/ImagePipelineCache.swift",
        "Pipeline/ImagePipelineConfiguration.swift",
        "Pipeline/ImagePipelineDelegate.swift",
        "Pipeline/ImagePipelineError.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/AsyncTask.swift",
        "Tasks/ImagePipelineTask.swift",
        "Tasks/TaskFetchOriginalData.swift",
        "Tasks/TaskFetchOriginalImage.swift",
        "Tasks/TaskFetchWithPublisher.swift",
        "Tasks/TaskLoadData.swift",
        "Tasks/TaskLoadImage.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.

Build Machine: Mac 7