The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SDWebImagePDFCoder, reference master (2aecb0), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 00:08:58 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SDWebImage/SDWebImagePDFCoder.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SDWebImage/SDWebImagePDFCoder
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 2aecb0a Bumped version to 1.0.1
Cloned https://github.com/SDWebImage/SDWebImagePDFCoder.git
Revision (git rev-parse @):
2aecb0a16e4d054c7f36a140f7feef6e1ede7bb6
SUCCESS checkout https://github.com/SDWebImage/SDWebImagePDFCoder.git at master
Fetching https://github.com/SDWebImage/SDWebImage.git
[1/26014] Fetching sdwebimage
Fetched https://github.com/SDWebImage/SDWebImage.git from cache (2.33s)
Computing version for https://github.com/SDWebImage/SDWebImage.git
Computed https://github.com/SDWebImage/SDWebImage.git at 5.21.7 (3.03s)
Creating working copy for https://github.com/SDWebImage/SDWebImage.git
Working copy of https://github.com/SDWebImage/SDWebImage.git resolved at 5.21.7
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "sdwebimagepdfcoder",
      "name": "SDWebImagePDFCoder",
      "url": "https://github.com/SDWebImage/SDWebImagePDFCoder.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SDWebImagePDFCoder",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "sdwebimage",
          "name": "SDWebImage",
          "url": "https://github.com/SDWebImage/SDWebImage.git",
          "version": "5.21.7",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SDWebImage",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/SDWebImage/SDWebImagePDFCoder.git
[1/470] Fetching sdwebimagepdfcoder
Fetched https://github.com/SDWebImage/SDWebImagePDFCoder.git from cache (0.88s)
Fetching https://github.com/SDWebImage/SDWebImage.git from cache
Fetched https://github.com/SDWebImage/SDWebImage.git from cache (0.64s)
Computing version for https://github.com/SDWebImage/SDWebImage.git
Computed https://github.com/SDWebImage/SDWebImage.git at 5.21.7 (0.71s)
Creating working copy for https://github.com/SDWebImage/SDWebImagePDFCoder.git
Working copy of https://github.com/SDWebImage/SDWebImagePDFCoder.git resolved at master (2aecb0a)
Creating working copy for https://github.com/SDWebImage/SDWebImage.git
Working copy of https://github.com/SDWebImage/SDWebImage.git resolved at 5.21.7
warning: '.resolve-product-dependencies': dependency 'sdwebimagepdfcoder' is not used by any target
Found 1 product dependencies
  - SDWebImage
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/SDWebImage/SDWebImagePDFCoder.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
/Users/admin/builder/spi-builder-workspace/SDWebImagePDFCoder/Classes/SDImagePDFCoder.m:82:29: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   82 | #pragma clang diagnostic pop
      |                             ^
1 warning generated.
[0/2] Compiling SDImagePDFCoder.m
[1/2] Compiling SDWebImagePDFCoderDefine.m
Build complete! (3.85s)
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" : "SDWebImagePDFCoder",
  "name" : "SDWebImagePDFCoder",
  "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" : "SDWebImagePDFCoder",
      "targets" : [
        "SDWebImagePDFCoder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SDWebImagePDFCoder",
      "module_type" : "ClangTarget",
      "name" : "SDWebImagePDFCoder",
      "path" : ".",
      "product_dependencies" : [
        "SDWebImage"
      ],
      "product_memberships" : [
        "SDWebImagePDFCoder"
      ],
      "sources" : [
        "SDWebImagePDFCoder/Classes/SDImagePDFCoder.m",
        "SDWebImagePDFCoder/Classes/SDWebImagePDFCoderDefine.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.