The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AsyncCachedImage, reference 2026.1.1 (23acca), with Swift 6.1 for macOS (SPM) on 2 Jan 2026 18:59:20 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/uaremad/AsyncCachedImage.git
Reference: 2026.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/uaremad/AsyncCachedImage
 * tag               2026.1.1   -> FETCH_HEAD
HEAD is now at 23acca8 Image revalidation errors and update tests/docs (#5)
Cloned https://github.com/uaremad/AsyncCachedImage.git
Revision (git rev-parse @):
23acca85535b58d1a05350974181528807b1b973
SUCCESS checkout https://github.com/uaremad/AsyncCachedImage.git at 2026.1.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/uaremad/AsyncCachedImage.git
https://github.com/uaremad/AsyncCachedImage.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AsyncCachedImage",
  "name" : "AsyncCachedImage",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "AsyncCachedImage",
      "targets" : [
        "AsyncCachedImage"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "AsyncCachedImageTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncCachedImageTests",
      "path" : "Core/Tests",
      "sources" : [
        "Cache/DiskCacheTests.swift",
        "Cache/MemoryCacheStorageTests.swift",
        "Cache/MemoryCacheTests.swift",
        "Cache/RevalidationResultTests.swift",
        "Decoding/ImageDecoderTests.swift",
        "Environment/ImageLoadingOptionsEnvironmentTests.swift",
        "Environment/ScenePhaseObserverTests.swift",
        "Errors/DiskCacheErrorTests.swift",
        "Errors/ImageDecoderErrorTests.swift",
        "Errors/ImageLoadingErrorTests.swift",
        "Errors/InternalDownloadErrorTests.swift",
        "Errors/MemoryCacheErrorTests.swift",
        "Errors/MetadataStoreErrorTests.swift",
        "Errors/RevalidationErrorTests.swift",
        "Logging/DebugLoggerTests.swift",
        "Logging/LogLevelTests.swift",
        "Logging/LogProtocolTests.swift",
        "Logging/LoggingTests.swift",
        "Metadata/MetadataEntryTests.swift",
        "Metadata/MetadataStoreTests.swift",
        "Metadata/MetadataTests.swift",
        "Networking/ImageDownloaderTests.swift",
        "Networking/RevalidationThrottlerTests.swift",
        "Public/AsyncCachedImagePhaseTests.swift",
        "Public/AsyncCachedImageTests.swift",
        "Public/CacheInfoTests.swift",
        "Public/CacheManagerTests.swift",
        "Public/ConfigurationTests.swift",
        "URLSession/URLSessionImageTests.swift"
      ],
      "target_dependencies" : [
        "AsyncCachedImage"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AsyncCachedImage",
      "module_type" : "SwiftTarget",
      "name" : "AsyncCachedImage",
      "path" : "Core/Sources",
      "product_memberships" : [
        "AsyncCachedImage"
      ],
      "sources" : [
        "Cache/CacheRevalidator.swift",
        "Cache/DiskCache.swift",
        "Cache/MemoryCache.swift",
        "Cache/MemoryCacheStorage.swift",
        "Decoding/ImageDecoder.swift",
        "Environment/ImageLoadingOptionsKey.swift",
        "Environment/ScenePhaseObserver.swift",
        "Errors/DiskCacheError.swift",
        "Errors/ImageDecoderError.swift",
        "Errors/ImageLoadingError.swift",
        "Errors/InternalDownloadError.swift",
        "Errors/MemoryCacheError.swift",
        "Errors/MetadataStoreError.swift",
        "Errors/RevalidationError.swift",
        "Logging/DebugLogger.swift",
        "Logging/LogLevel.swift",
        "Logging/LogProtocol.swift",
        "Logging/Logging.swift",
        "Metadata/Metadata.swift",
        "Metadata/MetadataEntry.swift",
        "Metadata/MetadataStore.swift",
        "Networking/ImageDownloader.swift",
        "Networking/RevalidationThrottler.swift",
        "Public/AsyncCachedImage.swift",
        "Public/AsyncCachedImagePhase.swift",
        "Public/CacheInfo.swift",
        "Public/CacheManager.swift",
        "Public/Configuration.swift",
        "Typealias/AsyncCachedImageConfiguration.swift",
        "Typealias/PlatformImage.swift",
        "URLSession/URLSession+Image.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
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/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/31] Emitting module AsyncCachedImage
[4/34] Compiling AsyncCachedImage InternalDownloadError.swift
[5/34] Compiling AsyncCachedImage MemoryCacheError.swift
[6/34] Compiling AsyncCachedImage MetadataStoreError.swift
[7/34] Compiling AsyncCachedImage LogProtocol.swift
[8/34] Compiling AsyncCachedImage Logging.swift
[9/34] Compiling AsyncCachedImage Metadata.swift
[10/34] Compiling AsyncCachedImage MetadataEntry.swift
[11/34] Compiling AsyncCachedImage MetadataStore.swift
[12/34] Compiling AsyncCachedImage ImageDownloader.swift
[13/34] Compiling AsyncCachedImage CacheInfo.swift
[14/34] Compiling AsyncCachedImage CacheManager.swift
[15/34] Compiling AsyncCachedImage Configuration.swift
[16/34] Compiling AsyncCachedImage CacheRevalidator.swift
[17/34] Compiling AsyncCachedImage DiskCache.swift
[18/34] Compiling AsyncCachedImage MemoryCache.swift
[19/34] Compiling AsyncCachedImage MemoryCacheStorage.swift
[20/34] Compiling AsyncCachedImage DiskCacheError.swift
[21/34] Compiling AsyncCachedImage ImageDecoderError.swift
[22/34] Compiling AsyncCachedImage ImageLoadingError.swift
[23/34] Compiling AsyncCachedImage RevalidationThrottler.swift
[24/34] Compiling AsyncCachedImage AsyncCachedImage.swift
[25/34] Compiling AsyncCachedImage AsyncCachedImagePhase.swift
[26/34] Compiling AsyncCachedImage AsyncCachedImageConfiguration.swift
[27/34] Compiling AsyncCachedImage PlatformImage.swift
[28/34] Compiling AsyncCachedImage URLSession+Image.swift
[29/34] Compiling AsyncCachedImage ImageDecoder.swift
[30/34] Compiling AsyncCachedImage ImageLoadingOptionsKey.swift
[31/34] Compiling AsyncCachedImage ScenePhaseObserver.swift
[32/34] Compiling AsyncCachedImage RevalidationError.swift
[33/34] Compiling AsyncCachedImage DebugLogger.swift
[34/34] Compiling AsyncCachedImage LogLevel.swift
Build complete! (8.78s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AsyncCachedImage",
  "name" : "AsyncCachedImage",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "AsyncCachedImage",
      "targets" : [
        "AsyncCachedImage"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "AsyncCachedImageTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncCachedImageTests",
      "path" : "Core/Tests",
      "sources" : [
        "Cache/DiskCacheTests.swift",
        "Cache/MemoryCacheStorageTests.swift",
        "Cache/MemoryCacheTests.swift",
        "Cache/RevalidationResultTests.swift",
        "Decoding/ImageDecoderTests.swift",
        "Environment/ImageLoadingOptionsEnvironmentTests.swift",
        "Environment/ScenePhaseObserverTests.swift",
        "Errors/DiskCacheErrorTests.swift",
        "Errors/ImageDecoderErrorTests.swift",
        "Errors/ImageLoadingErrorTests.swift",
        "Errors/InternalDownloadErrorTests.swift",
        "Errors/MemoryCacheErrorTests.swift",
        "Errors/MetadataStoreErrorTests.swift",
        "Errors/RevalidationErrorTests.swift",
        "Logging/DebugLoggerTests.swift",
        "Logging/LogLevelTests.swift",
        "Logging/LogProtocolTests.swift",
        "Logging/LoggingTests.swift",
        "Metadata/MetadataEntryTests.swift",
        "Metadata/MetadataStoreTests.swift",
        "Metadata/MetadataTests.swift",
        "Networking/ImageDownloaderTests.swift",
        "Networking/RevalidationThrottlerTests.swift",
        "Public/AsyncCachedImagePhaseTests.swift",
        "Public/AsyncCachedImageTests.swift",
        "Public/CacheInfoTests.swift",
        "Public/CacheManagerTests.swift",
        "Public/ConfigurationTests.swift",
        "URLSession/URLSessionImageTests.swift"
      ],
      "target_dependencies" : [
        "AsyncCachedImage"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AsyncCachedImage",
      "module_type" : "SwiftTarget",
      "name" : "AsyncCachedImage",
      "path" : "Core/Sources",
      "product_memberships" : [
        "AsyncCachedImage"
      ],
      "sources" : [
        "Cache/CacheRevalidator.swift",
        "Cache/DiskCache.swift",
        "Cache/MemoryCache.swift",
        "Cache/MemoryCacheStorage.swift",
        "Decoding/ImageDecoder.swift",
        "Environment/ImageLoadingOptionsKey.swift",
        "Environment/ScenePhaseObserver.swift",
        "Errors/DiskCacheError.swift",
        "Errors/ImageDecoderError.swift",
        "Errors/ImageLoadingError.swift",
        "Errors/InternalDownloadError.swift",
        "Errors/MemoryCacheError.swift",
        "Errors/MetadataStoreError.swift",
        "Errors/RevalidationError.swift",
        "Logging/DebugLogger.swift",
        "Logging/LogLevel.swift",
        "Logging/LogProtocol.swift",
        "Logging/Logging.swift",
        "Metadata/Metadata.swift",
        "Metadata/MetadataEntry.swift",
        "Metadata/MetadataStore.swift",
        "Networking/ImageDownloader.swift",
        "Networking/RevalidationThrottler.swift",
        "Public/AsyncCachedImage.swift",
        "Public/AsyncCachedImagePhase.swift",
        "Public/CacheInfo.swift",
        "Public/CacheManager.swift",
        "Public/Configuration.swift",
        "Typealias/AsyncCachedImageConfiguration.swift",
        "Typealias/PlatformImage.swift",
        "URLSession/URLSession+Image.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Done.