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 SDWebImageWebPCoder 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/SDWebImageWebPCoder.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SDWebImage/SDWebImageWebPCoder
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at f534cfe Bumped version to 0.14.6
Cloned https://github.com/SDWebImage/SDWebImageWebPCoder.git
Revision (git rev-parse @):
f534cfe830a7807ecc3d0332127a502426cfa067
SUCCESS checkout https://github.com/SDWebImage/SDWebImageWebPCoder.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/SDWebImage/SDWebImageWebPCoder.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...
[0/3] Compiling SDWebImageWebPCoderDefine.m
[1/3] Compiling UIImage+WebP.m
/Users/admin/builder/spi-builder-workspace/SDWebImageWebPCoder/Classes/SDImageWebPCoder.m:673:33: warning: 'CGColorSpaceCreateWithICCProfile' is deprecated: first deprecated in macOS 10.13 - No longer supported [-Wdeprecated-declarations]
  673 |                 colorSpaceRef = CGColorSpaceCreateWithICCProfile((__bridge CFDataRef)profileData);
      |                                 ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGColorSpace.h:480:38: note: 'CGColorSpaceCreateWithICCProfile' has been explicitly marked deprecated here
  480 | CG_EXTERN CGColorSpaceRef __nullable CGColorSpaceCreateWithICCProfile(CFDataRef cg_nullable data)
      |                                      ^
1 warning generated.
[2/3] Compiling SDImageWebPCoder.m
Build complete! (12.74s)
Fetching https://github.com/SDWebImage/libwebp-Xcode.git
Fetching https://github.com/SDWebImage/SDWebImage.git
[1/238] Fetching libwebp-xcode
[239/25135] Fetching libwebp-xcode, sdwebimage
Fetched https://github.com/SDWebImage/SDWebImage.git from cache (2.45s)
Fetched https://github.com/SDWebImage/libwebp-Xcode.git from cache (2.45s)
Computing version for https://github.com/SDWebImage/libwebp-Xcode.git
Computed https://github.com/SDWebImage/libwebp-Xcode.git at 1.1.0 (0.66s)
Computing version for https://github.com/SDWebImage/SDWebImage.git
Computed https://github.com/SDWebImage/SDWebImage.git at 5.18.10 (0.65s)
Creating working copy for https://github.com/SDWebImage/SDWebImage.git
Working copy of https://github.com/SDWebImage/SDWebImage.git resolved at 5.18.10
Creating working copy for https://github.com/SDWebImage/libwebp-Xcode.git
Working copy of https://github.com/SDWebImage/libwebp-Xcode.git resolved at 1.1.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "sdwebimage",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.17.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SDWebImage/SDWebImage.git"
    },
    {
      "identity" : "libwebp-xcode",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SDWebImage/libwebp-Xcode.git"
    }
  ],
  "manifest_display_name" : "SDWebImageWebPCoder",
  "name" : "SDWebImageWebPCoder",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.11"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "SDWebImageWebPCoder",
      "targets" : [
        "SDWebImageWebPCoder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SDWebImageWebPCoder",
      "module_type" : "ClangTarget",
      "name" : "SDWebImageWebPCoder",
      "path" : ".",
      "product_dependencies" : [
        "SDWebImage",
        "libwebp"
      ],
      "product_memberships" : [
        "SDWebImageWebPCoder"
      ],
      "sources" : [
        "SDWebImageWebPCoder/Classes/SDImageWebPCoder.m",
        "SDWebImageWebPCoder/Classes/SDWebImageWebPCoderDefine.m",
        "SDWebImageWebPCoder/Classes/UIImage+WebP.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.