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 SDWebImageLottieCoder 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/SDWebImageLottieCoder.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SDWebImage/SDWebImageLottieCoder
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at c9f6567 Bumped version to 0.2.0
Cloned https://github.com/SDWebImage/SDWebImageLottieCoder.git
Revision (git rev-parse @):
c9f65679a9b0510b89673507f548a7c0f17ba95f
SUCCESS checkout https://github.com/SDWebImage/SDWebImageLottieCoder.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/SDWebImage/SDWebImageLottieCoder.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...
/Users/admin/builder/spi-builder-workspace/SDWebImageLottieCoder/Classes/SDImageLottieCoder.m:136:42: warning: 'SDImageCoderWebImageContext' is deprecated: first deprecated in macOS 10.10 - No longer supported. Use SDWebImageContextDecodeOptions in loader API to provide options. Use SDImageCoderOptions in coder API to retrieve options. [-Wdeprecated-declarations]
  136 |     SDWebImageContext *context = options[SDImageCoderWebImageContext];
      |                                          ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SDWebImage/SDWebImage/include/SDWebImage/SDImageCoder.h:141:53: note: 'SDImageCoderWebImageContext' has been explicitly marked deprecated here
  141 | FOUNDATION_EXPORT SDImageCoderOption _Nonnull const SDImageCoderWebImageContext API_DEPRECATED("No longer supported. Use SDWebImageContextDecodeOptions in loader API to provide options. Use SDImageCoderOptions in coder API to retrieve options.", macos(10.10, 10.10), ios(8.0, 8.0), tvos(9.0, 9.0), watchos(2.0, 2.0));
      |                                                     ^
/Users/admin/builder/spi-builder-workspace/SDWebImageLottieCoder/Classes/SDImageLottieCoder.m:228:46: warning: 'SDImageCoderWebImageContext' is deprecated: first deprecated in macOS 10.10 - No longer supported. Use SDWebImageContextDecodeOptions in loader API to provide options. Use SDImageCoderOptions in coder API to retrieve options. [-Wdeprecated-declarations]
  228 |         SDWebImageContext *context = options[SDImageCoderWebImageContext];
      |                                              ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SDWebImage/SDWebImage/include/SDWebImage/SDImageCoder.h:141:53: note: 'SDImageCoderWebImageContext' has been explicitly marked deprecated here
  141 | FOUNDATION_EXPORT SDImageCoderOption _Nonnull const SDImageCoderWebImageContext API_DEPRECATED("No longer supported. Use SDWebImageContextDecodeOptions in loader API to provide options. Use SDImageCoderOptions in coder API to retrieve options.", macos(10.10, 10.10), ios(8.0, 8.0), tvos(9.0, 9.0), watchos(2.0, 2.0));
      |                                                     ^
2 warnings generated.
[0/2] Compiling SDImageLottieCoder.m
[1/2] Compiling SDWebImageLottieLoaderDefine.m
Build complete! (11.50s)
Fetching https://github.com/SDWebImage/librlottie-Xcode.git
Fetching https://github.com/SDWebImage/SDWebImage.git
[1/187] Fetching librlottie-xcode
[188/25070] Fetching librlottie-xcode, sdwebimage
Fetched https://github.com/SDWebImage/SDWebImage.git from cache (3.14s)
Fetched https://github.com/SDWebImage/librlottie-Xcode.git from cache (3.14s)
Computing version for https://github.com/SDWebImage/librlottie-Xcode.git
Computed https://github.com/SDWebImage/librlottie-Xcode.git at 0.2.1 (0.68s)
Computing version for https://github.com/SDWebImage/SDWebImage.git
Computed https://github.com/SDWebImage/SDWebImage.git at 5.19.2 (0.67s)
Creating working copy for https://github.com/SDWebImage/librlottie-Xcode.git
Working copy of https://github.com/SDWebImage/librlottie-Xcode.git resolved at 0.2.1
Creating working copy for https://github.com/SDWebImage/SDWebImage.git
Working copy of https://github.com/SDWebImage/SDWebImage.git resolved at 5.19.2
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"
    },
    {
      "identity" : "librlottie-xcode",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SDWebImage/librlottie-Xcode.git"
    }
  ],
  "manifest_display_name" : "SDWebImageLottieCoder",
  "name" : "SDWebImageLottieCoder",
  "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" : "SDWebImageLottieCoder",
      "targets" : [
        "SDWebImageLottieCoder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SDWebImageLottieCoder",
      "module_type" : "ClangTarget",
      "name" : "SDWebImageLottieCoder",
      "path" : ".",
      "product_dependencies" : [
        "SDWebImage",
        "librlottie"
      ],
      "product_memberships" : [
        "SDWebImageLottieCoder"
      ],
      "sources" : [
        "SDWebImageLottieCoder/Classes/SDImageLottieCoder.m",
        "SDWebImageLottieCoder/Classes/SDWebImageLottieLoaderDefine.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.