The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of CachedAsyncImage, reference main (31bed1), with Swift 6.1 for iOS using Xcode 16.3 on 12 Sep 2025 11:34:35 UTC.

Swift 6 data race errors: 1

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CachedAsyncImage -destination generic/platform=iOS 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bullinnyc/CachedAsyncImage.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bullinnyc/CachedAsyncImage
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 31bed1b Merge pull request #12 from bullinnyc/refactoring
Cloned https://github.com/bullinnyc/CachedAsyncImage.git
Revision (git rev-parse @):
31bed1b1f4f8e58431fc5ac726a4c2e284ff1af3
SUCCESS checkout https://github.com/bullinnyc/CachedAsyncImage.git at main
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/bullinnyc/CachedAsyncImage.git
https://github.com/bullinnyc/CachedAsyncImage.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CachedAsyncImage",
  "name" : "CachedAsyncImage",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "CachedAsyncImage",
      "targets" : [
        "CachedAsyncImage"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CachedAsyncImageTests",
      "module_type" : "SwiftTarget",
      "name" : "CachedAsyncImageTests",
      "path" : "Tests/CachedAsyncImageTests",
      "sources" : [
        "ImageLoaderTests.swift",
        "Mocks/NetworkManagerMock.swift"
      ],
      "target_dependencies" : [
        "CachedAsyncImage"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CachedAsyncImage",
      "module_type" : "SwiftTarget",
      "name" : "CachedAsyncImage",
      "path" : "Sources/CachedAsyncImage",
      "product_memberships" : [
        "CachedAsyncImage"
      ],
      "sources" : [
        "Extensions/Extension+Logger.swift",
        "Extensions/Extension+View.swift",
        "PropertyWrappers/ImageCache.swift",
        "PropertyWrappers/Network.swift",
        "Resources/ResourcesManager.swift",
        "Services/CrossPlatformImage.swift",
        "Services/Emoji.swift",
        "Services/FeatureStorage.swift",
        "Services/ImageLoader.swift",
        "Services/NetworkManager.swift",
        "Services/TemporaryImageCache.swift",
        "Views/CachedAsyncImage.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:
  CachedAsyncImage: /Users/admin/builder/spi-builder-workspace
resolved source packages: CachedAsyncImage
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CachedAsyncImage",
  "name" : "CachedAsyncImage",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "CachedAsyncImage",
      "targets" : [
        "CachedAsyncImage"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CachedAsyncImageTests",
      "module_type" : "SwiftTarget",
      "name" : "CachedAsyncImageTests",
      "path" : "Tests/CachedAsyncImageTests",
      "sources" : [
        "ImageLoaderTests.swift",
        "Mocks/NetworkManagerMock.swift"
      ],
      "target_dependencies" : [
        "CachedAsyncImage"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CachedAsyncImage",
      "module_type" : "SwiftTarget",
      "name" : "CachedAsyncImage",
      "path" : "Sources/CachedAsyncImage",
      "product_memberships" : [
        "CachedAsyncImage"
      ],
      "sources" : [
        "Extensions/Extension+Logger.swift",
        "Extensions/Extension+View.swift",
        "PropertyWrappers/ImageCache.swift",
        "PropertyWrappers/Network.swift",
        "Resources/ResourcesManager.swift",
        "Services/CrossPlatformImage.swift",
        "Services/Emoji.swift",
        "Services/FeatureStorage.swift",
        "Services/ImageLoader.swift",
        "Services/NetworkManager.swift",
        "Services/TemporaryImageCache.swift",
        "Views/CachedAsyncImage.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "CachedAsyncImage"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CachedAsyncImage -destination generic/platform=iOS 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 CachedAsyncImage -destination generic/platform=iOS "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:
  CachedAsyncImage: /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 'CachedAsyncImage' in project 'CachedAsyncImage'
        ➜ Explicit dependency on target 'CachedAsyncImage' in project 'CachedAsyncImage'
        ➜ Explicit dependency on target 'CachedAsyncImage_CachedAsyncImage' in project 'CachedAsyncImage'
    Target 'CachedAsyncImage' in project 'CachedAsyncImage'
        ➜ Explicit dependency on target 'CachedAsyncImage_CachedAsyncImage' in project 'CachedAsyncImage'
    Target 'CachedAsyncImage_CachedAsyncImage' in project 'CachedAsyncImage' (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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/actool --version --output-format xml1
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: d742df9acc90fc4cb54bea496e304b84
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/d742df9acc90fc4cb54bea496e304b84.xcbuilddata
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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
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/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
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage_CachedAsyncImage.build/empty-CachedAsyncImage_CachedAsyncImage.plist (in target 'CachedAsyncImage_CachedAsyncImage' from project 'CachedAsyncImage')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage_CachedAsyncImage.build/empty-CachedAsyncImage_CachedAsyncImage.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/CachedAsyncImage.modulemap (in target 'CachedAsyncImage' from project 'CachedAsyncImage')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/CachedAsyncImage.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage_CachedAsyncImage.build/CachedAsyncImage_CachedAsyncImage.DependencyStaticMetadataFileList (in target 'CachedAsyncImage_CachedAsyncImage' from project 'CachedAsyncImage')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage_CachedAsyncImage.build/CachedAsyncImage_CachedAsyncImage.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage_CachedAsyncImage.build/CachedAsyncImage_CachedAsyncImage.DependencyMetadataFileList (in target 'CachedAsyncImage_CachedAsyncImage' from project 'CachedAsyncImage')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage_CachedAsyncImage.build/CachedAsyncImage_CachedAsyncImage.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/Objects-normal/arm64/CachedAsyncImage.SwiftConstValuesFileList (in target 'CachedAsyncImage' from project 'CachedAsyncImage')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/Objects-normal/arm64/CachedAsyncImage.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/Objects-normal/arm64/CachedAsyncImage_const_extract_protocols.json (in target 'CachedAsyncImage' from project 'CachedAsyncImage')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/Objects-normal/arm64/CachedAsyncImage_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/Objects-normal/arm64/CachedAsyncImage.LinkFileList (in target 'CachedAsyncImage' from project 'CachedAsyncImage')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/Objects-normal/arm64/CachedAsyncImage.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/Objects-normal/arm64/CachedAsyncImage.SwiftFileList (in target 'CachedAsyncImage' from project 'CachedAsyncImage')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/Objects-normal/arm64/CachedAsyncImage.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/Objects-normal/arm64/CachedAsyncImage-OutputFileMap.json (in target 'CachedAsyncImage' from project 'CachedAsyncImage')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/Objects-normal/arm64/CachedAsyncImage-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/CachedAsyncImage.DependencyStaticMetadataFileList (in target 'CachedAsyncImage' from project 'CachedAsyncImage')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/CachedAsyncImage.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/DerivedSources/resource_bundle_accessor.swift (in target 'CachedAsyncImage' from project 'CachedAsyncImage')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/DerivedSources/resource_bundle_accessor.swift
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/CachedAsyncImage.DependencyMetadataFileList (in target 'CachedAsyncImage' from project 'CachedAsyncImage')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/CachedAsyncImage.DependencyMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CachedAsyncImage_CachedAsyncImage.bundle (in target 'CachedAsyncImage_CachedAsyncImage' from project 'CachedAsyncImage')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CachedAsyncImage_CachedAsyncImage.bundle
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/CachedAsyncImage.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/CachedAsyncImage.modulemap (in target 'CachedAsyncImage' from project 'CachedAsyncImage')
    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/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/CachedAsyncImage.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage_CachedAsyncImage.build/assetcatalog_output/thinned (in target 'CachedAsyncImage_CachedAsyncImage' from project 'CachedAsyncImage')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage_CachedAsyncImage.build/assetcatalog_output/thinned
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage_CachedAsyncImage.build/assetcatalog_output/unthinned (in target 'CachedAsyncImage_CachedAsyncImage' from project 'CachedAsyncImage')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage_CachedAsyncImage.build/assetcatalog_output/unthinned
CompileAssetCatalogVariant thinned /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CachedAsyncImage_CachedAsyncImage.bundle /Users/admin/builder/spi-builder-workspace/Sources/CachedAsyncImage/Resources/Assets.xcassets (in target 'CachedAsyncImage_CachedAsyncImage' from project 'CachedAsyncImage')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/actool /Users/admin/builder/spi-builder-workspace/Sources/CachedAsyncImage/Resources/Assets.xcassets --compile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage_CachedAsyncImage.build/assetcatalog_output/thinned --output-format human-readable-text --notices --warnings --export-dependency-info /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage_CachedAsyncImage.build/assetcatalog_dependencies_thinned --output-partial-info-plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage_CachedAsyncImage.build/assetcatalog_generated_info.plist_thinned --compress-pngs --enable-on-demand-resources NO --development-region en --target-device iphone --target-device ipad --minimum-deployment-target 14.0 --platform iphoneos
/* com.apple.actool.compilation-results */
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage_CachedAsyncImage.build/assetcatalog_generated_info.plist_thinned
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage_CachedAsyncImage.build/assetcatalog_output/thinned/Assets.car
GenerateAssetSymbols /Users/admin/builder/spi-builder-workspace/Sources/CachedAsyncImage/Resources/Assets.xcassets (in target 'CachedAsyncImage' from project 'CachedAsyncImage')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/actool /Users/admin/builder/spi-builder-workspace/Sources/CachedAsyncImage/Resources/Assets.xcassets --compile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos --output-format human-readable-text --notices --warnings --export-dependency-info /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/assetcatalog_dependencies --output-partial-info-plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/assetcatalog_generated_info.plist --compress-pngs --enable-on-demand-resources NO --development-region en --target-device iphone --target-device ipad --minimum-deployment-target 14.0 --platform iphoneos --bundle-identifier spi-builder-workspace.CachedAsyncImage --generate-swift-asset-symbol-extensions NO --generate-swift-asset-symbols /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/DerivedSources/GeneratedAssetSymbols.swift --generate-objc-asset-symbols /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/DerivedSources/GeneratedAssetSymbols.h --generate-asset-symbol-index /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/DerivedSources/GeneratedAssetSymbols-Index.plist
/* com.apple.actool.compilation-results */
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/DerivedSources/GeneratedAssetSymbols-Index.plist
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/DerivedSources/GeneratedAssetSymbols.h
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/DerivedSources/GeneratedAssetSymbols.swift
SwiftDriver CachedAsyncImage normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CachedAsyncImage' from project 'CachedAsyncImage')
    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 CachedAsyncImage -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/Objects-normal/arm64/CachedAsyncImage.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios14.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-iphoneos -I /Applications/Xcode-16.3.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-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/Objects-normal/arm64/CachedAsyncImage-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/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/Objects-normal/arm64/CachedAsyncImage.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/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/Objects-normal/arm64/CachedAsyncImage_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/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.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/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/Objects-normal/arm64/CachedAsyncImage-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Extension+View.swift,\ ImageCache.swift /Users/admin/builder/spi-builder-workspace/Sources/CachedAsyncImage/Extensions/Extension+View.swift /Users/admin/builder/spi-builder-workspace/Sources/CachedAsyncImage/PropertyWrappers/ImageCache.swift (in target 'CachedAsyncImage' from project 'CachedAsyncImage')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CachedAsyncImage/Extensions/Extension+View.swift (in target 'CachedAsyncImage' from project 'CachedAsyncImage')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CachedAsyncImage/PropertyWrappers/ImageCache.swift (in target 'CachedAsyncImage' from project 'CachedAsyncImage')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift,\ Extension+Logger.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/CachedAsyncImage/Extensions/Extension+Logger.swift (in target 'CachedAsyncImage' from project 'CachedAsyncImage')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/DerivedSources/resource_bundle_accessor.swift (in target 'CachedAsyncImage' from project 'CachedAsyncImage')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CachedAsyncImage/Extensions/Extension+Logger.swift (in target 'CachedAsyncImage' from project 'CachedAsyncImage')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/CachedAsyncImage/Services/FeatureStorage.swift:22:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'FeatureStorage' may have shared mutable state; this is an error in the Swift 6 language mode
    static let shared = FeatureStorage()
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CachedAsyncImage/Services/FeatureStorage.swift:11:13: note: class 'FeatureStorage' does not conform to the 'Sendable' protocol
final class FeatureStorage {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CachedAsyncImage/Services/FeatureStorage.swift:22:16: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    static let shared = FeatureStorage()
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CachedAsyncImage/Services/FeatureStorage.swift:22:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let shared = FeatureStorage()
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ CrossPlatformImage.swift,\ Emoji.swift /Users/admin/builder/spi-builder-workspace/Sources/CachedAsyncImage/Services/CrossPlatformImage.swift /Users/admin/builder/spi-builder-workspace/Sources/CachedAsyncImage/Services/Emoji.swift (in target 'CachedAsyncImage' from project 'CachedAsyncImage')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CachedAsyncImage/Services/CrossPlatformImage.swift (in target 'CachedAsyncImage' from project 'CachedAsyncImage')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CachedAsyncImage/Services/Emoji.swift (in target 'CachedAsyncImage' from project 'CachedAsyncImage')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Network.swift,\ ResourcesManager.swift /Users/admin/builder/spi-builder-workspace/Sources/CachedAsyncImage/PropertyWrappers/Network.swift /Users/admin/builder/spi-builder-workspace/Sources/CachedAsyncImage/Resources/ResourcesManager.swift (in target 'CachedAsyncImage' from project 'CachedAsyncImage')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CachedAsyncImage/PropertyWrappers/Network.swift (in target 'CachedAsyncImage' from project 'CachedAsyncImage')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CachedAsyncImage/Resources/ResourcesManager.swift (in target 'CachedAsyncImage' from project 'CachedAsyncImage')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

/Users/admin/builder/spi-builder-workspace/Sources/CachedAsyncImage/Services/FeatureStorage.swift:22:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'FeatureStorage' may have shared mutable state; this is an error in the Swift 6 language mode
    static let shared = FeatureStorage()
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CachedAsyncImage/Services/FeatureStorage.swift:11:13: note: class 'FeatureStorage' does not conform to the 'Sendable' protocol
final class FeatureStorage {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CachedAsyncImage/Services/FeatureStorage.swift:22:16: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    static let shared = FeatureStorage()
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CachedAsyncImage/Services/FeatureStorage.swift:22:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let shared = FeatureStorage()
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ GeneratedAssetSymbols.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/DerivedSources/GeneratedAssetSymbols.swift (in target 'CachedAsyncImage' from project 'CachedAsyncImage')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/DerivedSources/GeneratedAssetSymbols.swift (in target 'CachedAsyncImage' from project 'CachedAsyncImage')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/CachedAsyncImage/Services/NetworkManager.swift:135:25: warning: capture of 'handler' with non-sendable type '(Result<URLSession.DataTaskPublisher.Output, any Error>) -> Void' (aka '(Result<(data: Data, response: URLResponse), any Error>) -> ()') in a '@Sendable' closure
                        handler(.failure(error))
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/CachedAsyncImage/Services/NetworkManager.swift:135:25: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                        handler(.failure(error))
                        ^
LinkAssetCatalog /Users/admin/builder/spi-builder-workspace/Sources/CachedAsyncImage/Resources/Assets.xcassets (in target 'CachedAsyncImage_CachedAsyncImage' from project 'CachedAsyncImage')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-linkAssetCatalog --thinned /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage_CachedAsyncImage.build/assetcatalog_output/thinned --thinned-dependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage_CachedAsyncImage.build/assetcatalog_dependencies_thinned --thinned-info-plist-content /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage_CachedAsyncImage.build/assetcatalog_generated_info.plist_thinned --unthinned /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage_CachedAsyncImage.build/assetcatalog_output/unthinned --unthinned-dependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage_CachedAsyncImage.build/assetcatalog_dependencies_unthinned --unthinned-info-plist-content /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage_CachedAsyncImage.build/assetcatalog_generated_info.plist_unthinned --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CachedAsyncImage_CachedAsyncImage.bundle --plist-output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage_CachedAsyncImage.build/assetcatalog_generated_info.plist
note: Emplaced /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CachedAsyncImage_CachedAsyncImage.bundle/Assets.car (in target 'CachedAsyncImage_CachedAsyncImage' from project 'CachedAsyncImage')
SwiftDriverJobDiscovery normal arm64 Emitting module for CachedAsyncImage (in target 'CachedAsyncImage' from project 'CachedAsyncImage')
SwiftDriver\ Compilation\ Requirements CachedAsyncImage normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CachedAsyncImage' from project 'CachedAsyncImage')
    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 CachedAsyncImage -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/Objects-normal/arm64/CachedAsyncImage.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios14.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-iphoneos -I /Applications/Xcode-16.3.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-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/Objects-normal/arm64/CachedAsyncImage-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/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/Objects-normal/arm64/CachedAsyncImage.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/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/Objects-normal/arm64/CachedAsyncImage_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/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.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/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/Objects-normal/arm64/CachedAsyncImage-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CachedAsyncImage_CachedAsyncImage.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage_CachedAsyncImage.build/empty-CachedAsyncImage_CachedAsyncImage.plist (in target 'CachedAsyncImage_CachedAsyncImage' from project 'CachedAsyncImage')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage_CachedAsyncImage.build/empty-CachedAsyncImage_CachedAsyncImage.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform iphoneos -additionalcontentfile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage_CachedAsyncImage.build/assetcatalog_generated_info.plist -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CachedAsyncImage_CachedAsyncImage.bundle/Info.plist
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/CachedAsyncImage-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/Objects-normal/arm64/CachedAsyncImage-Swift.h (in target 'CachedAsyncImage' from project 'CachedAsyncImage')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/Objects-normal/arm64/CachedAsyncImage-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/CachedAsyncImage-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CachedAsyncImage.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/Objects-normal/arm64/CachedAsyncImage.swiftmodule (in target 'CachedAsyncImage' from project 'CachedAsyncImage')
    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/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/Objects-normal/arm64/CachedAsyncImage.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CachedAsyncImage.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CachedAsyncImage.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/Objects-normal/arm64/CachedAsyncImage.swiftdoc (in target 'CachedAsyncImage' from project 'CachedAsyncImage')
    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/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/Objects-normal/arm64/CachedAsyncImage.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CachedAsyncImage.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CachedAsyncImage.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/Objects-normal/arm64/CachedAsyncImage.abi.json (in target 'CachedAsyncImage' from project 'CachedAsyncImage')
    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/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/Objects-normal/arm64/CachedAsyncImage.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CachedAsyncImage.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CachedAsyncImage.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/Objects-normal/arm64/CachedAsyncImage.swiftsourceinfo (in target 'CachedAsyncImage' from project 'CachedAsyncImage')
    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/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/Objects-normal/arm64/CachedAsyncImage.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CachedAsyncImage.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftCompile normal arm64 Compiling\ ImageLoader.swift /Users/admin/builder/spi-builder-workspace/Sources/CachedAsyncImage/Services/ImageLoader.swift (in target 'CachedAsyncImage' from project 'CachedAsyncImage')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CachedAsyncImage/Services/ImageLoader.swift (in target 'CachedAsyncImage' from project 'CachedAsyncImage')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/CachedAsyncImage/Services/ImageLoader.swift:98:25: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
                        self?.state = .failed(error.message)
~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CachedAsyncImage/Services/ImageLoader.swift:98:25: note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
                        self?.state = .failed(error.message)
                        ^~~~
/Users/admin/builder/spi-builder-workspace/Sources/CachedAsyncImage/Services/ImageLoader.swift:109:25: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
                        self?.state = .loading()
~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CachedAsyncImage/Services/ImageLoader.swift:109:25: note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
                        self?.state = .loading()
                        ^~~~
SwiftDriverJobDiscovery normal arm64 Compiling ImageLoader.swift (in target 'CachedAsyncImage' from project 'CachedAsyncImage')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CachedAsyncImage_CachedAsyncImage.bundle (in target 'CachedAsyncImage_CachedAsyncImage' from project 'CachedAsyncImage')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CachedAsyncImage_CachedAsyncImage.bundle
SwiftDriverJobDiscovery normal arm64 Compiling FeatureStorage.swift (in target 'CachedAsyncImage' from project 'CachedAsyncImage')
SwiftDriverJobDiscovery normal arm64 Compiling NetworkManager.swift (in target 'CachedAsyncImage' from project 'CachedAsyncImage')
SwiftDriverJobDiscovery normal arm64 Compiling TemporaryImageCache.swift (in target 'CachedAsyncImage' from project 'CachedAsyncImage')
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CachedAsyncImage_CachedAsyncImage.bundle (in target 'CachedAsyncImage_CachedAsyncImage' from project 'CachedAsyncImage')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CachedAsyncImage_CachedAsyncImage.bundle
SwiftDriverJobDiscovery normal arm64 Compiling resource_bundle_accessor.swift, Extension+Logger.swift (in target 'CachedAsyncImage' from project 'CachedAsyncImage')
SwiftDriverJobDiscovery normal arm64 Compiling Network.swift, ResourcesManager.swift (in target 'CachedAsyncImage' from project 'CachedAsyncImage')
SwiftDriverJobDiscovery normal arm64 Compiling CachedAsyncImage.swift (in target 'CachedAsyncImage' from project 'CachedAsyncImage')
SwiftDriverJobDiscovery normal arm64 Compiling Extension+View.swift, ImageCache.swift (in target 'CachedAsyncImage' from project 'CachedAsyncImage')
SwiftDriverJobDiscovery normal arm64 Compiling GeneratedAssetSymbols.swift (in target 'CachedAsyncImage' from project 'CachedAsyncImage')
SwiftDriverJobDiscovery normal arm64 Compiling CrossPlatformImage.swift, Emoji.swift (in target 'CachedAsyncImage' from project 'CachedAsyncImage')
SwiftDriver\ Compilation CachedAsyncImage normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CachedAsyncImage' from project 'CachedAsyncImage')
    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 CachedAsyncImage -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/Objects-normal/arm64/CachedAsyncImage.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios14.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-iphoneos -I /Applications/Xcode-16.3.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-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/Objects-normal/arm64/CachedAsyncImage-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/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/Objects-normal/arm64/CachedAsyncImage.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/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/Objects-normal/arm64/CachedAsyncImage_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/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.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/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/Objects-normal/arm64/CachedAsyncImage-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/CachedAsyncImage.o normal (in target 'CachedAsyncImage' from project 'CachedAsyncImage')
    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-ios14.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.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-16.3.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-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/Objects-normal/arm64/CachedAsyncImage.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/Objects-normal/arm64/CachedAsyncImage_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/Objects-normal/arm64/CachedAsyncImage_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.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/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/Objects-normal/arm64/CachedAsyncImage.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CachedAsyncImage.o
ExtractAppIntentsMetadata (in target 'CachedAsyncImage' from project 'CachedAsyncImage')
    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 CachedAsyncImage --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 14.0 --bundle-identifier spi-builder-workspace.CachedAsyncImage --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CachedAsyncImage.appintents --target-triple arm64-apple-ios14.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CachedAsyncImage.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/Objects-normal/arm64/CachedAsyncImage_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/Objects-normal/arm64/CachedAsyncImage.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/CachedAsyncImage.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/CachedAsyncImage.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CachedAsyncImage.build/Debug-iphoneos/CachedAsyncImage.build/Objects-normal/arm64/CachedAsyncImage.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-09-12 04:34:35.047 appintentsmetadataprocessor[727:4228] Starting appintentsmetadataprocessor export
2025-09-12 04:34:35.090 appintentsmetadataprocessor[727:4228] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CachedAsyncImage.o (in target 'CachedAsyncImage' from project 'CachedAsyncImage')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CachedAsyncImage.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CachedAsyncImage",
  "name" : "CachedAsyncImage",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "CachedAsyncImage",
      "targets" : [
        "CachedAsyncImage"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CachedAsyncImageTests",
      "module_type" : "SwiftTarget",
      "name" : "CachedAsyncImageTests",
      "path" : "Tests/CachedAsyncImageTests",
      "sources" : [
        "ImageLoaderTests.swift",
        "Mocks/NetworkManagerMock.swift"
      ],
      "target_dependencies" : [
        "CachedAsyncImage"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CachedAsyncImage",
      "module_type" : "SwiftTarget",
      "name" : "CachedAsyncImage",
      "path" : "Sources/CachedAsyncImage",
      "product_memberships" : [
        "CachedAsyncImage"
      ],
      "sources" : [
        "Extensions/Extension+Logger.swift",
        "Extensions/Extension+View.swift",
        "PropertyWrappers/ImageCache.swift",
        "PropertyWrappers/Network.swift",
        "Resources/ResourcesManager.swift",
        "Services/CrossPlatformImage.swift",
        "Services/Emoji.swift",
        "Services/FeatureStorage.swift",
        "Services/ImageLoader.swift",
        "Services/NetworkManager.swift",
        "Services/TemporaryImageCache.swift",
        "Views/CachedAsyncImage.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.