Build Information
Successful build of AsyncCachedImage, reference 2026.1.1 (23acca), with Swift 6.2 for macOS (SPM) on 2 Jan 2026 19:01:17 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build 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
========================================
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",
"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",
"dependencies": [
]
}
]
}
Fetching https://github.com/uaremad/AsyncCachedImage.git
[1/345] Fetching asynccachedimage
Fetched https://github.com/uaremad/AsyncCachedImage.git from cache (1.24s)
Creating working copy for https://github.com/uaremad/AsyncCachedImage.git
Working copy of https://github.com/uaremad/AsyncCachedImage.git resolved at 2026.1.1 (23acca8)
warning: '.resolve-product-dependencies': dependency 'asynccachedimage' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/uaremad/AsyncCachedImage.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/31] Compiling AsyncCachedImage DiskCacheError.swift
[4/31] Compiling AsyncCachedImage ImageDecoderError.swift
[5/31] Compiling AsyncCachedImage ImageLoadingError.swift
[6/34] Compiling AsyncCachedImage InternalDownloadError.swift
[7/34] Compiling AsyncCachedImage MemoryCacheError.swift
[8/34] Compiling AsyncCachedImage MetadataStoreError.swift
[9/34] Compiling AsyncCachedImage CacheInfo.swift
[10/34] Compiling AsyncCachedImage CacheManager.swift
[11/34] Compiling AsyncCachedImage Configuration.swift
[12/34] Compiling AsyncCachedImage LogProtocol.swift
[13/34] Compiling AsyncCachedImage Logging.swift
[14/34] Compiling AsyncCachedImage Metadata.swift
[15/34] Compiling AsyncCachedImage MetadataEntry.swift
[16/34] Compiling AsyncCachedImage MetadataStore.swift
[17/34] Compiling AsyncCachedImage ImageDownloader.swift
[18/34] 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, *)
[19/34] Compiling AsyncCachedImage CacheRevalidator.swift
[20/34] Compiling AsyncCachedImage DiskCache.swift
[21/34] Compiling AsyncCachedImage MemoryCache.swift
[22/34] Compiling AsyncCachedImage MemoryCacheStorage.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
/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 RevalidationError.swift
[30/34] Compiling AsyncCachedImage DebugLogger.swift
[31/34] Compiling AsyncCachedImage LogLevel.swift
[32/34] Compiling AsyncCachedImage ImageDecoder.swift
[33/34] Compiling AsyncCachedImage ImageLoadingOptionsKey.swift
[34/34] Compiling AsyncCachedImage ScenePhaseObserver.swift
Build complete! (7.77s)
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.