The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AsyncCachedImage, reference 2026.1.1 (23acca), with Swift 6.2 for iOS using Xcode 26.3 on 2 Jan 2026 18:59:25 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AsyncCachedImage -destination generic/platform=iOS

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/uaremad/AsyncCachedImage.git
Reference: 2026.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/uaremad/AsyncCachedImage
 * tag               2026.1.1   -> FETCH_HEAD
HEAD is now at 23acca8 Image revalidation errors and update tests/docs (#5)
Cloned https://github.com/uaremad/AsyncCachedImage.git
Revision (git rev-parse @):
23acca85535b58d1a05350974181528807b1b973
SUCCESS checkout https://github.com/uaremad/AsyncCachedImage.git at 2026.1.1
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.2
Building package at path:  $PWD
https://github.com/uaremad/AsyncCachedImage.git
Command line invocation:
    /Applications/Xcode-26.0.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-01-02 13:59:10.903 xcodebuild[525:3058] [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-01-02 13:59:15.185 xcodebuild[608:3678] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AsyncCachedImage -destination generic/platform=iOS
Command line invocation:
    /Applications/Xcode-26.0.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 generic/platform=iOS
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.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 74919b5a1059452e56636e1742af3878
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/74919b5a1059452e56636e1742af3878.xcbuilddata
ClangStatCache /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A339-031f2ee2c39ede4aa7d3d33a6e255a3e.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A339-031f2ee2c39ede4aa7d3d33a6e255a3e.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/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/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/EagerLinkingTBDs/Debug-iphoneos
    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-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/AsyncCachedImage_AsyncCachedImage.bundle
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug-iphoneos/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-iphoneos/AsyncCachedImage_AsyncCachedImage.build/AsyncCachedImage_AsyncCachedImage.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug-iphoneos/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-iphoneos/AsyncCachedImage_AsyncCachedImage.build/AsyncCachedImage_AsyncCachedImage.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug-iphoneos/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-iphoneos/AsyncCachedImage_AsyncCachedImage.build/empty-AsyncCachedImage_AsyncCachedImage.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug-iphoneos/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-iphoneos/AsyncCachedImage.build/Objects-normal/arm64/AsyncCachedImage_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug-iphoneos/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-iphoneos/AsyncCachedImage.build/Objects-normal/arm64/AsyncCachedImage.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug-iphoneos/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-iphoneos/AsyncCachedImage.build/Objects-normal/arm64/AsyncCachedImage.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug-iphoneos/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-iphoneos/AsyncCachedImage.build/Objects-normal/arm64/AsyncCachedImage.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug-iphoneos/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-iphoneos/AsyncCachedImage.build/Objects-normal/arm64/AsyncCachedImage-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug-iphoneos/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-iphoneos/AsyncCachedImage.build/DerivedSources/resource_bundle_accessor.swift
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug-iphoneos/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-iphoneos/AsyncCachedImage.build/AsyncCachedImage.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug-iphoneos/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-iphoneos/AsyncCachedImage.build/AsyncCachedImage.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug-iphoneos/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-iphoneos/AsyncCachedImage.build/AsyncCachedImage.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/AsyncCachedImage.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug-iphoneos/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-iphoneos/AsyncCachedImage.build/AsyncCachedImage.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AsyncCachedImage_AsyncCachedImage.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug-iphoneos/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-iphoneos/AsyncCachedImage_AsyncCachedImage.build/empty-AsyncCachedImage_AsyncCachedImage.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AsyncCachedImage_AsyncCachedImage.bundle/Info.plist
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AsyncCachedImage_AsyncCachedImage.bundle/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-iphoneos/AsyncCachedImage_AsyncCachedImage.bundle
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/AsyncCachedImage_AsyncCachedImage.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/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.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AsyncCachedImage -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug-iphoneos/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.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios17.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-iphoneos -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A339-031f2ee2c39ede4aa7d3d33a6e255a3e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/AsyncCachedImage.build/Objects-normal/arm64/AsyncCachedImage_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug-iphoneos/AsyncCachedImage.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug-iphoneos/AsyncCachedImage.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug-iphoneos/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-iphoneos/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/_Builtin_stdarg-6OHAFO0Y4YTK36IIJ929ZZ68T.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-5ZA2MZAPXKZKD66UN05B42VJ1.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DeveloperToolsSupport-4HEYCJ9HH1X2946DQK6TLRTG2.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-RHS2SCTBLPG1AUMGZJECKB4D.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-BHKYUJAUYGLL08GPBO4TQ79OH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-7LXLRGGN1D623D1E95O2ZDWLS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-AWS2ZO8SKG08U2J1MMWU28GXN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-CZJKBEI43OA06JDP3KIPJ4Y2O.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-93084N1CIKJBLKZE8LTR2NUCD.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-D4KFX70QDSKDHAFN28VWFHJDD.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-5K31RTC5DNLGL2IYOWN7J2J8Y.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-1KB3ILB46H4YPRQ26LHCZLDQX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-D95F3KSHWYHSFR9109JORKN6B.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/sys_types-AQMZFG0UVXVTKIZLVDITHU96I.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-36J7EBZ5HELEOWD61NQLM46KZ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_tgmath-C6DY9F1RERP1JAPWRU17S8MPU.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_intrinsics-4DAVIYMELHVYMWDKM1G4P18OI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-9UK0ECRCQJVHQYAW87OJXN78R.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdatomic-E8YE70PUSQVX9DA0UL27RTTKI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-2JNXL9A90000TV0GU8Y5T7X0Z.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-BA9YAR6Q3I1MV2W4CWIXPLFPO.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/simd-9RU0M5F9YTOC7HYPARTE49VAV.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-B2YPHTQAER4T3PESM94ZDPO9Y.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MachO-AC8V68MC29VQSY963V3T4DPD0.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-9LEQZ03SOTZEG4AMVIXFSZUDW.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-92MN7GS18LZG7G0QQ34R746BY.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-2H1E9I3OG0PY2IBIWHOBSBIM3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Spatial-5AN7WPG7SBH3UNV1FNLXG80JA.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/XPC-E18MYM271RS1N55UJQIYYOHAH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-67DONVBOSRN7IBPHURG42FEDJ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os-EZP3PH7XWVY0GVO6R6TJKF9Z0.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreGraphics-1BSQL0IZ3PHOQE4MYNC9NT24T.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-4EPVM2O1GUEIA1QUK3IA9AS90.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-YOCUH5JHM5F0O4DNCMMS496R.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-1SAC735IPQ9TY84PT2X9BPCAL.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreText-CH69ES6RUVEPT0VR107A4E22E.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ImageIO-235FQ9BCZJZLEF3T10SAI28B1.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/FileProvider-EXY5NL4LL17P5JNQQBHM8H0YM.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreData-N5PB1A98EVM1KUZVGTNTG8KS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UniformTypeIdentifiers-3SXSRBGE0RHURU8MYTXMT2NZU.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Accessibility-81EYM0WSKQNN413T3JIM4FS0G.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Symbols-8CNY35VDH190WZ47SA2L8X3M3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreTransferable-7RSNX0DBUKIJ8U38L2MXF9W6X.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UserNotifications-AN0NCTUQGHK3RZCC3D26PJYCN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OSLog-273VX7TD1HQ3ELFCLXNM3OY9D.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DataDetection-B39K5IIQW5R6JVL0BJNT946ZJ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/IOSurface-1XOFCTV7U4T6KO1QZ1Y8POMDH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UIUtilities-2NEJHO8HFQ0O16UY6U6D2HIO4.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OpenGLES-94LGJSRMETYQJIU7692ZGX2I6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Metal-4Q5LL8CUVB9UBEZXVTU3JYKOX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreVideo-54FPHRDY25GQP9ZMQOKBETEZE.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreImage-656WUTAAHDL91DKA2NHAML9B6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/QuartzCore-8UVTO75YAGGG5WMJ3UGQEHP7X.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftUICore-3F9SNIZD6LASFAU8TXGBXSY6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UIKit-ZAV0QCEGD9DAGTO055R14GAA.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftUI-1SA1EAAMVEC5DHSOZLEZ2IWJ3.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

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\ 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

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\ 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\ 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\ 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

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\ 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\ 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\ resource_bundle_accessor.swift,\ CacheRevalidator.swift,\ DiskCache.swift,\ MemoryCache.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug-iphoneos/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-iphoneos/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

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.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AsyncCachedImage -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug-iphoneos/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.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios17.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-iphoneos -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A339-031f2ee2c39ede4aa7d3d33a6e255a3e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/AsyncCachedImage.build/Objects-normal/arm64/AsyncCachedImage_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug-iphoneos/AsyncCachedImage.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug-iphoneos/AsyncCachedImage.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug-iphoneos/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-iphoneos/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 DiskCacheError.swift, ImageDecoderError.swift, ImageLoadingError.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 LogProtocol.swift, Logging.swift, Metadata.swift (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/AsyncCachedImage-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug-iphoneos/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-iphoneos/AsyncCachedImage.build/Objects-normal/arm64/AsyncCachedImage-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/AsyncCachedImage-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AsyncCachedImage.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug-iphoneos/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-iphoneos/AsyncCachedImage.build/Objects-normal/arm64/AsyncCachedImage.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AsyncCachedImage.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AsyncCachedImage.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug-iphoneos/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-iphoneos/AsyncCachedImage.build/Objects-normal/arm64/AsyncCachedImage.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AsyncCachedImage.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AsyncCachedImage.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug-iphoneos/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-iphoneos/AsyncCachedImage.build/Objects-normal/arm64/AsyncCachedImage.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AsyncCachedImage.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AsyncCachedImage.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug-iphoneos/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-iphoneos/AsyncCachedImage.build/Objects-normal/arm64/AsyncCachedImage.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AsyncCachedImage.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
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.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AsyncCachedImage -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug-iphoneos/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.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios17.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-iphoneos -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A339-031f2ee2c39ede4aa7d3d33a6e255a3e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/AsyncCachedImage.build/Objects-normal/arm64/AsyncCachedImage_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug-iphoneos/AsyncCachedImage.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug-iphoneos/AsyncCachedImage.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug-iphoneos/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-iphoneos/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-iphoneos/AsyncCachedImage.o normal (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios17.0 -r -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug-iphoneos/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-iphoneos/AsyncCachedImage.build/Objects-normal/arm64/AsyncCachedImage_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug-iphoneos/AsyncCachedImage.build/Objects-normal/arm64/AsyncCachedImage_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug-iphoneos/AsyncCachedImage.build/Objects-normal/arm64/AsyncCachedImage.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug-iphoneos/AsyncCachedImage.build/Objects-normal/arm64/AsyncCachedImage-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AsyncCachedImage.o
ExtractAppIntentsMetadata (in target 'AsyncCachedImage' from project 'AsyncCachedImage')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name AsyncCachedImage --sdk-root /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk --xcode-version 17A324 --platform-family iOS --deployment-target 17.0 --bundle-identifier spi-builder-workspace.AsyncCachedImage --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AsyncCachedImage.appintents --target-triple arm64-apple-ios17.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AsyncCachedImage.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug-iphoneos/AsyncCachedImage.build/Objects-normal/arm64/AsyncCachedImage_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug-iphoneos/AsyncCachedImage.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug-iphoneos/AsyncCachedImage.build/Objects-normal/arm64/AsyncCachedImage.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug-iphoneos/AsyncCachedImage.build/AsyncCachedImage.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug-iphoneos/AsyncCachedImage.build/AsyncCachedImage.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncCachedImage.build/Debug-iphoneos/AsyncCachedImage.build/Objects-normal/arm64/AsyncCachedImage.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-01-02 13:59:24.202 appintentsmetadataprocessor[696:4066] Starting appintentsmetadataprocessor export
2026-01-02 13:59:24.334 appintentsmetadataprocessor[696:4066] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/AsyncCachedImage.o
** BUILD SUCCEEDED **
2026-01-02 13:59:16.501 xcodebuild[610:3707] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
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.