The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AsyncCachedImage, reference 2026.1.1 (23acca), with Swift 6.3 for macOS (Xcode) using Xcode 26.4 on 18 Apr 2026 01:50:09 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AsyncCachedImage -destination platform=macOS,arch=arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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:         macosXcodebuild
Swift version:             6.3
Building package at path:  $PWD
https://github.com/uaremad/AsyncCachedImage.git
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  AsyncCachedImage: /Users/admin/builder/spi-builder-workspace
resolved source packages: AsyncCachedImage
2026-04-17 21:49:45.282 xcodebuild[529:3085] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "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"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "AsyncCachedImage"
    ]
  }
}
2026-04-17 21:49:52.989 xcodebuild[631:3847] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AsyncCachedImage -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme AsyncCachedImage -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
  AsyncCachedImage: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
    Target 'AsyncCachedImage' in project 'AsyncCachedImage'
        ➜ Explicit dependency on target 'AsyncCachedImage' in project 'AsyncCachedImage'
        ➜ Explicit dependency on target 'AsyncCachedImage_AsyncCachedImage' in project 'AsyncCachedImage'
    Target 'AsyncCachedImage' in project 'AsyncCachedImage'
        ➜ Explicit dependency on target 'AsyncCachedImage_AsyncCachedImage' in project 'AsyncCachedImage'
    Target 'AsyncCachedImage_AsyncCachedImage' in project 'AsyncCachedImage' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: cef11191098e1b4fb8f38ce11dbb7f7e
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/cef11191098e1b4fb8f38ce11dbb7f7e.xcbuilddata
ClangStatCache /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage_AsyncCachedImage.build/AsyncCachedImage_AsyncCachedImage.DependencyStaticMetadataFileList (in target 'AsyncCachedImage_AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage_AsyncCachedImage.build/AsyncCachedImage_AsyncCachedImage.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage_AsyncCachedImage.build/AsyncCachedImage_AsyncCachedImage.DependencyMetadataFileList (in target 'AsyncCachedImage_AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage_AsyncCachedImage.build/AsyncCachedImage_AsyncCachedImage.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage_AsyncCachedImage.build/empty-AsyncCachedImage_AsyncCachedImage.plist (in target 'AsyncCachedImage_AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage_AsyncCachedImage.build/empty-AsyncCachedImage_AsyncCachedImage.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/DerivedSources/resource_bundle_accessor.swift (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/DerivedSources/resource_bundle_accessor.swift
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/Objects-normal/arm64/AsyncCachedImage.LinkFileList (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/Objects-normal/arm64/AsyncCachedImage.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/Objects-normal/arm64/AsyncCachedImage.SwiftConstValuesFileList (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/Objects-normal/arm64/AsyncCachedImage.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/Objects-normal/arm64/AsyncCachedImage_const_extract_protocols.json (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/Objects-normal/arm64/AsyncCachedImage_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/Objects-normal/arm64/AsyncCachedImage.SwiftFileList (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/Objects-normal/arm64/AsyncCachedImage.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/Objects-normal/arm64/AsyncCachedImage-OutputFileMap.json (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/Objects-normal/arm64/AsyncCachedImage-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/AsyncCachedImage.modulemap (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/AsyncCachedImage.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/AsyncCachedImage.DependencyStaticMetadataFileList (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/AsyncCachedImage.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/AsyncCachedImage.DependencyMetadataFileList (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/AsyncCachedImage.DependencyMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AsyncCachedImage_AsyncCachedImage.bundle (in target 'AsyncCachedImage_AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AsyncCachedImage_AsyncCachedImage.bundle
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AsyncCachedImage_AsyncCachedImage.bundle/Contents (in target 'AsyncCachedImage_AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AsyncCachedImage_AsyncCachedImage.bundle/Contents
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AsyncCachedImage_AsyncCachedImage.bundle/Contents/Resources (in target 'AsyncCachedImage_AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AsyncCachedImage_AsyncCachedImage.bundle/Contents/Resources
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/AsyncCachedImage.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/AsyncCachedImage.modulemap (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/AsyncCachedImage.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AsyncCachedImage_AsyncCachedImage.bundle/Contents/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage_AsyncCachedImage.build/empty-AsyncCachedImage_AsyncCachedImage.plist (in target 'AsyncCachedImage_AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage_AsyncCachedImage.build/empty-AsyncCachedImage_AsyncCachedImage.plist -producttype com.apple.product-type.bundle -expandbuildsettings -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AsyncCachedImage_AsyncCachedImage.bundle/Contents/Info.plist
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AsyncCachedImage_AsyncCachedImage.bundle/Contents/Resources/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/Core/Sources/PrivacyInfo.xcprivacy (in target 'AsyncCachedImage_AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/Core/Sources/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AsyncCachedImage_AsyncCachedImage.bundle/Contents/Resources
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AsyncCachedImage_AsyncCachedImage.bundle (in target 'AsyncCachedImage_AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AsyncCachedImage_AsyncCachedImage.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AsyncCachedImage_AsyncCachedImage.bundle (in target 'AsyncCachedImage_AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AsyncCachedImage_AsyncCachedImage.bundle
SwiftDriver AsyncCachedImage normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AsyncCachedImage -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/Objects-normal/arm64/AsyncCachedImage.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DXcode -enable-upcoming-feature StrictConcurrency -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -target arm64-apple-macos14.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/Objects-normal/arm64/AsyncCachedImage-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/Objects-normal/arm64/AsyncCachedImage.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/Objects-normal/arm64/AsyncCachedImage_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/Objects-normal/arm64/AsyncCachedImage-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-DBD90R90Y8L7SXAARIOXCEKX6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-78QUQK0U0PFJM4PXUD720J07U.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-7KX75KSP38TEA5L3YUHSITKFT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-42BV0UZ0BISUKE92FXVR4DN1S.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-8647QJZXGBYAHCHD94ZSWIMJB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-EFF1L3B01W8N0Z3OKRI5P9G7O.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-9NE7O6PCSV37TWRVGTT0JARMX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DeveloperToolsSupport-CDD316EJS3V4UBAOVYS3CVZ63.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-DX6WZP9MGXCXYIZCA9XJGPOG1.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-1CVTEI6K5MF8DBFFZI4YACDV4.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-X0M0D3SGAR9UPBN3AAHP9TAV.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-4ZRLWRPSMP39F9828FD26DF4G.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-4UVPKO1T1AMRNQ12QSZABW5SN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-597RGWI6YXU8EHR3LG347UTPB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/sys_types-CFOZJ90N0SXN11RZ3CT0KO4JJ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_tgmath-3CT7FD6QUUX47CYDBDOJPUNA9.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdatomic-2ZGO5ZYLXROKCK6S7TKDEUMM3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/libDER-2HRFVLBG6GPK8HRHQVLVUGI0L.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OpenGL-6JOEPPB91Q5MKNFCQUMH10X7F.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-10H99484OR8W81G38Q21H41YO.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_intrinsics-3EXGZACBIQBYM5OR1F9N5LJN5.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-3RC839E5MMHMZQ4B6DV8TAM7V.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-8F2NHBR2I81N5CTM1UUW7W5SU.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/simd-211FSOIIPD84Q41U2XK18GZYN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MachO-4LYVEM08P24GHIIAF5C9D3YPY.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/launch-9X9Q193OD8KUM02QJ5USX2AOR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/libkern-9047U10H6JK2FNNIGRUQ3GPGS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CUPS-DEP1TKIWAW14TSK1ZHA0G0QW7.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-32P1YB0QNZ38SAU9YEKUB4LOT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Spatial-38QO50DMZ31JPFVPEBKBQLU.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-ERMCKW2ZKLKLE9IVMN78ZF93P.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-84UGAUUTDNHHUITQBDQC1WGF9.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-E504A9FV8UANSEHV9TIZNFVPX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/XPC-E20S8SGXZBJ97OMYTR1KQT6HQ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-A7WGMB5TBFNMT1T1JM95WM71Q.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os-EHKHZ0TGRNJV3R6U3LSKHGTV.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/IOKit-4IF4ZT70PD47TJLB5AZ5CJUM0.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-DBEWNDD5AC8WIA8TXGD3GI1LA.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ColorSync-92B52DUY7NV9KY2ZK3FR4QBDY.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-BRQ9TZ1NM26EZMHHFLHMIRXEW.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DiskArbitration-AV9NNWJZCRC9VSYGIOW2WREA9.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreGraphics-64SBGXP7JTKA1Z53AL506Y9KN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreServices-A95EGQ250RY846IXZ3DMP674Z.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ImageIO-A6VI8T6GV58N42ONH1RP6F6Y5.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreText-9S84S0OPX5JXDIE42WB9NMIUE.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-ER7EXDNWIG1J3K6FLR1ECBKR4.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Symbols-2EB2QCDUO8FWJNS2NTNJ99ZFL.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ApplicationServices-31ZHDV6ZDFLPSMJTZ03B3M6U5.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreData-EIYD99OVKAGPLKH52SCJXVIT7.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Accessibility-1K9R2MCZVN99YVZUJ6RDG6OBW.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreTransferable-B0JN5MDFC5CH3K7KLR9YDF2QW.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UniformTypeIdentifiers-DTNW9YMDV23AB597MB7VQ6JA9.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DataDetection-CZWKNYX6FN9NLIX49RAVH7QZ3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/IOSurface-3C5WZ7I04ZDM6GDK29XWQYE73.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OSLog-37U3CPQA3ZCQLT4FO0TGNI5GP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Metal-66UMR46XDVQGZD3IEP1KH7NHH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreVideo-CRM798K9ENC642QTGK4ZAL43M.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreImage-5MHUXRZD58C10P53UUNRULL68.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/QuartzCore-C2OMYKZ39QL1LO7X21P5BQ596.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftUICore-AV7NLIAD0EYCV3O8C6D2HO2O4.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/AppKit-SHW9AUUV2DP7B3ZARA5P9DHZ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftUI-2CET90BNLSHD3L3NP2058P8P7.pcm
SwiftEmitModule normal arm64 Emitting\ module\ for\ AsyncCachedImage (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
EmitSwiftModule normal arm64 (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/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'
extension NSImage: @retroactive @unchecked Sendable {}
                                           ^
AppKit.NSImage:2:11: note: 'NSImage' declares conformance to protocol 'Sendable' here
extension NSImage : Transferable {
          ^
SwiftCompile normal arm64 Compiling\ CacheInfo.swift,\ CacheManager.swift,\ Configuration.swift /Users/admin/builder/spi-builder-workspace/Core/Sources/Public/CacheInfo.swift /Users/admin/builder/spi-builder-workspace/Core/Sources/Public/CacheManager.swift /Users/admin/builder/spi-builder-workspace/Core/Sources/Public/Configuration.swift (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Core/Sources/Public/CacheInfo.swift (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Core/Sources/Public/CacheManager.swift (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Core/Sources/Public/Configuration.swift (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ MemoryCacheStorage.swift,\ ImageDecoder.swift,\ ImageLoadingOptionsKey.swift,\ ScenePhaseObserver.swift /Users/admin/builder/spi-builder-workspace/Core/Sources/Cache/MemoryCacheStorage.swift /Users/admin/builder/spi-builder-workspace/Core/Sources/Decoding/ImageDecoder.swift /Users/admin/builder/spi-builder-workspace/Core/Sources/Environment/ImageLoadingOptionsKey.swift /Users/admin/builder/spi-builder-workspace/Core/Sources/Environment/ScenePhaseObserver.swift (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Core/Sources/Cache/MemoryCacheStorage.swift (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Core/Sources/Decoding/ImageDecoder.swift (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Core/Sources/Environment/ImageLoadingOptionsKey.swift (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Core/Sources/Environment/ScenePhaseObserver.swift (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ LogProtocol.swift,\ Logging.swift,\ Metadata.swift /Users/admin/builder/spi-builder-workspace/Core/Sources/Logging/LogProtocol.swift /Users/admin/builder/spi-builder-workspace/Core/Sources/Logging/Logging.swift /Users/admin/builder/spi-builder-workspace/Core/Sources/Metadata/Metadata.swift (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Core/Sources/Logging/LogProtocol.swift (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Core/Sources/Logging/Logging.swift (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Core/Sources/Metadata/Metadata.swift (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ AsyncCachedImageConfiguration.swift,\ PlatformImage.swift,\ URLSession+Image.swift /Users/admin/builder/spi-builder-workspace/Core/Sources/Typealias/AsyncCachedImageConfiguration.swift /Users/admin/builder/spi-builder-workspace/Core/Sources/Typealias/PlatformImage.swift /Users/admin/builder/spi-builder-workspace/Core/Sources/URLSession/URLSession+Image.swift (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Core/Sources/Typealias/AsyncCachedImageConfiguration.swift (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Core/Sources/Typealias/PlatformImage.swift (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/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'
extension NSImage: @retroactive @unchecked Sendable {}
                                           ^
AppKit.NSImage:2:11: note: 'NSImage' declares conformance to protocol 'Sendable' here
extension NSImage : Transferable {
          ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Core/Sources/URLSession/URLSession+Image.swift (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift,\ CacheRevalidator.swift,\ DiskCache.swift,\ MemoryCache.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Core/Sources/Cache/CacheRevalidator.swift /Users/admin/builder/spi-builder-workspace/Core/Sources/Cache/DiskCache.swift /Users/admin/builder/spi-builder-workspace/Core/Sources/Cache/MemoryCache.swift (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/DerivedSources/resource_bundle_accessor.swift (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Core/Sources/Cache/CacheRevalidator.swift (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Core/Sources/Cache/DiskCache.swift (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Core/Sources/Cache/MemoryCache.swift (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ DiskCacheError.swift,\ ImageDecoderError.swift,\ ImageLoadingError.swift /Users/admin/builder/spi-builder-workspace/Core/Sources/Errors/DiskCacheError.swift /Users/admin/builder/spi-builder-workspace/Core/Sources/Errors/ImageDecoderError.swift /Users/admin/builder/spi-builder-workspace/Core/Sources/Errors/ImageLoadingError.swift (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Core/Sources/Errors/DiskCacheError.swift (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Core/Sources/Errors/ImageDecoderError.swift (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Core/Sources/Errors/ImageLoadingError.swift (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ InternalDownloadError.swift,\ MemoryCacheError.swift,\ MetadataStoreError.swift /Users/admin/builder/spi-builder-workspace/Core/Sources/Errors/InternalDownloadError.swift /Users/admin/builder/spi-builder-workspace/Core/Sources/Errors/MemoryCacheError.swift /Users/admin/builder/spi-builder-workspace/Core/Sources/Errors/MetadataStoreError.swift (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Core/Sources/Errors/InternalDownloadError.swift (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Core/Sources/Errors/MemoryCacheError.swift (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Core/Sources/Errors/MetadataStoreError.swift (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ RevalidationThrottler.swift,\ AsyncCachedImage.swift,\ AsyncCachedImagePhase.swift /Users/admin/builder/spi-builder-workspace/Core/Sources/Networking/RevalidationThrottler.swift /Users/admin/builder/spi-builder-workspace/Core/Sources/Public/AsyncCachedImage.swift /Users/admin/builder/spi-builder-workspace/Core/Sources/Public/AsyncCachedImagePhase.swift (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Core/Sources/Networking/RevalidationThrottler.swift (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Core/Sources/Public/AsyncCachedImage.swift (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Core/Sources/Public/AsyncCachedImagePhase.swift (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ MetadataEntry.swift,\ MetadataStore.swift,\ ImageDownloader.swift /Users/admin/builder/spi-builder-workspace/Core/Sources/Metadata/MetadataEntry.swift /Users/admin/builder/spi-builder-workspace/Core/Sources/Metadata/MetadataStore.swift /Users/admin/builder/spi-builder-workspace/Core/Sources/Networking/ImageDownloader.swift (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Core/Sources/Metadata/MetadataEntry.swift (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Core/Sources/Metadata/MetadataStore.swift (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Core/Sources/Networking/ImageDownloader.swift (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ RevalidationError.swift,\ DebugLogger.swift,\ LogLevel.swift /Users/admin/builder/spi-builder-workspace/Core/Sources/Errors/RevalidationError.swift /Users/admin/builder/spi-builder-workspace/Core/Sources/Logging/DebugLogger.swift /Users/admin/builder/spi-builder-workspace/Core/Sources/Logging/LogLevel.swift (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Core/Sources/Errors/RevalidationError.swift (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Core/Sources/Logging/DebugLogger.swift (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Core/Sources/Logging/LogLevel.swift (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for AsyncCachedImage (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
SwiftDriver\ Compilation\ Requirements AsyncCachedImage normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AsyncCachedImage -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/Objects-normal/arm64/AsyncCachedImage.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DXcode -enable-upcoming-feature StrictConcurrency -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -target arm64-apple-macos14.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/Objects-normal/arm64/AsyncCachedImage-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/Objects-normal/arm64/AsyncCachedImage.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/Objects-normal/arm64/AsyncCachedImage_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/Objects-normal/arm64/AsyncCachedImage-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling RevalidationError.swift, DebugLogger.swift, LogLevel.swift (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
SwiftDriverJobDiscovery normal arm64 Compiling InternalDownloadError.swift, MemoryCacheError.swift, MetadataStoreError.swift (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
SwiftDriverJobDiscovery normal arm64 Compiling CacheInfo.swift, CacheManager.swift, Configuration.swift (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
SwiftDriverJobDiscovery normal arm64 Compiling DiskCacheError.swift, ImageDecoderError.swift, ImageLoadingError.swift (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
SwiftDriverJobDiscovery normal arm64 Compiling LogProtocol.swift, Logging.swift, Metadata.swift (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/AsyncCachedImage-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/Objects-normal/arm64/AsyncCachedImage-Swift.h (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/Objects-normal/arm64/AsyncCachedImage-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/AsyncCachedImage-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AsyncCachedImage.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/Objects-normal/arm64/AsyncCachedImage.swiftdoc (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/Objects-normal/arm64/AsyncCachedImage.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AsyncCachedImage.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AsyncCachedImage.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/Objects-normal/arm64/AsyncCachedImage.swiftsourceinfo (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/Objects-normal/arm64/AsyncCachedImage.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AsyncCachedImage.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AsyncCachedImage.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/Objects-normal/arm64/AsyncCachedImage.swiftmodule (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/Objects-normal/arm64/AsyncCachedImage.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AsyncCachedImage.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AsyncCachedImage.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/Objects-normal/arm64/AsyncCachedImage.abi.json (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/Objects-normal/arm64/AsyncCachedImage.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AsyncCachedImage.swiftmodule/arm64-apple-macos.abi.json
SwiftDriverJobDiscovery normal arm64 Compiling MetadataEntry.swift, MetadataStore.swift, ImageDownloader.swift (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
SwiftDriverJobDiscovery normal arm64 Compiling resource_bundle_accessor.swift, CacheRevalidator.swift, DiskCache.swift, MemoryCache.swift (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
SwiftDriverJobDiscovery normal arm64 Compiling MemoryCacheStorage.swift, ImageDecoder.swift, ImageLoadingOptionsKey.swift, ScenePhaseObserver.swift (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
SwiftDriverJobDiscovery normal arm64 Compiling RevalidationThrottler.swift, AsyncCachedImage.swift, AsyncCachedImagePhase.swift (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
SwiftDriverJobDiscovery normal arm64 Compiling AsyncCachedImageConfiguration.swift, PlatformImage.swift, URLSession+Image.swift (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
SwiftDriver\ Compilation AsyncCachedImage normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AsyncCachedImage -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/Objects-normal/arm64/AsyncCachedImage.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DXcode -enable-upcoming-feature StrictConcurrency -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -target arm64-apple-macos14.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/Objects-normal/arm64/AsyncCachedImage-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/Objects-normal/arm64/AsyncCachedImage.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/Objects-normal/arm64/AsyncCachedImage_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/Objects-normal/arm64/AsyncCachedImage-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AsyncCachedImage.o normal (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos14.0 -r -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -O0 -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/Objects-normal/arm64/AsyncCachedImage.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/Objects-normal/arm64/AsyncCachedImage_lto.o -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/Objects-normal/arm64/AsyncCachedImage_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/Objects-normal/arm64/AsyncCachedImage.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/Objects-normal/arm64/AsyncCachedImage-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AsyncCachedImage.o
ExtractAppIntentsMetadata (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /var/run/com.apple.security.cryptexd/mnt/com.apple.MobileAsset.MetalToolchain-v17.5.188.0.N5vi9z/Metal.xctoolchain --module-name AsyncCachedImage --sdk-root /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk --xcode-version 17E192 --platform-family macOS --deployment-target 14.0 --bundle-identifier spi-builder-workspace.AsyncCachedImage --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AsyncCachedImage.appintents --target-triple arm64-apple-macos14.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AsyncCachedImage.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/Objects-normal/arm64/AsyncCachedImage_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/Objects-normal/arm64/AsyncCachedImage.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/AsyncCachedImage.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/AsyncCachedImage.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug/AsyncCachedImage.build/Objects-normal/arm64/AsyncCachedImage.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-17 21:50:08.744 appintentsmetadataprocessor[732:4347] Starting appintentsmetadataprocessor export
2026-04-17 21:50:08.781 appintentsmetadataprocessor[732:4347] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AsyncCachedImage.o (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AsyncCachedImage.o
** BUILD SUCCEEDED **
2026-04-17 21:49:54.444 xcodebuild[638:3905] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:02cc4f894ea2fe35e55dc9bcbfc4df7f8b2d01a5, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:02cc4f894ea2fe35e55dc9bcbfc4df7f8b2d01a5, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:02cc4f894ea2fe35e55dc9bcbfc4df7f8b2d01a5, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:02cc4f894ea2fe35e55dc9bcbfc4df7f8b2d01a5, name:My Mac }
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.