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 SDWebImagePhotosPlugin, reference 1.2.1 (db865b), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 04:46:34 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/SDWebImagePhotosPlugin.git
Reference: 1.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SDWebImage/SDWebImagePhotosPlugin
 * tag               1.2.1      -> FETCH_HEAD
HEAD is now at db865b0 Bumped version to 1.2.1
Cloned https://github.com/SDWebImage/SDWebImagePhotosPlugin.git
Revision (git rev-parse @):
db865b0c2b6c4fd4e35d21b58c8b8b676d49f9dc
SUCCESS checkout https://github.com/SDWebImage/SDWebImagePhotosPlugin.git at 1.2.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/SDWebImage/SDWebImagePhotosPlugin.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Compiling SDWebImagePhotosError.m
[1/6] Compiling SDWebImagePhotosDefine.m
[2/6] Compiling PHAsset+SDWebImagePhotosPlugin.m
[3/6] Compiling PHImageRequestOptions+SDWebImagePhotosPlugin.m
/Users/admin/builder/spi-builder-workspace/SDWebImagePhotosPlugin/Classes/SDImagePhotosLoader.m:173:123: warning: format specifies type 'int' but the argument has type 'NSString *' [-Wformat]
  173 |             NSString *desc = [NSString stringWithFormat:@"Unsupported PHAsset localIdentifier: %d, PHAssetMediaType: %d", asset.localIdentifier, asset.mediaType];
      |                                                                                                ~~                         ^~~~~~~~~~~~~~~~~~~~~
      |                                                                                                %@
/Users/admin/builder/spi-builder-workspace/SDWebImagePhotosPlugin/Classes/SDImagePhotosLoader.m:173:146: warning: enum values with underlying type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' instead [-Wformat]
  173 |             NSString *desc = [NSString stringWithFormat:@"Unsupported PHAsset localIdentifier: %d, PHAssetMediaType: %d", asset.localIdentifier, asset.mediaType];
      |                                                                                                                      ~~                          ^~~~~~~~~~~~~~~
      |                                                                                                                      %ld                         (long)
2 warnings generated.
[4/6] Compiling SDImagePhotosLoader.m
[5/6] Compiling NSURL+SDWebImagePhotosPlugin.m
Build complete! (7.13s)
Fetching https://github.com/SDWebImage/SDWebImage.git
[1/25763] Fetching sdwebimage
Fetched https://github.com/SDWebImage/SDWebImage.git from cache (1.94s)
Computing version for https://github.com/SDWebImage/SDWebImage.git
Computed https://github.com/SDWebImage/SDWebImage.git at 5.21.1 (2.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
Build complete.
{
  "dependencies" : [
    {
      "identity" : "sdwebimage",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.10.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SDWebImage/SDWebImage.git"
    }
  ],
  "manifest_display_name" : "SDWebImagePhotosPlugin",
  "name" : "SDWebImagePhotosPlugin",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "SDWebImagePhotosPlugin",
      "targets" : [
        "SDWebImagePhotosPlugin"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SDWebImagePhotosPlugin",
      "module_type" : "ClangTarget",
      "name" : "SDWebImagePhotosPlugin",
      "path" : ".",
      "product_dependencies" : [
        "SDWebImage"
      ],
      "product_memberships" : [
        "SDWebImagePhotosPlugin"
      ],
      "sources" : [
        "SDWebImagePhotosPlugin/Classes/NSURL+SDWebImagePhotosPlugin.m",
        "SDWebImagePhotosPlugin/Classes/PHAsset+SDWebImagePhotosPlugin.m",
        "SDWebImagePhotosPlugin/Classes/PHImageRequestOptions+SDWebImagePhotosPlugin.m",
        "SDWebImagePhotosPlugin/Classes/SDImagePhotosLoader.m",
        "SDWebImagePhotosPlugin/Classes/SDWebImagePhotosDefine.m",
        "SDWebImagePhotosPlugin/Classes/SDWebImagePhotosError.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.