This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SDWebImageLinkPlugin with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.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.0
Building package at path:  $workDir
https://github.com/SDWebImage/SDWebImageLinkPlugin.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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
[1/5] Compiling LPLinkView+WebCache.m
[3/5] Compiling SDWebImageLinkDefine.m
[4/5] Compiling SDImageLinkLoader.m
Build complete! (7.94s)
Fetching https://github.com/SDWebImage/SDWebImage.git
[1/24897] Fetching sdwebimage
Fetched https://github.com/SDWebImage/SDWebImage.git from cache (2.70s)
Computing version for https://github.com/SDWebImage/SDWebImage.git
Computed https://github.com/SDWebImage/SDWebImage.git at 5.19.3 (0.70s)
Creating working copy for https://github.com/SDWebImage/SDWebImage.git
Working copy of https://github.com/SDWebImage/SDWebImage.git resolved at 5.19.3
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.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.