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 PINRemoteImage with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.39.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pinterest/PINRemoteImage.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/pinterest/PINRemoteImage
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 26818dc Merge pull request #644 from andyfinnell/expose-protocol-for-cache-image-data
Cloned https://github.com/pinterest/PINRemoteImage.git
Revision (git rev-parse @):
26818dc4ad9ca5ce3064e23524c4ac06e873076b
SUCCESS checkout https://github.com/pinterest/PINRemoteImage.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $workDir
https://github.com/pinterest/PINRemoteImage.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/44] Compiling PINRemoteImage PINRemoteWeakProxy.m
[1/44] Compiling PINRemoteImage PINRemoteLock.m
[2/44] Compiling PINRemoteImage PINResume.m
[3/44] Compiling PINRemoteImage PINSpeedRecorder.m
[4/44] Compiling PINRemoteImage PINRemoteImageMemoryContainer.m
[5/44] Compiling PINRemoteImage PINRemoteImageManagerResult.m
[6/44] Compiling PINRemoteImage PINURLSessionManager.m
[7/44] Compiling PINRemoteImage PINRemoteImageManagerConfiguration.m
[8/44] Compiling PINRemoteImage PINRequestRetryStrategy.m
[9/44] Compiling PINRemoteImage PINRemoteImageTask.m
[10/44] Compiling PINAnimatedImageView.m
[11/44] Compiling PINRemoteImage PINRemoteImageDownloadQueue.m
[12/44] Compiling PINRemoteImage PINRemoteImageCallbacks.m
[13/44] Compiling PINRemoteImage PINRemoteImageCategoryManager.m
[14/44] Compiling PINRemoteImage PINRemoteImageBasicCache.m
[15/44] Compiling PINRemoteImage PINRemoteImageDownloadTask.m
[16/44] Compiling PINAnimatedImage.m
[17/44] Compiling PINRemoteImage PINDisplayLink.m
[18/44] Compiling PINRemoteImage PINAlternateRepresentationProvider.m
[19/44] Compiling PINCache+PINRemoteImageCaching.m
[20/44] Compiling PINRemoteImage PINRemoteImageProcessorTask.m
[21/44] Compiling PINButton+PINRemoteImage.m
[22/44] Compiling PINImageView+PINRemoteImage.m
[23/44] Compiling PINImage+ScaledImage.m
[24/44] Compiling NSHTTPURLResponse+MaxAge.m
[25/44] Compiling NSData+ImageDetectors.m
[26/44] Compiling PINImage+DecodedImage.m
[27/44] Copying PrivacyInfo.xcprivacy
[29/44] Compiling PINAnimatedImageView+PINRemoteImage.m
[30/44] Compiling PINAPNGAnimatedImage.m
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Classes/PINRemoteImageManager.m:1572:9: warning: 'CC_MD5_Init' is deprecated: first deprecated in macOS 10.15 - This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger). [-Wdeprecated-declarations]
        CC_MD5_Init(&ctx);
        ^
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/CommonCrypto/CommonDigest.h:133:12: note: 'CC_MD5_Init' has been explicitly marked deprecated here
extern int CC_MD5_Init(CC_MD5_CTX *c)
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Classes/PINRemoteImageManager.m:1575:13: warning: 'CC_MD5_Update' is deprecated: first deprecated in macOS 10.15 - This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger). [-Wdeprecated-declarations]
            CC_MD5_Update(&ctx, bytes, (CC_LONG)byteRange.length);
            ^
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/CommonCrypto/CommonDigest.h:136:12: note: 'CC_MD5_Update' has been explicitly marked deprecated here
extern int CC_MD5_Update(CC_MD5_CTX *c, const void *data, CC_LONG len)
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Classes/PINRemoteImageManager.m:1579:9: warning: 'CC_MD5_Final' is deprecated: first deprecated in macOS 10.15 - This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger). [-Wdeprecated-declarations]
        CC_MD5_Final(digest, &ctx);
        ^
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/CommonCrypto/CommonDigest.h:139:12: note: 'CC_MD5_Final' has been explicitly marked deprecated here
extern int CC_MD5_Final(unsigned char *md, CC_MD5_CTX *c)
           ^
3 warnings generated.
[31/44] Compiling PINRemoteImage PINRemoteImageManager.m
[32/44] Compiling PINGIFAnimatedImage.m
[33/44] Compiling PINCachedAnimatedImage.m
[34/44] Compiling PINWebPAnimatedImage.m
[35/44] Compiling PINRemoteImage PINProgressiveImage.m
[36/44] Compiling PINOperation resource_bundle_accessor.m
[37/44] Compiling PINOperation PINOperationGroup.m
[38/44] Compiling PINCache PINMemoryCache.m
[39/44] Compiling PINCache PINCache.m
[40/44] Compiling PINCache resource_bundle_accessor.m
[41/44] Compiling PINOperation PINOperationQueue.m
[42/44] Compiling PINCache PINDiskCache.m
/Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning renaming duplicate member name 'resource_bundle_accessor.m.o' from '/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/PINCache.build/resource_bundle_accessor.m.o(resource_bundle_accessor.m.o)' and '/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/PINOperation.build/resource_bundle_accessor.m.o(resource_bundle_accessor.m.o)'
[43/44] Archiving libPINRemoteImage.a
Build complete! (9.32s)
Fetching https://github.com/pinterest/PINCache.git from cache
Fetched https://github.com/pinterest/PINCache.git (0.23s)
Computing version for https://github.com/pinterest/PINCache.git
Computed https://github.com/pinterest/PINCache.git at 3.0.4 (0.33s)
Fetching https://github.com/pinterest/PINOperation.git from cache
Fetched https://github.com/pinterest/PINOperation.git (0.33s)
Computing version for https://github.com/pinterest/PINOperation.git
Computed https://github.com/pinterest/PINOperation.git at 1.2.3 (0.27s)
Creating working copy for https://github.com/pinterest/PINOperation.git
Working copy of https://github.com/pinterest/PINOperation.git resolved at 1.2.3
Creating working copy for https://github.com/pinterest/PINCache.git
Working copy of https://github.com/pinterest/PINCache.git resolved at 3.0.4
Build complete.
Done.