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

Failed to build SDWebImageAVIFCoder with Swift 6.0 for macOS (SPM).

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/SDWebImageAVIFCoder.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SDWebImage/SDWebImageAVIFCoder
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at f784fcf Update README.md
Cloned https://github.com/SDWebImage/SDWebImageAVIFCoder.git
Revision (git rev-parse @):
f784fcf7be9e02ec2fb16028d44f5889bbb4cfe9
SUCCESS checkout https://github.com/SDWebImage/SDWebImageAVIFCoder.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/SDWebImage/SDWebImageAVIFCoder.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 Conversion.m
/Users/admin/builder/spi-builder-workspace/SDWebImageAVIFCoder/Classes/ColorSpace.m:216:20: warning: 'CGColorSpaceCreateWithICCProfile' is deprecated: first deprecated in macOS 10.13 - No longer supported [-Wdeprecated-declarations]
  216 |             *ref = CGColorSpaceCreateWithICCProfile((__bridge CFDataRef)iccData);
      |                    ^
/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)
      |                                      ^
/Users/admin/builder/spi-builder-workspace/SDWebImageAVIFCoder/Classes/ColorSpace.m:314:20: warning: 'CGColorSpaceCreateWithICCProfile' is deprecated: first deprecated in macOS 10.13 - No longer supported [-Wdeprecated-declarations]
  314 |             *ref = CGColorSpaceCreateWithICCProfile((__bridge CFDataRef)iccData);
      |                    ^
/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)
      |                                      ^
2 warnings generated.
[1/3] Compiling ColorSpace.m
/Users/admin/builder/spi-builder-workspace/SDWebImageAVIFCoder/Classes/SDImageAVIFCoder.m:151:45: error: no known class method for selector 'scaledSizeWithImageSize:scaleSize:preserveAspectRatio:shouldScaleUp:'
  151 |     CGSize scaledSize = [SDImageCoderHelper scaledSizeWithImageSize:CGSizeMake(width, height) scaleSize:thumbnailSize preserveAspectRatio:preserveAspectRatio shouldScaleUp:NO];
      |                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SDWebImageAVIFCoder/Classes/SDImageAVIFCoder.m:151:12: error: initializing 'CGSize' (aka 'struct CGSize') with an expression of incompatible type 'id'
  151 |     CGSize scaledSize = [SDImageCoderHelper scaledSizeWithImageSize:CGSizeMake(width, height) scaleSize:thumbnailSize preserveAspectRatio:preserveAspectRatio shouldScaleUp:NO];
      |            ^            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SDWebImageAVIFCoder/Classes/SDImageAVIFCoder.m:308:54: warning: 'CGColorSpaceCopyICCProfile' is deprecated: first deprecated in macOS 10.13 - No longer supported [-Wdeprecated-declarations]
  308 |     NSData *iccProfile = (__bridge_transfer NSData *)CGColorSpaceCopyICCProfile([SDImageCoderHelper colorSpaceGetDeviceRGB]);
      |                                                      ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGColorSpace.h:484:32: note: 'CGColorSpaceCopyICCProfile' has been explicitly marked deprecated here
  484 | CG_EXTERN CFDataRef __nullable CGColorSpaceCopyICCProfile(CGColorSpaceRef cg_nullable space)
      |                                ^
/Users/admin/builder/spi-builder-workspace/SDWebImageAVIFCoder/Classes/SDImageAVIFCoder.m:446:45: error: no known class method for selector 'scaledSizeWithImageSize:scaleSize:preserveAspectRatio:shouldScaleUp:'
  446 |     CGSize scaledSize = [SDImageCoderHelper scaledSizeWithImageSize:CGSizeMake(width, height) scaleSize:_thumbnailSize preserveAspectRatio:_preserveAspectRatio shouldScaleUp:NO];
      |                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SDWebImageAVIFCoder/Classes/SDImageAVIFCoder.m:446:12: error: initializing 'CGSize' (aka 'struct CGSize') with an expression of incompatible type 'id'
  446 |     CGSize scaledSize = [SDImageCoderHelper scaledSizeWithImageSize:CGSizeMake(width, height) scaleSize:_thumbnailSize preserveAspectRatio:_preserveAspectRatio shouldScaleUp:NO];
      |            ^            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning and 4 errors generated.
[2/3] Compiling SDImageAVIFCoder.m
Fetching https://github.com/SDWebImage/libvmaf-Xcode.git
Fetching https://github.com/SDWebImage/libaom-Xcode.git
Fetching https://github.com/SDWebImage/libavif-Xcode.git
Fetching https://github.com/SDWebImage/SDWebImage.git
[1/250] Fetching libaom-xcode
[66/757] Fetching libaom-xcode, libavif-xcode
[355/855] Fetching libaom-xcode, libavif-xcode, libvmaf-xcode
[701/25752] Fetching libaom-xcode, libavif-xcode, libvmaf-xcode, sdwebimage
Fetched https://github.com/SDWebImage/libaom-Xcode.git from cache (1.62s)
[4340/25502] Fetching libavif-xcode, libvmaf-xcode, sdwebimage
Fetched https://github.com/SDWebImage/SDWebImage.git from cache (2.55s)
Fetched https://github.com/SDWebImage/libvmaf-Xcode.git from cache (2.55s)
Fetched https://github.com/SDWebImage/libavif-Xcode.git from cache (2.55s)
Computing version for https://github.com/SDWebImage/SDWebImage.git
Computed https://github.com/SDWebImage/SDWebImage.git at 5.10.4 (0.72s)
Computing version for https://github.com/SDWebImage/libavif-Xcode.git
Computed https://github.com/SDWebImage/libavif-Xcode.git at 0.11.1 (0.69s)
Computing version for https://github.com/SDWebImage/libaom-Xcode.git
Computed https://github.com/SDWebImage/libaom-Xcode.git at 2.0.2 (0.71s)
Computing version for https://github.com/SDWebImage/libvmaf-Xcode.git
Computed https://github.com/SDWebImage/libvmaf-Xcode.git at 2.2.0 (0.71s)
Creating working copy for https://github.com/SDWebImage/SDWebImage.git
Working copy of https://github.com/SDWebImage/SDWebImage.git resolved at 5.10.4
Creating working copy for https://github.com/SDWebImage/libaom-Xcode.git
Working copy of https://github.com/SDWebImage/libaom-Xcode.git resolved at 2.0.2
Creating working copy for https://github.com/SDWebImage/libavif-Xcode.git
Working copy of https://github.com/SDWebImage/libavif-Xcode.git resolved at 0.11.1
Creating working copy for https://github.com/SDWebImage/libvmaf-Xcode.git
Working copy of https://github.com/SDWebImage/libvmaf-Xcode.git resolved at 2.2.0
BUILD FAILURE 6.0 macosSpm
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.