The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftCache, reference main (ca608b), with Swift 6.1 for tvOS using Xcode 16.3 on 17 Feb 2026 02:05:19 UTC.

Swift 6 data race errors: 5

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftCache -destination generic/platform=tvOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SudhirGadhvi/SwiftCache-SDK.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SudhirGadhvi/SwiftCache-SDK
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ca608b1 Fix duplicate image entries in README
Cloned https://github.com/SudhirGadhvi/SwiftCache-SDK.git
Revision (git rev-parse @):
ca608b16334c2db42e091d1c5b749d00f77ab2bc
SUCCESS checkout https://github.com/SudhirGadhvi/SwiftCache-SDK.git at main
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/SudhirGadhvi/SwiftCache-SDK.git
https://github.com/SudhirGadhvi/SwiftCache-SDK.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftCache",
  "name" : "SwiftCache",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftCache",
      "targets" : [
        "SwiftCache"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftCacheTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftCacheTests",
      "path" : "Tests/SwiftCacheTests",
      "sources" : [
        "SwiftCacheTests.swift"
      ],
      "target_dependencies" : [
        "SwiftCache"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftCache",
      "module_type" : "SwiftTarget",
      "name" : "SwiftCache",
      "path" : "Sources/SwiftCache",
      "product_memberships" : [
        "SwiftCache"
      ],
      "sources" : [
        "Core/AdaptiveCachePolicy.swift",
        "Core/CacheAnalytics.swift",
        "Core/CacheLoader.swift",
        "Core/DiskLoader.swift",
        "Core/MemoryLoader.swift",
        "Core/NetworkLoader.swift",
        "Extensions/SwiftCache+Progressive.swift",
        "Extensions/UIImageView+SwiftCache.swift",
        "Models/CacheConfiguration.swift",
        "Models/CacheEntry.swift",
        "Models/CancellationToken.swift",
        "Models/SwiftCacheError.swift",
        "SwiftCache.swift",
        "SwiftUI/CachedImage.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Command line invocation:
    /Applications/Xcode-16.3.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:
  SwiftCache: /Users/admin/builder/spi-builder-workspace
resolved source packages: SwiftCache
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftCache",
  "name" : "SwiftCache",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftCache",
      "targets" : [
        "SwiftCache"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftCacheTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftCacheTests",
      "path" : "Tests/SwiftCacheTests",
      "sources" : [
        "SwiftCacheTests.swift"
      ],
      "target_dependencies" : [
        "SwiftCache"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftCache",
      "module_type" : "SwiftTarget",
      "name" : "SwiftCache",
      "path" : "Sources/SwiftCache",
      "product_memberships" : [
        "SwiftCache"
      ],
      "sources" : [
        "Core/AdaptiveCachePolicy.swift",
        "Core/CacheAnalytics.swift",
        "Core/CacheLoader.swift",
        "Core/DiskLoader.swift",
        "Core/MemoryLoader.swift",
        "Core/NetworkLoader.swift",
        "Extensions/SwiftCache+Progressive.swift",
        "Extensions/UIImageView+SwiftCache.swift",
        "Models/CacheConfiguration.swift",
        "Models/CacheEntry.swift",
        "Models/CancellationToken.swift",
        "Models/SwiftCacheError.swift",
        "SwiftCache.swift",
        "SwiftUI/CachedImage.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "SwiftCache"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftCache -destination generic/platform=tvOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.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 SwiftCache -destination generic/platform=tvOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
  SwiftCache: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'SwiftCache' in project 'SwiftCache'
        ➜ Explicit dependency on target 'SwiftCache' in project 'SwiftCache'
    Target 'SwiftCache' in project 'SwiftCache' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 956a893eac7c0a4850a7511e5fa6fe7a
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/956a893eac7c0a4850a7511e5fa6fe7a.xcbuilddata
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/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
    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-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug-appletvos/SwiftCache.build/SwiftCache.modulemap (in target 'SwiftCache' from project 'SwiftCache')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug-appletvos/SwiftCache.build/SwiftCache.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug-appletvos/SwiftCache.build/SwiftCache.DependencyStaticMetadataFileList (in target 'SwiftCache' from project 'SwiftCache')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug-appletvos/SwiftCache.build/SwiftCache.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug-appletvos/SwiftCache.build/SwiftCache.DependencyMetadataFileList (in target 'SwiftCache' from project 'SwiftCache')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug-appletvos/SwiftCache.build/SwiftCache.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug-appletvos/SwiftCache.build/Objects-normal/arm64/SwiftCache_const_extract_protocols.json (in target 'SwiftCache' from project 'SwiftCache')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug-appletvos/SwiftCache.build/Objects-normal/arm64/SwiftCache_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug-appletvos/SwiftCache.build/Objects-normal/arm64/SwiftCache.SwiftConstValuesFileList (in target 'SwiftCache' from project 'SwiftCache')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug-appletvos/SwiftCache.build/Objects-normal/arm64/SwiftCache.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug-appletvos/SwiftCache.build/Objects-normal/arm64/SwiftCache-OutputFileMap.json (in target 'SwiftCache' from project 'SwiftCache')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug-appletvos/SwiftCache.build/Objects-normal/arm64/SwiftCache-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug-appletvos/SwiftCache.build/Objects-normal/arm64/SwiftCache.LinkFileList (in target 'SwiftCache' from project 'SwiftCache')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug-appletvos/SwiftCache.build/Objects-normal/arm64/SwiftCache.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug-appletvos/SwiftCache.build/Objects-normal/arm64/SwiftCache.SwiftFileList (in target 'SwiftCache' from project 'SwiftCache')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug-appletvos/SwiftCache.build/Objects-normal/arm64/SwiftCache.SwiftFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/SwiftCache.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug-appletvos/SwiftCache.build/SwiftCache.modulemap (in target 'SwiftCache' from project 'SwiftCache')
    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/SwiftCache.build/Debug-appletvos/SwiftCache.build/SwiftCache.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
SwiftDriver SwiftCache normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftCache' from project 'SwiftCache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftCache -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug-appletvos/SwiftCache.build/Objects-normal/arm64/SwiftCache.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos14.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug-appletvos/SwiftCache.build/Objects-normal/arm64/SwiftCache-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug-appletvos/SwiftCache.build/Objects-normal/arm64/SwiftCache.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/SwiftCache.build/Debug-appletvos/SwiftCache.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug-appletvos/SwiftCache.build/Objects-normal/arm64/SwiftCache_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug-appletvos/SwiftCache.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug-appletvos/SwiftCache.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug-appletvos/SwiftCache.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/SwiftCache.build/Debug-appletvos/SwiftCache.build/Objects-normal/arm64/SwiftCache-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ CacheLoader.swift,\ DiskLoader.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Core/CacheLoader.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Core/DiskLoader.swift (in target 'SwiftCache' from project 'SwiftCache')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Core/CacheLoader.swift (in target 'SwiftCache' from project 'SwiftCache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ CacheConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Models/CacheConfiguration.swift (in target 'SwiftCache' from project 'SwiftCache')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Models/CacheConfiguration.swift (in target 'SwiftCache' from project 'SwiftCache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ MemoryLoader.swift,\ NetworkLoader.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Core/MemoryLoader.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Core/NetworkLoader.swift (in target 'SwiftCache' from project 'SwiftCache')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Core/MemoryLoader.swift (in target 'SwiftCache' from project 'SwiftCache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ SwiftCache+Progressive.swift,\ UIImageView+SwiftCache.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Extensions/SwiftCache+Progressive.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Extensions/UIImageView+SwiftCache.swift (in target 'SwiftCache' from project 'SwiftCache')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Extensions/SwiftCache+Progressive.swift (in target 'SwiftCache' from project 'SwiftCache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Extensions/SwiftCache+Progressive.swift:42:32: warning: non-sendable type 'CacheConfiguration' of property 'configuration' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
            let config = await configuration
                               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Models/CacheConfiguration.swift:12:15: note: consider making struct 'CacheConfiguration' conform to the 'Sendable' protocol
public struct CacheConfiguration {
              ^
                                 : Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Extensions/UIImageView+SwiftCache.swift (in target 'SwiftCache' from project 'SwiftCache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ AdaptiveCachePolicy.swift,\ CacheAnalytics.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Core/AdaptiveCachePolicy.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Core/CacheAnalytics.swift (in target 'SwiftCache' from project 'SwiftCache')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Core/AdaptiveCachePolicy.swift (in target 'SwiftCache' from project 'SwiftCache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Core/AdaptiveCachePolicy.swift:78:17: warning: non-sendable type 'CacheConfiguration?' cannot be returned from actor-isolated implementation to caller of protocol requirement 'recommendConfiguration(current:telemetry:)'; this is an error in the Swift 6 language mode
    public func recommendConfiguration(
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Models/CacheConfiguration.swift:12:15: note: consider making struct 'CacheConfiguration' conform to the 'Sendable' protocol
public struct CacheConfiguration {
              ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Core/AdaptiveCachePolicy.swift:78:17: warning: non-sendable parameter type 'CacheConfiguration' cannot be sent from caller of protocol requirement 'recommendConfiguration(current:telemetry:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
    public func recommendConfiguration(
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Models/CacheConfiguration.swift:12:15: note: consider making struct 'CacheConfiguration' conform to the 'Sendable' protocol
public struct CacheConfiguration {
              ^
                                 : Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Core/CacheAnalytics.swift (in target 'SwiftCache' from project 'SwiftCache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ CacheEntry.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Models/CacheEntry.swift (in target 'SwiftCache' from project 'SwiftCache')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Models/CacheEntry.swift (in target 'SwiftCache' from project 'SwiftCache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ CancellationToken.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Models/CancellationToken.swift (in target 'SwiftCache' from project 'SwiftCache')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Models/CancellationToken.swift (in target 'SwiftCache' from project 'SwiftCache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SwiftCacheError.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Models/SwiftCacheError.swift (in target 'SwiftCache' from project 'SwiftCache')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Models/SwiftCacheError.swift (in target 'SwiftCache' from project 'SwiftCache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ SwiftCache (in target 'SwiftCache' from project 'SwiftCache')
EmitSwiftModule normal arm64 (in target 'SwiftCache' from project 'SwiftCache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Core/AdaptiveCachePolicy.swift:78:17: warning: non-sendable type 'CacheConfiguration?' cannot be returned from actor-isolated implementation to caller of protocol requirement 'recommendConfiguration(current:telemetry:)'; this is an error in the Swift 6 language mode
    public func recommendConfiguration(
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Models/CacheConfiguration.swift:12:15: note: consider making struct 'CacheConfiguration' conform to the 'Sendable' protocol
public struct CacheConfiguration {
              ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Core/AdaptiveCachePolicy.swift:78:17: warning: non-sendable parameter type 'CacheConfiguration' cannot be sent from caller of protocol requirement 'recommendConfiguration(current:telemetry:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
    public func recommendConfiguration(
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Models/CacheConfiguration.swift:12:15: note: consider making struct 'CacheConfiguration' conform to the 'Sendable' protocol
public struct CacheConfiguration {
              ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:46:29: warning: sending 'config' risks causing data races; this is an error in the Swift 6 language mode
        self.memoryLoader = MemoryLoader(configuration: config)
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:46:29: note: sending 'config' to actor-isolated initializer 'init(configuration:)' risks causing data races between actor-isolated and local nonisolated uses
        self.memoryLoader = MemoryLoader(configuration: config)
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:47:27: note: access can happen concurrently
        self.diskLoader = DiskLoader(configuration: config)
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:47:27: warning: sending 'config' risks causing data races; this is an error in the Swift 6 language mode
        self.diskLoader = DiskLoader(configuration: config)
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:47:27: note: sending 'config' to actor-isolated initializer 'init(configuration:)' risks causing data races between actor-isolated and local nonisolated uses
        self.diskLoader = DiskLoader(configuration: config)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:48:30: note: access can happen concurrently
        self.networkLoader = NetworkLoader(configuration: config)
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:48:30: warning: sending 'config' risks causing data races; this is an error in the Swift 6 language mode
        self.networkLoader = NetworkLoader(configuration: config)
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:48:30: note: sending 'config' to actor-isolated initializer 'init(configuration:)' risks causing data races between actor-isolated and local nonisolated uses
        self.networkLoader = NetworkLoader(configuration: config)
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:52:28: note: access can happen concurrently
        self.loaderChain = CacheLoaderChain(
                           ^~~~~~~~~~~~~~~~~
SwiftCompile normal arm64 Compiling\ CachedImage.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftUI/CachedImage.swift (in target 'SwiftCache' from project 'SwiftCache')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftUI/CachedImage.swift (in target 'SwiftCache' from project 'SwiftCache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SwiftCache.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift (in target 'SwiftCache' from project 'SwiftCache')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift (in target 'SwiftCache' from project 'SwiftCache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:110:40: warning: non-sendable result type 'Result<CacheLoadResult, SwiftCacheError>' cannot be sent from actor-isolated context in call to instance method 'load(key:url:ttl:)'; this is an error in the Swift 6 language mode
        let result = await loaderChain.load(key: key, url: url, ttl: effectiveTTL)
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Core/CacheLoader.swift:49:15: note: consider making struct 'CacheLoadResult' conform to the 'Sendable' protocol
public struct CacheLoadResult {
              ^
                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:302:69: warning: non-sendable result type 'CacheConfiguration?' cannot be sent from nonisolated context in call to instance method 'recommendConfiguration(current:telemetry:)'; this is an error in the Swift 6 language mode
        guard let updatedConfiguration = await adaptivePolicyEngine.recommendConfiguration(
                                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Models/CacheConfiguration.swift:12:15: note: consider making struct 'CacheConfiguration' conform to the 'Sendable' protocol
public struct CacheConfiguration {
              ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:46:29: warning: sending 'config' risks causing data races; this is an error in the Swift 6 language mode
        self.memoryLoader = MemoryLoader(configuration: config)
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:46:29: note: sending 'config' to actor-isolated callee risks causing data races between actor-isolated and local nonisolated uses
        self.memoryLoader = MemoryLoader(configuration: config)
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:47:27: note: access can happen concurrently
        self.diskLoader = DiskLoader(configuration: config)
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:47:27: warning: sending 'config' risks causing data races; this is an error in the Swift 6 language mode
        self.diskLoader = DiskLoader(configuration: config)
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:47:27: note: sending 'config' to actor-isolated callee risks causing data races between actor-isolated and local nonisolated uses
        self.diskLoader = DiskLoader(configuration: config)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:48:30: note: access can happen concurrently
        self.networkLoader = NetworkLoader(configuration: config)
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:48:30: warning: sending 'config' risks causing data races; this is an error in the Swift 6 language mode
        self.networkLoader = NetworkLoader(configuration: config)
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:48:30: note: sending 'config' to actor-isolated callee risks causing data races between actor-isolated and local nonisolated uses
        self.networkLoader = NetworkLoader(configuration: config)
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:52:28: note: access can happen concurrently
        self.loaderChain = CacheLoaderChain(
                           ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:70:24: warning: sending 'self.configuration' risks causing data races; this is an error in the Swift 6 language mode
        memoryLoader = MemoryLoader(configuration: configuration)
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:70:24: note: sending 'self'-isolated 'self.configuration' to actor-isolated callee risks causing data races between actor-isolated and 'self'-isolated uses
        memoryLoader = MemoryLoader(configuration: configuration)
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:71:22: warning: sending 'self.configuration' risks causing data races; this is an error in the Swift 6 language mode
        diskLoader = DiskLoader(configuration: configuration)
                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:71:22: note: sending 'self'-isolated 'self.configuration' to actor-isolated callee risks causing data races between actor-isolated and 'self'-isolated uses
        diskLoader = DiskLoader(configuration: configuration)
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:72:25: warning: sending 'self.configuration' risks causing data races; this is an error in the Swift 6 language mode
        networkLoader = NetworkLoader(configuration: configuration)
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:72:25: note: sending 'self'-isolated 'self.configuration' to actor-isolated callee risks causing data races between actor-isolated and 'self'-isolated uses
        networkLoader = NetworkLoader(configuration: configuration)
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:302:69: warning: sending 'self.configuration' risks causing data races; this is an error in the Swift 6 language mode
        guard let updatedConfiguration = await adaptivePolicyEngine.recommendConfiguration(
                                               ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:302:69: note: sending 'self'-isolated 'self.configuration' to nonisolated instance method 'recommendConfiguration(current:telemetry:)' risks causing data races between nonisolated and 'self'-isolated uses
        guard let updatedConfiguration = await adaptivePolicyEngine.recommendConfiguration(
                                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:314:24: warning: sending 'self.configuration' risks causing data races; this is an error in the Swift 6 language mode
        memoryLoader = MemoryLoader(configuration: configuration)
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:314:24: note: sending 'self'-isolated 'self.configuration' to actor-isolated callee risks causing data races between actor-isolated and 'self'-isolated uses
        memoryLoader = MemoryLoader(configuration: configuration)
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:315:22: warning: sending 'self.configuration' risks causing data races; this is an error in the Swift 6 language mode
        diskLoader = DiskLoader(configuration: configuration)
                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:315:22: note: sending 'self'-isolated 'self.configuration' to actor-isolated callee risks causing data races between actor-isolated and 'self'-isolated uses
        diskLoader = DiskLoader(configuration: configuration)
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:316:25: warning: sending 'self.configuration' risks causing data races; this is an error in the Swift 6 language mode
        networkLoader = NetworkLoader(configuration: configuration)
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:316:25: note: sending 'self'-isolated 'self.configuration' to actor-isolated callee risks causing data races between actor-isolated and 'self'-isolated uses
        networkLoader = NetworkLoader(configuration: configuration)
                        ^
SwiftDriverJobDiscovery normal arm64 Emitting module for SwiftCache (in target 'SwiftCache' from project 'SwiftCache')
SwiftDriver\ Compilation\ Requirements SwiftCache normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftCache' from project 'SwiftCache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftCache -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug-appletvos/SwiftCache.build/Objects-normal/arm64/SwiftCache.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos14.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug-appletvos/SwiftCache.build/Objects-normal/arm64/SwiftCache-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug-appletvos/SwiftCache.build/Objects-normal/arm64/SwiftCache.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/SwiftCache.build/Debug-appletvos/SwiftCache.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug-appletvos/SwiftCache.build/Objects-normal/arm64/SwiftCache_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug-appletvos/SwiftCache.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug-appletvos/SwiftCache.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug-appletvos/SwiftCache.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/SwiftCache.build/Debug-appletvos/SwiftCache.build/Objects-normal/arm64/SwiftCache-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling CancellationToken.swift (in target 'SwiftCache' from project 'SwiftCache')
SwiftDriverJobDiscovery normal arm64 Compiling CacheConfiguration.swift (in target 'SwiftCache' from project 'SwiftCache')
SwiftDriverJobDiscovery normal arm64 Compiling SwiftCacheError.swift (in target 'SwiftCache' from project 'SwiftCache')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/SwiftCache-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug-appletvos/SwiftCache.build/Objects-normal/arm64/SwiftCache-Swift.h (in target 'SwiftCache' from project 'SwiftCache')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug-appletvos/SwiftCache.build/Objects-normal/arm64/SwiftCache-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/SwiftCache-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SwiftCache.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug-appletvos/SwiftCache.build/Objects-normal/arm64/SwiftCache.swiftdoc (in target 'SwiftCache' from project 'SwiftCache')
    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/SwiftCache.build/Debug-appletvos/SwiftCache.build/Objects-normal/arm64/SwiftCache.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SwiftCache.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SwiftCache.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug-appletvos/SwiftCache.build/Objects-normal/arm64/SwiftCache.swiftmodule (in target 'SwiftCache' from project 'SwiftCache')
    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/SwiftCache.build/Debug-appletvos/SwiftCache.build/Objects-normal/arm64/SwiftCache.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SwiftCache.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SwiftCache.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug-appletvos/SwiftCache.build/Objects-normal/arm64/SwiftCache.abi.json (in target 'SwiftCache' from project 'SwiftCache')
    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/SwiftCache.build/Debug-appletvos/SwiftCache.build/Objects-normal/arm64/SwiftCache.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SwiftCache.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SwiftCache.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug-appletvos/SwiftCache.build/Objects-normal/arm64/SwiftCache.swiftsourceinfo (in target 'SwiftCache' from project 'SwiftCache')
    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/SwiftCache.build/Debug-appletvos/SwiftCache.build/Objects-normal/arm64/SwiftCache.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SwiftCache.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling AdaptiveCachePolicy.swift, CacheAnalytics.swift (in target 'SwiftCache' from project 'SwiftCache')
SwiftDriverJobDiscovery normal arm64 Compiling SwiftCache.swift (in target 'SwiftCache' from project 'SwiftCache')
SwiftDriverJobDiscovery normal arm64 Compiling CacheEntry.swift (in target 'SwiftCache' from project 'SwiftCache')
SwiftDriverJobDiscovery normal arm64 Compiling SwiftCache+Progressive.swift, UIImageView+SwiftCache.swift (in target 'SwiftCache' from project 'SwiftCache')
SwiftDriverJobDiscovery normal arm64 Compiling MemoryLoader.swift, NetworkLoader.swift (in target 'SwiftCache' from project 'SwiftCache')
SwiftDriverJobDiscovery normal arm64 Compiling CacheLoader.swift, DiskLoader.swift (in target 'SwiftCache' from project 'SwiftCache')
SwiftDriverJobDiscovery normal arm64 Compiling CachedImage.swift (in target 'SwiftCache' from project 'SwiftCache')
SwiftDriver\ Compilation SwiftCache normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftCache' from project 'SwiftCache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftCache -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug-appletvos/SwiftCache.build/Objects-normal/arm64/SwiftCache.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos14.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug-appletvos/SwiftCache.build/Objects-normal/arm64/SwiftCache-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug-appletvos/SwiftCache.build/Objects-normal/arm64/SwiftCache.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/SwiftCache.build/Debug-appletvos/SwiftCache.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug-appletvos/SwiftCache.build/Objects-normal/arm64/SwiftCache_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug-appletvos/SwiftCache.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug-appletvos/SwiftCache.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug-appletvos/SwiftCache.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/SwiftCache.build/Debug-appletvos/SwiftCache.build/Objects-normal/arm64/SwiftCache-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-appletvos/SwiftCache.o normal (in target 'SwiftCache' from project 'SwiftCache')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos14.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug-appletvos/SwiftCache.build/Objects-normal/arm64/SwiftCache.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug-appletvos/SwiftCache.build/Objects-normal/arm64/SwiftCache_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug-appletvos/SwiftCache.build/Objects-normal/arm64/SwiftCache_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug-appletvos/SwiftCache.build/Objects-normal/arm64/SwiftCache.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SwiftCache.o
ExtractAppIntentsMetadata (in target 'SwiftCache' from project 'SwiftCache')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name SwiftCache --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk --xcode-version 16E140 --platform-family tvOS --deployment-target 14.0 --bundle-identifier spi-builder-workspace.SwiftCache --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SwiftCache.appintents --target-triple arm64-apple-tvos14.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SwiftCache.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug-appletvos/SwiftCache.build/Objects-normal/arm64/SwiftCache_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug-appletvos/SwiftCache.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug-appletvos/SwiftCache.build/Objects-normal/arm64/SwiftCache.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug-appletvos/SwiftCache.build/SwiftCache.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug-appletvos/SwiftCache.build/SwiftCache.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug-appletvos/SwiftCache.build/Objects-normal/arm64/SwiftCache.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-02-16 18:05:18.362 appintentsmetadataprocessor[752:4357] Starting appintentsmetadataprocessor export
2026-02-16 18:05:18.401 appintentsmetadataprocessor[752:4357] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SwiftCache.o (in target 'SwiftCache' from project 'SwiftCache')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SwiftCache.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftCache",
  "name" : "SwiftCache",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftCache",
      "targets" : [
        "SwiftCache"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftCacheTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftCacheTests",
      "path" : "Tests/SwiftCacheTests",
      "sources" : [
        "SwiftCacheTests.swift"
      ],
      "target_dependencies" : [
        "SwiftCache"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftCache",
      "module_type" : "SwiftTarget",
      "name" : "SwiftCache",
      "path" : "Sources/SwiftCache",
      "product_memberships" : [
        "SwiftCache"
      ],
      "sources" : [
        "Core/AdaptiveCachePolicy.swift",
        "Core/CacheAnalytics.swift",
        "Core/CacheLoader.swift",
        "Core/DiskLoader.swift",
        "Core/MemoryLoader.swift",
        "Core/NetworkLoader.swift",
        "Extensions/SwiftCache+Progressive.swift",
        "Extensions/UIImageView+SwiftCache.swift",
        "Models/CacheConfiguration.swift",
        "Models/CacheEntry.swift",
        "Models/CancellationToken.swift",
        "Models/SwiftCacheError.swift",
        "SwiftCache.swift",
        "SwiftUI/CachedImage.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.