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

Successful build of SDWebImageLinkPlugin, reference master (2e76fb), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 01:45:44 UTC.

Swift 6 data race errors: 0

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/SDWebImage/SDWebImageLinkPlugin.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SDWebImage/SDWebImageLinkPlugin
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 2e76fb5 Add the readme about backward deployment
Cloned https://github.com/SDWebImage/SDWebImageLinkPlugin.git
Revision (git rev-parse @):
2e76fb5f526864e01d757eccc7724dc3ce629eb8
SUCCESS checkout https://github.com/SDWebImage/SDWebImageLinkPlugin.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/SDWebImage/SDWebImageLinkPlugin.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
/Users/admin/builder/spi-builder-workspace/SDWebImageLinkPlugin/Classes/NSImage+SDWebImageLinkPlugin.m:17:1: warning: category is implementing a method which will also be implemented by its primary class [-Wobjc-protocol-method-implementation]
   17 | + (instancetype)objectWithItemProviderData:(NSData *)data typeIdentifier:(NSString *)typeIdentifier error:(NSError *__autoreleasing  _Nullable *)outError {
      | ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:62:1: note: method 'objectWithItemProviderData:typeIdentifier:error:' declared here
   62 | + (nullable instancetype)objectWithItemProviderData:(NSData *)data
      | ^
/Users/admin/builder/spi-builder-workspace/SDWebImageLinkPlugin/Classes/NSImage+SDWebImageLinkPlugin.m:36:1: warning: category is implementing a method which will also be implemented by its primary class [-Wobjc-protocol-method-implementation]
   36 | - (nullable NSProgress *)loadDataWithTypeIdentifier:(nonnull NSString *)typeIdentifier forItemProviderCompletionHandler:(nonnull void (^)(NSData * _Nullable, NSError * _Nullable))completionHandler {
      | ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:50:1: note: method 'loadDataWithTypeIdentifier:forItemProviderCompletionHandler:' declared here
   50 | - (nullable NSProgress *)loadDataWithTypeIdentifier:(NSString *)typeIdentifier // One of writableTypeIdentifiersForItemProvider
      | ^
2 warnings generated.
[0/5] Compiling NSImage+SDWebImageLinkPlugin.m
[1/5] Compiling SDWebImageLinkError.m
[2/5] Compiling LPLinkView+WebCache.m
[3/5] Compiling SDWebImageLinkDefine.m
[4/5] Compiling SDImageLinkLoader.m
Build complete! (6.76s)
Fetching https://github.com/SDWebImage/SDWebImage.git
[1/25763] Fetching sdwebimage
Fetched https://github.com/SDWebImage/SDWebImage.git from cache (2.19s)
Computing version for https://github.com/SDWebImage/SDWebImage.git
Computed https://github.com/SDWebImage/SDWebImage.git at 5.21.1 (2.71s)
Creating working copy for https://github.com/SDWebImage/SDWebImage.git
Working copy of https://github.com/SDWebImage/SDWebImage.git resolved at 5.21.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "sdwebimage",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.4.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SDWebImage/SDWebImage.git"
    }
  ],
  "manifest_display_name" : "SDWebImageLinkPlugin",
  "name" : "SDWebImageLinkPlugin",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SDWebImageLinkPlugin",
      "targets" : [
        "SDWebImageLinkPlugin"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SDWebImageLinkPlugin",
      "module_type" : "ClangTarget",
      "name" : "SDWebImageLinkPlugin",
      "path" : ".",
      "product_dependencies" : [
        "SDWebImage"
      ],
      "product_memberships" : [
        "SDWebImageLinkPlugin"
      ],
      "sources" : [
        "SDWebImageLinkPlugin/Classes/LPLinkView+WebCache.m",
        "SDWebImageLinkPlugin/Classes/NSImage+SDWebImageLinkPlugin.m",
        "SDWebImageLinkPlugin/Classes/SDImageLinkLoader.m",
        "SDWebImageLinkPlugin/Classes/SDWebImageLinkDefine.m",
        "SDWebImageLinkPlugin/Classes/SDWebImageLinkError.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.