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 SDWebImageWebPCoder, reference master (f534cf), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 10:06:42 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/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.2
Building package at path:  $PWD
https://github.com/SDWebImage/SDWebImageWebPCoder.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
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-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGColorSpace.h:493:38: note: 'CGColorSpaceCreateWithICCProfile' has been explicitly marked deprecated here
  493 | CG_EXTERN CGColorSpaceRef __nullable CGColorSpaceCreateWithICCProfile(CFDataRef cg_nullable data)
      |                                      ^
1 warning generated.
[2/3] Compiling SDImageWebPCoder.m
Build complete! (9.70s)
Fetching https://github.com/SDWebImage/SDWebImage.git
Fetching https://github.com/SDWebImage/libwebp-Xcode.git
[9/274] Fetching libwebp-xcode
[270/26037] Fetching libwebp-xcode, sdwebimage
Fetched https://github.com/SDWebImage/SDWebImage.git from cache (2.09s)
Fetched https://github.com/SDWebImage/libwebp-Xcode.git from cache (2.09s)
Computing version for https://github.com/SDWebImage/libwebp-Xcode.git
Computed https://github.com/SDWebImage/libwebp-Xcode.git at 1.5.0 (2.61s)
Computing version for https://github.com/SDWebImage/SDWebImage.git
Computed https://github.com/SDWebImage/SDWebImage.git at 5.21.1 (0.48s)
Creating working copy for https://github.com/SDWebImage/SDWebImage.git
Working copy of https://github.com/SDWebImage/SDWebImage.git resolved at 5.21.1
Creating working copy for https://github.com/SDWebImage/libwebp-Xcode.git
Working copy of https://github.com/SDWebImage/libwebp-Xcode.git resolved at 1.5.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.