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, reference master (2e76fb), with Swift 6.0 for macOS (SPM) on 27 Nov 2024 01:05:55 UTC.

Swift 6 data race errors: 0

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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.58.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
Fetching https://github.com/SDWebImage/SDWebImage.git
[1/25249] Fetching sdwebimage
Fetched https://github.com/SDWebImage/SDWebImage.git from cache (2.54s)
Computing version for https://github.com/SDWebImage/SDWebImage.git
Computed https://github.com/SDWebImage/SDWebImage.git at 5.20.0 (0.54s)
Creating working copy for https://github.com/SDWebImage/SDWebImage.git
Working copy of https://github.com/SDWebImage/SDWebImage.git resolved at 5.20.0
========================================
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": "sdwebimagelinkplugin",
      "name": "SDWebImageLinkPlugin",
      "url": "https://github.com/SDWebImage/SDWebImageLinkPlugin.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SDWebImageLinkPlugin",
      "dependencies": [
        {
          "identity": "sdwebimage",
          "name": "SDWebImage",
          "url": "https://github.com/SDWebImage/SDWebImage.git",
          "version": "5.20.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SDWebImage",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/SDWebImage/SDWebImageLinkPlugin.git
[9/445] Fetching sdwebimagelinkplugin
Fetched https://github.com/SDWebImage/SDWebImageLinkPlugin.git from cache (1.18s)
Fetching https://github.com/SDWebImage/SDWebImage.git from cache
Fetched https://github.com/SDWebImage/SDWebImage.git from cache (0.73s)
Computing version for https://github.com/SDWebImage/SDWebImage.git
Computed https://github.com/SDWebImage/SDWebImage.git at 5.20.0 (0.02s)
Creating working copy for https://github.com/SDWebImage/SDWebImage.git
Working copy of https://github.com/SDWebImage/SDWebImage.git resolved at 5.20.0
Creating working copy for https://github.com/SDWebImage/SDWebImageLinkPlugin.git
Working copy of https://github.com/SDWebImage/SDWebImageLinkPlugin.git resolved at master (2e76fb5)
warning: '.resolve-product-dependencies': dependency 'sdwebimagelinkplugin' is not used by any target
Found 1 product dependencies
  - SDWebImage
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/SDWebImage/SDWebImageLinkPlugin.git
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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/5] Compiling SDImageLinkLoader.m
[1/5] Compiling SDWebImageLinkDefine.m
[2/5] Compiling SDWebImageLinkError.m
/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-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.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-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.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.
[3/5] Compiling NSImage+SDWebImageLinkPlugin.m
[4/5] Compiling LPLinkView+WebCache.m
Build complete! (3.69s)
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.