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.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.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: 3.0.4
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/pinterest/PINRemoteImage
 * tag               3.0.4      -> FETCH_HEAD
HEAD is now at 37022d0 [AUTO] Update CHANGELOG.md and bump for patch update.
Cloned https://github.com/pinterest/PINRemoteImage.git
Revision (git rev-parse @):
37022d0fb9359ce33fa06028d03382c8b9957c62
SUCCESS checkout https://github.com/pinterest/PINRemoteImage.git at 3.0.4
Fetching https://github.com/pinterest/PINCache.git from cache
Fetched https://github.com/pinterest/PINCache.git from cache (0.22s)
Computing version for https://github.com/pinterest/PINCache.git
Computed https://github.com/pinterest/PINCache.git at 3.0.4 (0.28s)
Fetching https://github.com/pinterest/PINOperation.git from cache
Fetched https://github.com/pinterest/PINOperation.git from cache (0.24s)
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/PINCache.git
Working copy of https://github.com/pinterest/PINCache.git resolved at 3.0.4
Creating working copy for https://github.com/pinterest/PINOperation.git
Working copy of https://github.com/pinterest/PINOperation.git resolved at 1.2.3
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "pinremoteimage",
      "name": "PINRemoteImage",
      "url": "https://github.com/pinterest/PINRemoteImage.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PINRemoteImage",
      "dependencies": [
        {
          "identity": "pincache",
          "name": "PINCache",
          "url": "https://github.com/pinterest/PINCache.git",
          "version": "3.0.4",
          "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PINCache",
          "dependencies": [
            {
              "identity": "pinoperation",
              "name": "PINOperation",
              "url": "https://github.com/pinterest/PINOperation.git",
              "version": "1.2.3",
              "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PINOperation",
              "dependencies": [
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/pinterest/PINRemoteImage.git from cache
Fetched https://github.com/pinterest/PINRemoteImage.git from cache (0.45s)
Fetching https://github.com/pinterest/PINCache.git from cache
Fetched https://github.com/pinterest/PINCache.git from cache (0.25s)
Computing version for https://github.com/pinterest/PINCache.git
Computed https://github.com/pinterest/PINCache.git at 3.0.4 (0.02s)
Fetching https://github.com/pinterest/PINOperation.git from cache
Fetched https://github.com/pinterest/PINOperation.git from cache (0.23s)
Computing version for https://github.com/pinterest/PINOperation.git
Computed https://github.com/pinterest/PINOperation.git at 1.2.3 (0.03s)
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
Creating working copy for https://github.com/pinterest/PINRemoteImage.git
Working copy of https://github.com/pinterest/PINRemoteImage.git resolved at 3.0.4 (37022d0)
warning: '.resolve-product-dependencies': dependency 'pinremoteimage' is not used by any target
Found 1 product dependencies
  - PINCache
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/pinterest/PINRemoteImage.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/45] Compiling PINRemoteImage PINRemoteLock.m
[1/45] Compiling PINRemoteImage PINRemoteImageMemoryContainer.m
[2/45] Compiling PINRemoteImage PINRemoteWeakProxy.m
[3/45] Compiling PINRemoteImage PINResume.m
[4/45] Compiling PINRemoteImage PINSpeedRecorder.m
[5/45] Compiling PINRemoteImage PINRemoteImageManagerResult.m
[6/45] Compiling PINRemoteImage PINRequestRetryStrategy.m
[7/45] Compiling PINRemoteImage PINRemoteImageDownloadTask.m
[8/45] Compiling PINRemoteImage PINRemoteImageDownloadQueue.m
[9/45] Compiling PINRemoteImage PINRemoteImageTask.m
[10/45] Compiling PINRemoteImage PINRemoteImageCategoryManager.m
[11/45] Compiling PINRemoteImage PINURLSessionManager.m
[12/45] Compiling PINRemoteImage PINRemoteImageBasicCache.m
[13/45] Compiling PINRemoteImage PINRemoteImageManagerConfiguration.m
[14/45] Compiling PINRemoteImage PINRemoteImageCallbacks.m
[15/45] Compiling PINRemoteImage PINDisplayLink.m
[16/45] Compiling PINCache+PINRemoteImageCaching.m
[17/45] Compiling PINRemoteImage PINAlternateRepresentationProvider.m
[18/45] Compiling PINImageView+PINRemoteImage.m
[19/45] Compiling PINButton+PINRemoteImage.m
[20/45] Compiling NSHTTPURLResponse+MaxAge.m
[21/45] Compiling PINRemoteImage PINRemoteImageProcessorTask.m
[22/45] Compiling NSData+ImageDetectors.m
[23/45] Compiling PINImage+ScaledImage.m
[24/45] Compiling PINAnimatedImageView+PINRemoteImage.m
[25/45] Compiling PINImage+DecodedImage.m
[26/45] Compiling PINGIFAnimatedImage.m
[26/45] Copying PrivacyInfo.xcprivacy
[29/45] Compiling PINWebPAnimatedImage.m
[30/45] Compiling PINAnimatedImage.m
[31/45] Compiling PINAPNGAnimatedImage.m
[32/45] Compiling PINCachedAnimatedImage.m
[33/45] Compiling PINAnimatedImageView.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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.
[34/45] Compiling PINRemoteImage PINRemoteImageManager.m
[35/45] Compiling PINRemoteImage PINProgressiveImage.m
[36/45] Compiling PINOperation resource_bundle_accessor.m
[37/45] Compiling PINCache resource_bundle_accessor.m
[38/45] Compiling PINOperation PINOperationQueue.m
[39/45] Compiling PINOperation PINOperationGroup.m
[40/45] Compiling PINCache PINCache.m
[41/45] Compiling PINCache PINMemoryCache.m
[42/45] Compiling PINCache PINDiskCache.m
[43/45] Write Objects.LinkFileList
/Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning 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)'
[44/45] Archiving libPINRemoteImage.a
Build complete! (7.19s)
Build complete.
Done.