The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AsyncCachedImage, reference main (23acca), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 01:50:01 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/uaremad/AsyncCachedImage.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/uaremad/AsyncCachedImage
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "asynccachedimage",
      "name": "AsyncCachedImage",
      "url": "https://github.com/uaremad/AsyncCachedImage.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AsyncCachedImage",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/uaremad/AsyncCachedImage.git
[1/345] Fetching asynccachedimage
Fetched https://github.com/uaremad/AsyncCachedImage.git from cache (1.13s)
Creating working copy for https://github.com/uaremad/AsyncCachedImage.git
Working copy of https://github.com/uaremad/AsyncCachedImage.git resolved at main (23acca8)
warning: '.resolve-product-dependencies': dependency 'asynccachedimage' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/uaremad/AsyncCachedImage.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/31] Compiling AsyncCachedImage InternalDownloadError.swift
[4/31] Compiling AsyncCachedImage MemoryCacheError.swift
[5/31] Compiling AsyncCachedImage MetadataStoreError.swift
[6/31] Emitting module AsyncCachedImage
/Users/admin/builder/spi-builder-workspace/Core/Sources/Typealias/PlatformImage.swift:41:44: warning: conformance of 'NSImage' to protocol 'Sendable' was already stated in the type's module 'AppKit'
39 | // is suppressed because: if Apple adds it, we can simply remove this extension.
40 | #if swift(>=6.0)
41 | extension NSImage: @retroactive @unchecked Sendable {}
   |                                            `- warning: conformance of 'NSImage' to protocol 'Sendable' was already stated in the type's module 'AppKit'
42 | #else
43 | extension NSImage: @unchecked Sendable {}
AppKit.NSImage:2:11: note: 'NSImage' declares conformance to protocol 'Sendable' here
1 | @available(macOS 14.0, *)
2 | extension NSImage : Transferable {
  |           `- note: 'NSImage' declares conformance to protocol 'Sendable' here
3 |     public static var transferRepresentation: some TransferRepresentation { get }
4 |     @available(macOS 14.0, *)
[7/31] Compiling AsyncCachedImage CacheInfo.swift
[8/31] Compiling AsyncCachedImage CacheManager.swift
[9/31] Compiling AsyncCachedImage Configuration.swift
[10/31] Compiling AsyncCachedImage LogProtocol.swift
[11/31] Compiling AsyncCachedImage Logging.swift
[12/31] Compiling AsyncCachedImage Metadata.swift
[13/34] Compiling AsyncCachedImage DiskCacheError.swift
[14/34] Compiling AsyncCachedImage ImageDecoderError.swift
[15/34] Compiling AsyncCachedImage ImageLoadingError.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 RevalidationThrottler.swift
[21/34] Compiling AsyncCachedImage AsyncCachedImage.swift
[22/34] Compiling AsyncCachedImage AsyncCachedImagePhase.swift
[23/34] Compiling AsyncCachedImage MetadataEntry.swift
[24/34] Compiling AsyncCachedImage MetadataStore.swift
[25/34] Compiling AsyncCachedImage ImageDownloader.swift
[26/34] Compiling AsyncCachedImage AsyncCachedImageConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Core/Sources/Typealias/PlatformImage.swift:41:44: warning: conformance of 'NSImage' to protocol 'Sendable' was already stated in the type's module 'AppKit'
39 | // is suppressed because: if Apple adds it, we can simply remove this extension.
40 | #if swift(>=6.0)
41 | extension NSImage: @retroactive @unchecked Sendable {}
   |                                            `- warning: conformance of 'NSImage' to protocol 'Sendable' was already stated in the type's module 'AppKit'
42 | #else
43 | extension NSImage: @unchecked Sendable {}
AppKit.NSImage:2:11: note: 'NSImage' declares conformance to protocol 'Sendable' here
1 | @available(macOS 14.0, *)
2 | extension NSImage : Transferable {
  |           `- note: 'NSImage' declares conformance to protocol 'Sendable' here
3 |     public static var transferRepresentation: some TransferRepresentation { get }
4 |     @available(macOS 14.0, *)
[27/34] Compiling AsyncCachedImage PlatformImage.swift
/Users/admin/builder/spi-builder-workspace/Core/Sources/Typealias/PlatformImage.swift:41:44: warning: conformance of 'NSImage' to protocol 'Sendable' was already stated in the type's module 'AppKit'
39 | // is suppressed because: if Apple adds it, we can simply remove this extension.
40 | #if swift(>=6.0)
41 | extension NSImage: @retroactive @unchecked Sendable {}
   |                                            `- warning: conformance of 'NSImage' to protocol 'Sendable' was already stated in the type's module 'AppKit'
42 | #else
43 | extension NSImage: @unchecked Sendable {}
AppKit.NSImage:2:11: note: 'NSImage' declares conformance to protocol 'Sendable' here
1 | @available(macOS 14.0, *)
2 | extension NSImage : Transferable {
  |           `- note: 'NSImage' declares conformance to protocol 'Sendable' here
3 |     public static var transferRepresentation: some TransferRepresentation { get }
4 |     @available(macOS 14.0, *)
[28/34] Compiling AsyncCachedImage URLSession+Image.swift
/Users/admin/builder/spi-builder-workspace/Core/Sources/Typealias/PlatformImage.swift:41:44: warning: conformance of 'NSImage' to protocol 'Sendable' was already stated in the type's module 'AppKit'
39 | // is suppressed because: if Apple adds it, we can simply remove this extension.
40 | #if swift(>=6.0)
41 | extension NSImage: @retroactive @unchecked Sendable {}
   |                                            `- warning: conformance of 'NSImage' to protocol 'Sendable' was already stated in the type's module 'AppKit'
42 | #else
43 | extension NSImage: @unchecked Sendable {}
AppKit.NSImage:2:11: note: 'NSImage' declares conformance to protocol 'Sendable' here
1 | @available(macOS 14.0, *)
2 | extension NSImage : Transferable {
  |           `- note: 'NSImage' declares conformance to protocol 'Sendable' here
3 |     public static var transferRepresentation: some TransferRepresentation { get }
4 |     @available(macOS 14.0, *)
[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! (9.65s)
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.