The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SmartImages, reference 4.0.4 (2437b8), with Swift 6.1 for macOS (SPM) on 19 Apr 2026 23:03:13 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/NikSativa/SmartImages.git
Reference: 4.0.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/NikSativa/SmartImages
 * tag               4.0.4      -> FETCH_HEAD
HEAD is now at 2437b89 Update README for 4.0: SmartImageView, environment, processors, TTL, headers, PreviewImageFetcher
Cloned https://github.com/NikSativa/SmartImages.git
Revision (git rev-parse @):
2437b89838fc80dc109ee71abee8dbb664aba29f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/NikSativa/SmartImages.git at 4.0.4
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/NikSativa/SmartImages.git
https://github.com/NikSativa/SmartImages.git
{
  "dependencies" : [
    {
      "identity" : "threading",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.3.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/NikSativa/Threading.git"
    },
    {
      "identity" : "sprykit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.2.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/NikSativa/SpryKit.git"
    }
  ],
  "manifest_display_name" : "SmartImages",
  "name" : "SmartImages",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "16.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "SmartImages",
      "targets" : [
        "SmartImages"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SmartImagesUIKit",
      "targets" : [
        "SmartImages",
        "SmartImagesUIKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SmartImagesSwiftUI",
      "targets" : [
        "SmartImages",
        "SmartImagesSwiftUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SmartImagesUIKit",
      "module_type" : "SwiftTarget",
      "name" : "SmartImagesUIKit",
      "path" : "Source/UIKit",
      "product_dependencies" : [
        "Threading"
      ],
      "product_memberships" : [
        "SmartImagesUIKit"
      ],
      "sources" : [
        "ImageAnimation.swift",
        "ImageDownloader.swift",
        "ImagePlaceholder.swift",
        "ImageViewDownloading.swift",
        "SmartImage+Network.swift",
        "SmartImageView+Placeholder.swift",
        "URLRequest.CachePolicy+Network.swift"
      ],
      "target_dependencies" : [
        "SmartImages"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SmartImagesTests",
      "module_type" : "SwiftTarget",
      "name" : "SmartImagesTests",
      "path" : "Tests",
      "product_dependencies" : [
        "SpryKit",
        "Threading"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/TestImages/rgb_1.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/TestImages/unsupported.txt",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "FetchPriorityTests.swift",
        "Image+NetworkTests.swift",
        "ImageCacheConfigurationTests.swift",
        "ImageCacheTests.swift",
        "ImageDecoders.DefaultTests.swift",
        "ImageDecodingProcessorTests.swift",
        "ImageDownloadQueueTests.swift",
        "ImageFetcherTests.swift",
        "ImageProcessors.CompositionTests.swift",
        "ImageView+PlaceholderTests.swift",
        "TestHelpers/Data+TestHelper.swift",
        "TestHelpers/FakeImageCaching.swift",
        "TestHelpers/FakeImageDecoder.swift",
        "TestHelpers/FakeImageNetworkProvider.swift",
        "TestHelpers/FakeImageNetworkTask.swift",
        "TestHelpers/FakeImageProcessor.swift",
        "TestHelpers/FakeImageQueueScheduling.swift",
        "TestHelpers/FakeQueueable.swift",
        "TestHelpers/SendableResult.swift",
        "TestHelpers/URL+TestHelpers.swift",
        "TestHelpers/URLRequest+TestHelpers.swift",
        "URLRequest.CachePolicy+NetworkTests.swift"
      ],
      "target_dependencies" : [
        "SmartImages",
        "SmartImagesUIKit",
        "SmartImagesSwiftUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SmartImagesSwiftUI",
      "module_type" : "SwiftTarget",
      "name" : "SmartImagesSwiftUI",
      "path" : "Source/SwiftUI",
      "product_dependencies" : [
        "Threading"
      ],
      "product_memberships" : [
        "SmartImagesSwiftUI"
      ],
      "sources" : [
        "SmartImageContent.swift",
        "SmartImageContentScale.swift",
        "SmartImageEnvironment.swift",
        "SmartImagePhase.swift",
        "SmartImageView.swift"
      ],
      "target_dependencies" : [
        "SmartImages"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SmartImages",
      "module_type" : "SwiftTarget",
      "name" : "SmartImages",
      "path" : "Source",
      "product_dependencies" : [
        "Threading"
      ],
      "product_memberships" : [
        "SmartImages",
        "SmartImagesUIKit",
        "SmartImagesSwiftUI"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Source/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "CrossPlatform.swift",
        "Deprecated.swift",
        "FetchPriority.swift",
        "ImageCache.swift",
        "ImageCacheConfiguration.swift",
        "ImageDecoding.swift",
        "ImageDecodingProcessor.swift",
        "ImageDownloadQueue.swift",
        "ImageFetcher.swift",
        "ImageFetching.swift",
        "ImageNetworkProvider.swift",
        "ImageNetworkTask.swift",
        "ImageProcessor.swift",
        "ImageProcessors.swift",
        "ImageRequest.swift",
        "PreviewImageFetcher.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/7] Write sources
[2/7] Copying PrivacyInfo.xcprivacy
[3/7] Write sources
[6/7] Write swift-version-2F0A5646E1D333AE.txt
[8/30] Emitting module Threading
[9/32] Compiling Threading USendable.swift
[10/32] Compiling Threading resource_bundle_accessor.swift
[11/32] Compiling Threading AnyLock.swift
[12/32] Compiling Threading AnyMutex.swift
[13/32] Compiling Threading AtomicValue.swift
[14/32] Compiling Threading Mutexing.swift
[15/32] Compiling Threading DelayedQueue.swift
[16/32] Compiling Threading UnfairLock.swift
[17/32] Compiling Threading Locking.swift
[18/32] Compiling Threading MutexInitializable.swift
[19/32] Compiling Threading QueueBarrier.swift
[20/32] Compiling Threading SyncMutex.swift
[21/32] Compiling Threading DispatchTime+Queue.swift
[22/32] Compiling Threading Queue+Queueable.swift
[23/32] Compiling Threading Queue.swift
[24/32] Compiling Threading Queueable.swift
[25/32] Compiling Threading IsolatedMain.swift
[26/32] Compiling Threading NSLock.swift
[27/32] Compiling Threading NSRecursiveLock.swift
[28/32] Compiling Threading LockedValue.swift
[29/32] Compiling Threading OSAllocatedUnfairMutex.swift
[30/32] Compiling Threading OSAllocatedUnfairLock.swift
[31/32] Compiling Threading PThread.swift
[32/32] Compiling Threading Semaphore.swift
[33/49] Compiling SmartImages ImageRequest.swift
[34/49] Compiling SmartImages ImageDecodingProcessor.swift
[35/49] Compiling SmartImages ImageDownloadQueue.swift
[36/50] Compiling SmartImages FetchPriority.swift
[37/50] Compiling SmartImages ImageCache.swift
[38/50] Compiling SmartImages ImageCacheConfiguration.swift
[39/50] Compiling SmartImages ImageDecoding.swift
[40/50] Compiling SmartImages ImageFetcher.swift
[41/50] Compiling SmartImages ImageFetching.swift
[42/50] Compiling SmartImages resource_bundle_accessor.swift
[43/50] Emitting module SmartImages
[44/50] Compiling SmartImages CrossPlatform.swift
[45/50] Compiling SmartImages Deprecated.swift
[46/50] Compiling SmartImages ImageNetworkProvider.swift
[47/50] Compiling SmartImages ImageNetworkTask.swift
[48/50] Compiling SmartImages PreviewImageFetcher.swift
[49/50] Compiling SmartImages ImageProcessor.swift
[50/50] Compiling SmartImages ImageProcessors.swift
[51/64] Compiling SmartImagesUIKit URLRequest.CachePolicy+Network.swift
[52/64] Compiling SmartImagesUIKit SmartImage+Network.swift
[53/64] Compiling SmartImagesUIKit SmartImageView+Placeholder.swift
[54/64] Compiling SmartImagesUIKit ImagePlaceholder.swift
[55/64] Compiling SmartImagesUIKit ImageViewDownloading.swift
[56/64] Compiling SmartImagesUIKit ImageDownloader.swift
[57/64] Compiling SmartImagesUIKit ImageAnimation.swift
[58/64] Emitting module SmartImagesUIKit
[59/64] Compiling SmartImagesSwiftUI SmartImagePhase.swift
[60/64] Compiling SmartImagesSwiftUI SmartImageView.swift
[61/64] Compiling SmartImagesSwiftUI SmartImageContentScale.swift
[62/64] Emitting module SmartImagesSwiftUI
[63/64] Compiling SmartImagesSwiftUI SmartImageContent.swift
[64/64] Compiling SmartImagesSwiftUI SmartImageEnvironment.swift
Build complete! (28.59s)
Fetching https://github.com/NikSativa/Threading.git
Fetching https://github.com/NikSativa/SpryKit.git
[1/507] Fetching threading
[83/1668] Fetching threading, sprykit
Fetched https://github.com/NikSativa/Threading.git from cache (0.83s)
Fetched https://github.com/NikSativa/SpryKit.git from cache (0.83s)
Computing version for https://github.com/NikSativa/SpryKit.git
Computed https://github.com/NikSativa/SpryKit.git at 3.2.0 (1.40s)
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
[1258/76240] Fetching cwlpreconditiontesting, swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (3.83s)
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (3.83s)
Computing version for https://github.com/NikSativa/Threading.git
Computed https://github.com/NikSativa/Threading.git at 2.3.1 (4.37s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 600.0.1 (3.48s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.61s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/460] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.72s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.32s)
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 600.0.1
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Creating working copy for https://github.com/NikSativa/SpryKit.git
Working copy of https://github.com/NikSativa/SpryKit.git resolved at 3.2.0
Creating working copy for https://github.com/NikSativa/Threading.git
Working copy of https://github.com/NikSativa/Threading.git resolved at 2.3.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "threading",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.3.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/NikSativa/Threading.git"
    },
    {
      "identity" : "sprykit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.2.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/NikSativa/SpryKit.git"
    }
  ],
  "manifest_display_name" : "SmartImages",
  "name" : "SmartImages",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "16.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "SmartImages",
      "targets" : [
        "SmartImages"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SmartImagesUIKit",
      "targets" : [
        "SmartImages",
        "SmartImagesUIKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SmartImagesSwiftUI",
      "targets" : [
        "SmartImages",
        "SmartImagesSwiftUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SmartImagesUIKit",
      "module_type" : "SwiftTarget",
      "name" : "SmartImagesUIKit",
      "path" : "Source/UIKit",
      "product_dependencies" : [
        "Threading"
      ],
      "product_memberships" : [
        "SmartImagesUIKit"
      ],
      "sources" : [
        "ImageAnimation.swift",
        "ImageDownloader.swift",
        "ImagePlaceholder.swift",
        "ImageViewDownloading.swift",
        "SmartImage+Network.swift",
        "SmartImageView+Placeholder.swift",
        "URLRequest.CachePolicy+Network.swift"
      ],
      "target_dependencies" : [
        "SmartImages"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SmartImagesTests",
      "module_type" : "SwiftTarget",
      "name" : "SmartImagesTests",
      "path" : "Tests",
      "product_dependencies" : [
        "SpryKit",
        "Threading"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/TestImages/rgb_1.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/TestImages/unsupported.txt",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "FetchPriorityTests.swift",
        "Image+NetworkTests.swift",
        "ImageCacheConfigurationTests.swift",
        "ImageCacheTests.swift",
        "ImageDecoders.DefaultTests.swift",
        "ImageDecodingProcessorTests.swift",
        "ImageDownloadQueueTests.swift",
        "ImageFetcherTests.swift",
        "ImageProcessors.CompositionTests.swift",
        "ImageView+PlaceholderTests.swift",
        "TestHelpers/Data+TestHelper.swift",
        "TestHelpers/FakeImageCaching.swift",
        "TestHelpers/FakeImageDecoder.swift",
        "TestHelpers/FakeImageNetworkProvider.swift",
        "TestHelpers/FakeImageNetworkTask.swift",
        "TestHelpers/FakeImageProcessor.swift",
        "TestHelpers/FakeImageQueueScheduling.swift",
        "TestHelpers/FakeQueueable.swift",
        "TestHelpers/SendableResult.swift",
        "TestHelpers/URL+TestHelpers.swift",
        "TestHelpers/URLRequest+TestHelpers.swift",
        "URLRequest.CachePolicy+NetworkTests.swift"
      ],
      "target_dependencies" : [
        "SmartImages",
        "SmartImagesUIKit",
        "SmartImagesSwiftUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SmartImagesSwiftUI",
      "module_type" : "SwiftTarget",
      "name" : "SmartImagesSwiftUI",
      "path" : "Source/SwiftUI",
      "product_dependencies" : [
        "Threading"
      ],
      "product_memberships" : [
        "SmartImagesSwiftUI"
      ],
      "sources" : [
        "SmartImageContent.swift",
        "SmartImageContentScale.swift",
        "SmartImageEnvironment.swift",
        "SmartImagePhase.swift",
        "SmartImageView.swift"
      ],
      "target_dependencies" : [
        "SmartImages"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SmartImages",
      "module_type" : "SwiftTarget",
      "name" : "SmartImages",
      "path" : "Source",
      "product_dependencies" : [
        "Threading"
      ],
      "product_memberships" : [
        "SmartImages",
        "SmartImagesUIKit",
        "SmartImagesSwiftUI"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Source/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "CrossPlatform.swift",
        "Deprecated.swift",
        "FetchPriority.swift",
        "ImageCache.swift",
        "ImageCacheConfiguration.swift",
        "ImageDecoding.swift",
        "ImageDecodingProcessor.swift",
        "ImageDownloadQueue.swift",
        "ImageFetcher.swift",
        "ImageFetching.swift",
        "ImageNetworkProvider.swift",
        "ImageNetworkTask.swift",
        "ImageProcessor.swift",
        "ImageProcessors.swift",
        "ImageRequest.swift",
        "PreviewImageFetcher.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.