The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of AllCache, reference 3.8.1 (9153c5), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 26 Apr 2025 02:20:28 UTC.

Swift 6 data race errors: 2

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AllCache -destination platform=macOS,arch=arm64 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.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/JuanjoArreola/AllCache.git
Reference: 3.8.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/JuanjoArreola/AllCache
 * tag               3.8.1      -> FETCH_HEAD
HEAD is now at 9153c55 Fix log warn
Cloned https://github.com/JuanjoArreola/AllCache.git
Revision (git rev-parse @):
9153c553d51b85b0b49fef18464b54f417668b8c
SUCCESS checkout https://github.com/JuanjoArreola/AllCache.git at 3.8.1
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.1
Building package at path:  $PWD
https://github.com/JuanjoArreola/AllCache.git
https://github.com/JuanjoArreola/AllCache.git
{
  "dependencies" : [
    {
      "identity" : "logg",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.4.0",
            "upper_bound" : "2.5.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JuanjoArreola/Logg.git"
    },
    {
      "identity" : "asyncrequest",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.3.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JuanjoArreola/AsyncRequest.git"
    }
  ],
  "manifest_display_name" : "AllCache",
  "name" : "AllCache",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "AllCache",
      "targets" : [
        "AllCache"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AllCacheTests",
      "module_type" : "SwiftTarget",
      "name" : "AllCacheTests",
      "path" : "Tests",
      "sources" : [
        "AllCacheTests/DiskTests.swift",
        "AllCacheTests/Icecream.swift",
        "AllCacheTests/ImageCacheTests.swift",
        "AllCacheTests/MemoryTests.swift",
        "AllCacheTests/RequestingCacheTests.swift",
        "LinuxMain.swift"
      ],
      "target_dependencies" : [
        "AllCache"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AllCache",
      "module_type" : "SwiftTarget",
      "name" : "AllCache",
      "path" : "Sources",
      "product_dependencies" : [
        "Logg",
        "AsyncRequest"
      ],
      "product_memberships" : [
        "AllCache"
      ],
      "sources" : [
        "AllCacheFormatter.swift",
        "CGSize+Util.swift",
        "CachableDescriptor.swift",
        "Cache.swift",
        "CodableSerializer.swift",
        "DataSerializer.swift",
        "DiskCache.swift",
        "ImageCache.swift",
        "ImageFetcher.swift",
        "ImageResizer.swift",
        "ImageSerializer.swift",
        "JPEGImageSerializer.swift",
        "LowMemoryHandler.swift",
        "MemoryCache.swift",
        "Networking.swift",
        "ObjectFetcher.swift",
        "ObjectProcessor.swift",
        "PNGImageSerializer.swift",
        "RequestingCache.swift",
        "String+Range.swift",
        "UIButton+ImageCache.swift",
        "UIImageView+ImageCache.swift",
        "URL+Util.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
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
Fetching from https://github.com/JuanjoArreola/Logg.git
Fetching from https://github.com/JuanjoArreola/AsyncRequest.git
Creating working copy of package ‘AsyncRequest’
Checking out 2.3.0 of package ‘AsyncRequest’
Creating working copy of package ‘Logg’
Checking out 2.4.1 of package ‘Logg’
Resolve Package Graph
Resolved source packages:
  AsyncRequest: https://github.com/JuanjoArreola/AsyncRequest.git @ 2.3.0
  Logg: https://github.com/JuanjoArreola/Logg.git @ 2.4.1
  AllCache: /Users/admin/builder/spi-builder-workspace
resolved source packages: AsyncRequest, Logg, AllCache
{
  "dependencies" : [
    {
      "identity" : "logg",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.4.0",
            "upper_bound" : "2.5.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JuanjoArreola/Logg.git"
    },
    {
      "identity" : "asyncrequest",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.3.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JuanjoArreola/AsyncRequest.git"
    }
  ],
  "manifest_display_name" : "AllCache",
  "name" : "AllCache",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "AllCache",
      "targets" : [
        "AllCache"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AllCacheTests",
      "module_type" : "SwiftTarget",
      "name" : "AllCacheTests",
      "path" : "Tests",
      "sources" : [
        "AllCacheTests/DiskTests.swift",
        "AllCacheTests/Icecream.swift",
        "AllCacheTests/ImageCacheTests.swift",
        "AllCacheTests/MemoryTests.swift",
        "AllCacheTests/RequestingCacheTests.swift",
        "LinuxMain.swift"
      ],
      "target_dependencies" : [
        "AllCache"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AllCache",
      "module_type" : "SwiftTarget",
      "name" : "AllCache",
      "path" : "Sources",
      "product_dependencies" : [
        "Logg",
        "AsyncRequest"
      ],
      "product_memberships" : [
        "AllCache"
      ],
      "sources" : [
        "AllCacheFormatter.swift",
        "CGSize+Util.swift",
        "CachableDescriptor.swift",
        "Cache.swift",
        "CodableSerializer.swift",
        "DataSerializer.swift",
        "DiskCache.swift",
        "ImageCache.swift",
        "ImageFetcher.swift",
        "ImageResizer.swift",
        "ImageSerializer.swift",
        "JPEGImageSerializer.swift",
        "LowMemoryHandler.swift",
        "MemoryCache.swift",
        "Networking.swift",
        "ObjectFetcher.swift",
        "ObjectProcessor.swift",
        "PNGImageSerializer.swift",
        "RequestingCache.swift",
        "String+Range.swift",
        "UIButton+ImageCache.swift",
        "UIImageView+ImageCache.swift",
        "URL+Util.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "AllCache"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AllCache -destination platform=macOS,arch=arm64 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 AllCache -destination platform=macOS,arch=arm64 "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
Resolve Package Graph
Resolved source packages:
  Logg: https://github.com/JuanjoArreola/Logg.git @ 2.4.1
  AsyncRequest: https://github.com/JuanjoArreola/AsyncRequest.git @ 2.3.0
  AllCache: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
    Target 'AllCache' in project 'AllCache'
        ➜ Explicit dependency on target 'AllCache' in project 'AllCache'
        ➜ Explicit dependency on target 'Logg' in project 'Logg'
        ➜ Explicit dependency on target 'AsyncRequest' in project 'AsyncRequest'
    Target 'AllCache' in project 'AllCache'
        ➜ Explicit dependency on target 'Logg' in project 'Logg'
        ➜ Explicit dependency on target 'AsyncRequest' in project 'AsyncRequest'
    Target 'AsyncRequest' in project 'AsyncRequest'
        ➜ Explicit dependency on target 'AsyncRequest' in project 'AsyncRequest'
    Target 'AsyncRequest' in project 'AsyncRequest' (no dependencies)
    Target 'Logg' in project 'Logg'
        ➜ Explicit dependency on target 'Logg' in project 'Logg'
    Target 'Logg' in project 'Logg' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: b202d20e2abd365f330a4c71b7c87288
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/b202d20e2abd365f330a4c71b7c87288.xcbuilddata
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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logg.build/Debug/Logg.build/Logg.modulemap (in target 'Logg' from project 'Logg')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Logg
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logg.build/Debug/Logg.build/Logg.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logg.build/Debug/Logg.build/Logg.DependencyMetadataFileList (in target 'Logg' from project 'Logg')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Logg
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logg.build/Debug/Logg.build/Logg.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logg.build/Debug/Logg.build/Logg.DependencyStaticMetadataFileList (in target 'Logg' from project 'Logg')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Logg
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logg.build/Debug/Logg.build/Logg.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logg.build/Debug/Logg.build/Objects-normal/arm64/Logg_const_extract_protocols.json (in target 'Logg' from project 'Logg')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Logg
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logg.build/Debug/Logg.build/Objects-normal/arm64/Logg_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logg.build/Debug/Logg.build/Objects-normal/arm64/Logg.SwiftFileList (in target 'Logg' from project 'Logg')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Logg
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logg.build/Debug/Logg.build/Objects-normal/arm64/Logg.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logg.build/Debug/Logg.build/Objects-normal/arm64/Logg-OutputFileMap.json (in target 'Logg' from project 'Logg')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Logg
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logg.build/Debug/Logg.build/Objects-normal/arm64/Logg-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logg.build/Debug/Logg.build/Objects-normal/arm64/Logg.SwiftConstValuesFileList (in target 'Logg' from project 'Logg')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Logg
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logg.build/Debug/Logg.build/Objects-normal/arm64/Logg.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logg.build/Debug/Logg.build/Objects-normal/arm64/Logg.LinkFileList (in target 'Logg' from project 'Logg')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Logg
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logg.build/Debug/Logg.build/Objects-normal/arm64/Logg.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncRequest.build/Debug/AsyncRequest.build/Objects-normal/arm64/AsyncRequest_const_extract_protocols.json (in target 'AsyncRequest' from project 'AsyncRequest')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncRequest
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncRequest.build/Debug/AsyncRequest.build/Objects-normal/arm64/AsyncRequest_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncRequest.build/Debug/AsyncRequest.build/Objects-normal/arm64/AsyncRequest.SwiftFileList (in target 'AsyncRequest' from project 'AsyncRequest')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncRequest
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncRequest.build/Debug/AsyncRequest.build/Objects-normal/arm64/AsyncRequest.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncRequest.build/Debug/AsyncRequest.build/Objects-normal/arm64/AsyncRequest.SwiftConstValuesFileList (in target 'AsyncRequest' from project 'AsyncRequest')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncRequest
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncRequest.build/Debug/AsyncRequest.build/Objects-normal/arm64/AsyncRequest.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncRequest.build/Debug/AsyncRequest.build/Objects-normal/arm64/AsyncRequest.LinkFileList (in target 'AsyncRequest' from project 'AsyncRequest')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncRequest
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncRequest.build/Debug/AsyncRequest.build/Objects-normal/arm64/AsyncRequest.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncRequest.build/Debug/AsyncRequest.build/Objects-normal/arm64/AsyncRequest-OutputFileMap.json (in target 'AsyncRequest' from project 'AsyncRequest')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncRequest
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncRequest.build/Debug/AsyncRequest.build/Objects-normal/arm64/AsyncRequest-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncRequest.build/Debug/AsyncRequest.build/AsyncRequest.modulemap (in target 'AsyncRequest' from project 'AsyncRequest')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncRequest
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncRequest.build/Debug/AsyncRequest.build/AsyncRequest.modulemap
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Logg.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logg.build/Debug/Logg.build/Logg.modulemap (in target 'Logg' from project 'Logg')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Logg
    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/Logg.build/Debug/Logg.build/Logg.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncRequest.build/Debug/AsyncRequest.build/AsyncRequest.DependencyStaticMetadataFileList (in target 'AsyncRequest' from project 'AsyncRequest')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncRequest
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncRequest.build/Debug/AsyncRequest.build/AsyncRequest.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncRequest.build/Debug/AsyncRequest.build/AsyncRequest.DependencyMetadataFileList (in target 'AsyncRequest' from project 'AsyncRequest')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncRequest
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncRequest.build/Debug/AsyncRequest.build/AsyncRequest.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AllCache.build/Debug/AllCache.build/Objects-normal/arm64/AllCache_const_extract_protocols.json (in target 'AllCache' from project 'AllCache')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AllCache.build/Debug/AllCache.build/Objects-normal/arm64/AllCache_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AllCache.build/Debug/AllCache.build/Objects-normal/arm64/AllCache.SwiftFileList (in target 'AllCache' from project 'AllCache')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AllCache.build/Debug/AllCache.build/Objects-normal/arm64/AllCache.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AllCache.build/Debug/AllCache.build/Objects-normal/arm64/AllCache.SwiftConstValuesFileList (in target 'AllCache' from project 'AllCache')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AllCache.build/Debug/AllCache.build/Objects-normal/arm64/AllCache.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AllCache.build/Debug/AllCache.build/Objects-normal/arm64/AllCache.LinkFileList (in target 'AllCache' from project 'AllCache')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AllCache.build/Debug/AllCache.build/Objects-normal/arm64/AllCache.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AllCache.build/Debug/AllCache.build/Objects-normal/arm64/AllCache-OutputFileMap.json (in target 'AllCache' from project 'AllCache')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AllCache.build/Debug/AllCache.build/Objects-normal/arm64/AllCache-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AllCache.build/Debug/AllCache.build/AllCache.modulemap (in target 'AllCache' from project 'AllCache')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AllCache.build/Debug/AllCache.build/AllCache.modulemap
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/AsyncRequest.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncRequest.build/Debug/AsyncRequest.build/AsyncRequest.modulemap (in target 'AsyncRequest' from project 'AsyncRequest')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncRequest
    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/AsyncRequest.build/Debug/AsyncRequest.build/AsyncRequest.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AllCache.build/Debug/AllCache.build/AllCache.DependencyStaticMetadataFileList (in target 'AllCache' from project 'AllCache')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AllCache.build/Debug/AllCache.build/AllCache.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AllCache.build/Debug/AllCache.build/AllCache.DependencyMetadataFileList (in target 'AllCache' from project 'AllCache')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AllCache.build/Debug/AllCache.build/AllCache.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/AllCache.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AllCache.build/Debug/AllCache.build/AllCache.modulemap (in target 'AllCache' from project 'AllCache')
    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/AllCache.build/Debug/AllCache.build/AllCache.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
SwiftDriver Logg normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Logg' from project 'Logg')
    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 Logg -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logg.build/Debug/Logg.build/Objects-normal/arm64/Logg.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logg.build/Debug/Logg.build/Objects-normal/arm64/Logg-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/Logg.build/Debug/Logg.build/Objects-normal/arm64/Logg.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logg.build/Debug/Logg.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logg.build/Debug/Logg.build/Objects-normal/arm64/Logg_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logg.build/Debug/Logg.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logg.build/Debug/Logg.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logg.build/Debug/Logg.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/Logg.build/Debug/Logg.build/Objects-normal/arm64/Logg-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver AsyncRequest normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AsyncRequest' from project 'AsyncRequest')
    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 AsyncRequest -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncRequest.build/Debug/AsyncRequest.build/Objects-normal/arm64/AsyncRequest.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncRequest.build/Debug/AsyncRequest.build/Objects-normal/arm64/AsyncRequest-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/AsyncRequest.build/Debug/AsyncRequest.build/Objects-normal/arm64/AsyncRequest.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncRequest.build/Debug/AsyncRequest.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncRequest.build/Debug/AsyncRequest.build/Objects-normal/arm64/AsyncRequest_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncRequest.build/Debug/AsyncRequest.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncRequest.build/Debug/AsyncRequest.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncRequest.build/Debug/AsyncRequest.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/AsyncRequest.build/Debug/AsyncRequest.build/Objects-normal/arm64/AsyncRequest-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ ConsoleFormatter.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Logg/Sources/Logg/ConsoleFormatter.swift (in target 'Logg' from project 'Logg')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Logg/Sources/Logg/ConsoleFormatter.swift (in target 'Logg' from project 'Logg')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

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

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

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

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

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

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

SwiftDriverJobDiscovery normal arm64 Emitting module for AsyncRequest (in target 'AsyncRequest' from project 'AsyncRequest')
SwiftDriver\ Compilation\ Requirements AsyncRequest normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AsyncRequest' from project 'AsyncRequest')
    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 AsyncRequest -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncRequest.build/Debug/AsyncRequest.build/Objects-normal/arm64/AsyncRequest.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncRequest.build/Debug/AsyncRequest.build/Objects-normal/arm64/AsyncRequest-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/AsyncRequest.build/Debug/AsyncRequest.build/Objects-normal/arm64/AsyncRequest.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncRequest.build/Debug/AsyncRequest.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncRequest.build/Debug/AsyncRequest.build/Objects-normal/arm64/AsyncRequest_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncRequest.build/Debug/AsyncRequest.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncRequest.build/Debug/AsyncRequest.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncRequest.build/Debug/AsyncRequest.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/AsyncRequest.build/Debug/AsyncRequest.build/Objects-normal/arm64/AsyncRequest-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Emitting module for Logg (in target 'Logg' from project 'Logg')
SwiftDriver\ Compilation\ Requirements Logg normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Logg' from project 'Logg')
    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 Logg -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logg.build/Debug/Logg.build/Objects-normal/arm64/Logg.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logg.build/Debug/Logg.build/Objects-normal/arm64/Logg-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/Logg.build/Debug/Logg.build/Objects-normal/arm64/Logg.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logg.build/Debug/Logg.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logg.build/Debug/Logg.build/Objects-normal/arm64/Logg_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logg.build/Debug/Logg.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logg.build/Debug/Logg.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logg.build/Debug/Logg.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/Logg.build/Debug/Logg.build/Objects-normal/arm64/Logg-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/AsyncRequest-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncRequest.build/Debug/AsyncRequest.build/Objects-normal/arm64/AsyncRequest-Swift.h (in target 'AsyncRequest' from project 'AsyncRequest')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncRequest
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncRequest.build/Debug/AsyncRequest.build/Objects-normal/arm64/AsyncRequest-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/AsyncRequest-Swift.h
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Logg-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logg.build/Debug/Logg.build/Objects-normal/arm64/Logg-Swift.h (in target 'Logg' from project 'Logg')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Logg
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logg.build/Debug/Logg.build/Objects-normal/arm64/Logg-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Logg-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Logg.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logg.build/Debug/Logg.build/Objects-normal/arm64/Logg.swiftmodule (in target 'Logg' from project 'Logg')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Logg
    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/Logg.build/Debug/Logg.build/Objects-normal/arm64/Logg.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Logg.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Logg.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logg.build/Debug/Logg.build/Objects-normal/arm64/Logg.swiftdoc (in target 'Logg' from project 'Logg')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Logg
    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/Logg.build/Debug/Logg.build/Objects-normal/arm64/Logg.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Logg.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Logg.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logg.build/Debug/Logg.build/Objects-normal/arm64/Logg.abi.json (in target 'Logg' from project 'Logg')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Logg
    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/Logg.build/Debug/Logg.build/Objects-normal/arm64/Logg.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Logg.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Logg.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logg.build/Debug/Logg.build/Objects-normal/arm64/Logg.swiftsourceinfo (in target 'Logg' from project 'Logg')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Logg
    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/Logg.build/Debug/Logg.build/Objects-normal/arm64/Logg.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Logg.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AsyncRequest.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncRequest.build/Debug/AsyncRequest.build/Objects-normal/arm64/AsyncRequest.swiftmodule (in target 'AsyncRequest' from project 'AsyncRequest')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncRequest
    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/AsyncRequest.build/Debug/AsyncRequest.build/Objects-normal/arm64/AsyncRequest.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AsyncRequest.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AsyncRequest.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncRequest.build/Debug/AsyncRequest.build/Objects-normal/arm64/AsyncRequest.swiftdoc (in target 'AsyncRequest' from project 'AsyncRequest')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncRequest
    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/AsyncRequest.build/Debug/AsyncRequest.build/Objects-normal/arm64/AsyncRequest.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AsyncRequest.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AsyncRequest.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncRequest.build/Debug/AsyncRequest.build/Objects-normal/arm64/AsyncRequest.abi.json (in target 'AsyncRequest' from project 'AsyncRequest')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncRequest
    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/AsyncRequest.build/Debug/AsyncRequest.build/Objects-normal/arm64/AsyncRequest.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AsyncRequest.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AsyncRequest.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncRequest.build/Debug/AsyncRequest.build/Objects-normal/arm64/AsyncRequest.swiftsourceinfo (in target 'AsyncRequest' from project 'AsyncRequest')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncRequest
    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/AsyncRequest.build/Debug/AsyncRequest.build/Objects-normal/arm64/AsyncRequest.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AsyncRequest.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftCompile normal arm64 Compiling\ URLSessionRequest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncRequest/Sources/URLSessionRequest.swift (in target 'AsyncRequest' from project 'AsyncRequest')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncRequest/Sources/URLSessionRequest.swift (in target 'AsyncRequest' from project 'AsyncRequest')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftDriverJobDiscovery normal arm64 Compiling URLSessionRequest.swift (in target 'AsyncRequest' from project 'AsyncRequest')
SwiftCompile normal arm64 Compiling\ TimeoutRequest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncRequest/Sources/TimeoutRequest.swift (in target 'AsyncRequest' from project 'AsyncRequest')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncRequest/Sources/TimeoutRequest.swift (in target 'AsyncRequest' from project 'AsyncRequest')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling CompositeLogger.swift (in target 'Logg' from project 'Logg')
SwiftCompile normal arm64 Compiling\ RequestHandlers.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncRequest/Sources/RequestHandlers.swift (in target 'AsyncRequest' from project 'AsyncRequest')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncRequest/Sources/RequestHandlers.swift (in target 'AsyncRequest' from project 'AsyncRequest')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling LogFormatter.swift (in target 'Logg' from project 'Logg')
SwiftCompile normal arm64 Compiling\ Cancellable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncRequest/Sources/Cancellable.swift (in target 'AsyncRequest' from project 'AsyncRequest')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncRequest/Sources/Cancellable.swift (in target 'AsyncRequest' from project 'AsyncRequest')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Logger.swift (in target 'Logg' from project 'Logg')
SwiftCompile normal arm64 Compiling\ Request.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncRequest/Sources/Request.swift (in target 'AsyncRequest' from project 'AsyncRequest')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncRequest/Sources/Request.swift (in target 'AsyncRequest' from project 'AsyncRequest')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling LogContext.swift (in target 'Logg' from project 'Logg')
SwiftCompile normal arm64 Compiling\ RequestError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncRequest/Sources/RequestError.swift (in target 'AsyncRequest' from project 'AsyncRequest')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncRequest/Sources/RequestError.swift (in target 'AsyncRequest' from project 'AsyncRequest')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling ConsoleFormatter.swift (in target 'Logg' from project 'Logg')
SwiftCompile normal arm64 Compiling\ GroupRequestHandlers.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncRequest/Sources/GroupRequestHandlers.swift (in target 'AsyncRequest' from project 'AsyncRequest')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncRequest/Sources/GroupRequestHandlers.swift (in target 'AsyncRequest' from project 'AsyncRequest')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling ConsoleLogger.swift (in target 'Logg' from project 'Logg')
SwiftCompile normal arm64 Compiling\ UUIDTimeoutRequest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncRequest/Sources/UUIDTimeoutRequest.swift (in target 'AsyncRequest' from project 'AsyncRequest')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncRequest/Sources/UUIDTimeoutRequest.swift (in target 'AsyncRequest' from project 'AsyncRequest')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling DefaultFormatter.swift (in target 'Logg' from project 'Logg')
SwiftDriverJobDiscovery normal arm64 Compiling FileLogger.swift (in target 'Logg' from project 'Logg')
SwiftDriver AllCache normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AllCache' from project 'AllCache')
    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 AllCache -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AllCache.build/Debug/AllCache.build/Objects-normal/arm64/AllCache.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AllCache.build/Debug/AllCache.build/Objects-normal/arm64/AllCache-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/AllCache.build/Debug/AllCache.build/Objects-normal/arm64/AllCache.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AllCache.build/Debug/AllCache.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AllCache.build/Debug/AllCache.build/Objects-normal/arm64/AllCache_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AllCache.build/Debug/AllCache.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AllCache.build/Debug/AllCache.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AllCache.build/Debug/AllCache.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/AllCache.build/Debug/AllCache.build/Objects-normal/arm64/AllCache-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling LogLevel.swift (in target 'Logg' from project 'Logg')
SwiftDriver\ Compilation Logg normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Logg' from project 'Logg')
    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 Logg -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logg.build/Debug/Logg.build/Objects-normal/arm64/Logg.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logg.build/Debug/Logg.build/Objects-normal/arm64/Logg-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/Logg.build/Debug/Logg.build/Objects-normal/arm64/Logg.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logg.build/Debug/Logg.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logg.build/Debug/Logg.build/Objects-normal/arm64/Logg_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logg.build/Debug/Logg.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logg.build/Debug/Logg.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logg.build/Debug/Logg.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/Logg.build/Debug/Logg.build/Objects-normal/arm64/Logg-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/Logg.o normal (in target 'Logg' from project 'Logg')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Logg
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logg.build/Debug/Logg.build/Objects-normal/arm64/Logg.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logg.build/Debug/Logg.build/Objects-normal/arm64/Logg_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logg.build/Debug/Logg.build/Objects-normal/arm64/Logg_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logg.build/Debug/Logg.build/Objects-normal/arm64/Logg.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Logg.o
SwiftEmitModule normal arm64 Emitting\ module\ for\ AllCache (in target 'AllCache' from project 'AllCache')
EmitSwiftModule normal arm64 (in target 'AllCache' from project 'AllCache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Cache.swift:19:12: warning: let 'log' is not concurrency-safe because non-'Sendable' type 'CompositeLogger' may have shared mutable state; this is an error in the Swift 6 language mode
public let log = CompositeLogger(loggers: [ConsoleLogger(formatter: AllCacheFormatter(), level: [.error, .fault])])
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Logg/Sources/Logg/CompositeLogger.swift:3:14: note: class 'CompositeLogger' does not conform to the 'Sendable' protocol
public class CompositeLogger {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache.swift:10:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Logg'
import Logg
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Cache.swift:19:12: note: add '@MainActor' to make let 'log' part of global actor 'MainActor'
public let log = CompositeLogger(loggers: [ConsoleLogger(formatter: AllCacheFormatter(), level: [.error, .fault])])
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Cache.swift:19:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let log = CompositeLogger(loggers: [ConsoleLogger(formatter: AllCacheFormatter(), level: [.error, .fault])])
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ImageCache.swift:30:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ImageCache' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let shared = try! ImageCache(identifier: "sharedImage", serializer: ImageSerializer())
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ImageCache.swift:25:12: note: class 'ImageCache' does not conform to the 'Sendable' protocol
open class ImageCache: Cache<Image> {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ImageCache.swift:30:23: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    public static let shared = try! ImageCache(identifier: "sharedImage", serializer: ImageSerializer())
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ImageCache.swift:30:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let shared = try! ImageCache(identifier: "sharedImage", serializer: ImageSerializer())
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ ImageResizer.swift,\ ImageSerializer.swift /Users/admin/builder/spi-builder-workspace/Sources/ImageResizer.swift /Users/admin/builder/spi-builder-workspace/Sources/ImageSerializer.swift (in target 'AllCache' from project 'AllCache')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ImageResizer.swift (in target 'AllCache' from project 'AllCache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftDriverJobDiscovery normal arm64 Compiling RequestGroup.swift (in target 'AsyncRequest' from project 'AsyncRequest')
SwiftCompile normal arm64 Compiling\ DiskCache.swift,\ ImageCache.swift,\ ImageFetcher.swift /Users/admin/builder/spi-builder-workspace/Sources/DiskCache.swift /Users/admin/builder/spi-builder-workspace/Sources/ImageCache.swift /Users/admin/builder/spi-builder-workspace/Sources/ImageFetcher.swift (in target 'AllCache' from project 'AllCache')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DiskCache.swift (in target 'AllCache' from project 'AllCache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/DiskCache.swift:56:27: warning: capture of 'self' with non-sendable type 'DiskCache<T>' in a '@Sendable' closure
        diskQueue.async { self.updateLastAccess(ofKey: key) }
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/DiskCache.swift:17:20: note: generic class 'DiskCache' does not conform to the 'Sendable' protocol
public final class DiskCache<T> {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/DiskCache.swift:111:36: warning: capture of 'self' with non-sendable type 'DiskCache<T>' in a '@Sendable' closure
            guard let enumerator = self.cacheDirectory.enumerator(includingPropertiesForKeys: resourceKeys) else {
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/DiskCache.swift:17:20: note: generic class 'DiskCache' does not conform to the 'Sendable' protocol
public final class DiskCache<T> {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/DiskCache.swift:116:28: warning: capture of 'self' with non-sendable type 'DiskCache<T>' in an isolated closure; this is an error in the Swift 6 language mode
            urls.forEach({ self.removeIfPossible(url: $0) })
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/DiskCache.swift:17:20: note: generic class 'DiskCache' does not conform to the 'Sendable' protocol
public final class DiskCache<T> {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/DiskCache.swift:143:16: warning: capture of 'self' with non-sendable type 'DiskCache<T>' in a '@Sendable' closure
            if self.shrinking { return }
               ^
/Users/admin/builder/spi-builder-workspace/Sources/DiskCache.swift:17:20: note: generic class 'DiskCache' does not conform to the 'Sendable' protocol
public final class DiskCache<T> {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/DiskCache.swift:146:50: warning: implicit capture of 'self' requires that 'DiskCache<T>' conforms to 'Sendable'; this is an error in the Swift 6 language mode
                log.debug("💽 Original size: \(self.size)")
/Users/admin/builder/spi-builder-workspace/Sources/DiskCache.swift:17:20: note: generic class 'DiskCache' does not conform to the 'Sendable' protocol
public final class DiskCache<T> {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/DiskCache.swift:148:47: warning: implicit capture of 'self' requires that 'DiskCache<T>' conforms to 'Sendable'; this is an error in the Swift 6 language mode
                log.debug("💽 Final size: \(self.size)")
/Users/admin/builder/spi-builder-workspace/Sources/DiskCache.swift:17:20: note: generic class 'DiskCache' does not conform to the 'Sendable' protocol
public final class DiskCache<T> {
                   ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ImageCache.swift (in target 'AllCache' from project 'AllCache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ImageCache.swift:30:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ImageCache' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let shared = try! ImageCache(identifier: "sharedImage", serializer: ImageSerializer())
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ImageCache.swift:25:12: note: class 'ImageCache' does not conform to the 'Sendable' protocol
open class ImageCache: Cache<Image> {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ImageCache.swift:30:23: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    public static let shared = try! ImageCache(identifier: "sharedImage", serializer: ImageSerializer())
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ImageCache.swift:30:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let shared = try! ImageCache(identifier: "sharedImage", serializer: ImageSerializer())
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ImageFetcher.swift (in target 'AllCache' from project 'AllCache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftDriverJobDiscovery normal arm64 Compiling TimeoutRequest.swift (in target 'AsyncRequest' from project 'AsyncRequest')
SwiftCompile normal arm64 Compiling\ String+Range.swift,\ UIButton+ImageCache.swift /Users/admin/builder/spi-builder-workspace/Sources/String+Range.swift /Users/admin/builder/spi-builder-workspace/Sources/UIButton+ImageCache.swift (in target 'AllCache' from project 'AllCache')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/String+Range.swift (in target 'AllCache' from project 'AllCache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftDriverJobDiscovery normal arm64 Compiling RequestHandlers.swift (in target 'AsyncRequest' from project 'AsyncRequest')
SwiftCompile normal arm64 Compiling\ Cache.swift,\ CodableSerializer.swift,\ DataSerializer.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableSerializer.swift /Users/admin/builder/spi-builder-workspace/Sources/DataSerializer.swift (in target 'AllCache' from project 'AllCache')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Cache.swift (in target 'AllCache' from project 'AllCache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Cache.swift:19:12: warning: let 'log' is not concurrency-safe because non-'Sendable' type 'CompositeLogger' may have shared mutable state; this is an error in the Swift 6 language mode
public let log = CompositeLogger(loggers: [ConsoleLogger(formatter: AllCacheFormatter(), level: [.error, .fault])])
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Logg/Sources/Logg/CompositeLogger.swift:3:14: note: class 'CompositeLogger' does not conform to the 'Sendable' protocol
public class CompositeLogger {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache.swift:10:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Logg'
import Logg
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Cache.swift:19:12: note: add '@MainActor' to make let 'log' part of global actor 'MainActor'
public let log = CompositeLogger(loggers: [ConsoleLogger(formatter: AllCacheFormatter(), level: [.error, .fault])])
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Cache.swift:19:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let log = CompositeLogger(loggers: [ConsoleLogger(formatter: AllCacheFormatter(), level: [.error, .fault])])
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Cache.swift:89:13: warning: capture of 'self' with non-sendable type 'Cache<T>' in a '@Sendable' closure
            self.searchOnDisk(key: descriptor.resultKey, descriptor: descriptor, request: request)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache.swift:23:12: note: generic class 'Cache' does not conform to the 'Sendable' protocol
open class Cache<T: AnyObject> {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache.swift:89:36: warning: capture of 'descriptor' with non-sendable type 'CachableDescriptor<T>' in a '@Sendable' closure
            self.searchOnDisk(key: descriptor.resultKey, descriptor: descriptor, request: request)
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CachableDescriptor.swift:12:12: note: generic class 'CachableDescriptor' does not conform to the 'Sendable' protocol
open class CachableDescriptor<T: Any> {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache.swift:89:91: warning: capture of 'request' with non-sendable type 'Request<T>' in a '@Sendable' closure
            self.searchOnDisk(key: descriptor.resultKey, descriptor: descriptor, request: request)
                                                                                          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncRequest/Sources/Request.swift:3:12: note: generic class 'Request' does not conform to the 'Sendable' protocol
open class Request<T>: Cancellable {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache.swift:11:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AsyncRequest'
import AsyncRequest
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Cache.swift:98:21: warning: capture of 'request' with non-sendable type 'Request<T>' in a '@Sendable' closure
                    request.complete(with: object)
                    ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncRequest/Sources/Request.swift:3:12: note: generic class 'Request' does not conform to the 'Sendable' protocol
open class Request<T>: Cancellable {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache.swift:98:44: warning: capture of 'object' with non-sendable type 'T' in a '@Sendable' closure
                    request.complete(with: object)
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache.swift:23:18: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
open class Cache<T: AnyObject> {
                 ^
                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Cache.swift:99:21: warning: capture of 'self' with non-sendable type 'Cache<T>' in a '@Sendable' closure
                    self.memoryCache.set(object: object, forKey: key)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache.swift:23:12: note: generic class 'Cache' does not conform to the 'Sendable' protocol
open class Cache<T: AnyObject> {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache.swift:103:21: warning: capture of 'self' with non-sendable type 'Cache<T>' in a '@Sendable' closure
                    self.searchOriginal(key: descriptor.key, descriptor: descriptor, request: request)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache.swift:23:12: note: generic class 'Cache' does not conform to the 'Sendable' protocol
open class Cache<T: AnyObject> {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache.swift:103:46: warning: capture of 'descriptor' with non-sendable type 'CachableDescriptor<T>' in a '@Sendable' closure
                    self.searchOriginal(key: descriptor.key, descriptor: descriptor, request: request)
                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/CachableDescriptor.swift:12:12: note: generic class 'CachableDescriptor' does not conform to the 'Sendable' protocol
open class CachableDescriptor<T: Any> {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache.swift:103:95: warning: capture of 'request' with non-sendable type 'Request<T>' in a '@Sendable' closure
                    self.searchOriginal(key: descriptor.key, descriptor: descriptor, request: request)
                                                                                              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncRequest/Sources/Request.swift:3:12: note: generic class 'Request' does not conform to the 'Sendable' protocol
open class Request<T>: Cancellable {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache.swift:120:40: warning: capture of 'self' with non-sendable type 'Cache<T>' in a '@Sendable' closure
                if let rawObject = try self.diskCache.object(forKey: key) {
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache.swift:23:12: note: generic class 'Cache' does not conform to the 'Sendable' protocol
open class Cache<T: AnyObject> {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache.swift:121:62: warning: capture of 'descriptor' with non-sendable type 'CachableDescriptor<T>' in a '@Sendable' closure
                    self.process(rawObject: rawObject, with: descriptor, request: request)
                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/CachableDescriptor.swift:12:12: note: generic class 'CachableDescriptor' does not conform to the 'Sendable' protocol
open class CachableDescriptor<T: Any> {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache.swift:121:83: warning: capture of 'request' with non-sendable type 'Request<T>' in a '@Sendable' closure
                    self.process(rawObject: rawObject, with: descriptor, request: request)
                                                                                  ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncRequest/Sources/Request.swift:3:12: note: generic class 'Request' does not conform to the 'Sendable' protocol
open class Request<T>: Cancellable {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache.swift:162:38: warning: capture of 'descriptor' with non-sendable type 'CachableDescriptor<T>' in a '@Sendable' closure
            log.debug("processing (\(descriptor.resultKey))")
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CachableDescriptor.swift:12:12: note: generic class 'CachableDescriptor' does not conform to the 'Sendable' protocol
open class CachableDescriptor<T: Any> {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache.swift:164:34: warning: capture of 'processor' with non-sendable type 'Processor<T>' in a '@Sendable' closure
                let object = try processor.process(object: rawObject)
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectProcessor.swift:11:12: note: generic class 'Processor' does not conform to the 'Sendable' protocol
open class Processor<T> {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache.swift:164:60: warning: capture of 'rawObject' with non-sendable type 'T' in a '@Sendable' closure
                let object = try processor.process(object: rawObject)
                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache.swift:23:18: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
open class Cache<T: AnyObject> {
                 ^
                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Cache.swift:165:17: warning: capture of 'self' with non-sendable type 'Cache<T>' in a '@Sendable' closure
                self.memoryCache.set(object: object, forKey: descriptor.resultKey, in: self.responseQueue)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache.swift:23:12: note: generic class 'Cache' does not conform to the 'Sendable' protocol
open class Cache<T: AnyObject> {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache.swift:166:17: warning: capture of 'request' with non-sendable type 'Request<T>' in a '@Sendable' closure
                request.complete(with: object, in: self.responseQueue)
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncRequest/Sources/Request.swift:3:12: note: generic class 'Request' does not conform to the 'Sendable' protocol
open class Request<T>: Cancellable {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache.swift:162:38: warning: implicit capture of 'descriptor' requires that 'CachableDescriptor<T>' conforms to 'Sendable'; this is an error in the Swift 6 language mode
            log.debug("processing (\(descriptor.resultKey))")
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CachableDescriptor.swift:12:12: note: generic class 'CachableDescriptor' does not conform to the 'Sendable' protocol
open class CachableDescriptor<T: Any> {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache.swift:179:25: warning: capture of 'self' with non-sendable type 'Cache<T>' in a '@Sendable' closure
                    try self.diskCache.set(data: data, forKey: key)
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache.swift:23:12: note: generic class 'Cache' does not conform to the 'Sendable' protocol
open class Cache<T: AnyObject> {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache.swift:180:40: warning: capture of 'object' with non-sendable type 'T?' in a '@Sendable' closure
                } else if let object = object {
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache.swift:23:18: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
open class Cache<T: AnyObject> {
                 ^
                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Cache.swift:195:21: warning: capture of 'self' with non-sendable type 'Cache<T>' in a '@Sendable' closure
                try self.diskCache.set(object: object, forKey: key)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache.swift:23:12: note: generic class 'Cache' does not conform to the 'Sendable' protocol
open class Cache<T: AnyObject> {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache.swift:195:48: warning: capture of 'object' with non-sendable type 'T' in a '@Sendable' closure
                try self.diskCache.set(object: object, forKey: key)
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache.swift:23:18: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
open class Cache<T: AnyObject> {
                 ^
                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Cache.swift:197:44: warning: capture of 'errorHandler' with non-sendable type '((any Error) -> Void)?' in a '@Sendable' closure
                self.responseQueue.async { errorHandler?(error) }
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache.swift:197:44: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                self.responseQueue.async { errorHandler?(error) }
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache.swift:197:44: warning: capture of 'errorHandler' with non-sendable type '((any Error) -> Void)?' in a '@Sendable' closure
                self.responseQueue.async { errorHandler?(error) }
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache.swift:197:44: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                self.responseQueue.async { errorHandler?(error) }
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache.swift:208:21: warning: capture of 'self' with non-sendable type 'Cache<T>' in a '@Sendable' closure
                try self.diskCache.removeObject(forKey: key)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache.swift:23:12: note: generic class 'Cache' does not conform to the 'Sendable' protocol
open class Cache<T: AnyObject> {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache.swift:210:44: warning: capture of 'errorHandler' with non-sendable type '((any Error) -> Void)?' in a '@Sendable' closure
                self.responseQueue.async { errorHandler?(error) }
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache.swift:210:44: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                self.responseQueue.async { errorHandler?(error) }
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache.swift:210:44: warning: capture of 'errorHandler' with non-sendable type '((any Error) -> Void)?' in a '@Sendable' closure
                self.responseQueue.async { errorHandler?(error) }
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache.swift:210:44: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                self.responseQueue.async { errorHandler?(error) }
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache.swift:218:13: warning: capture of 'self' with non-sendable type 'Cache<T>' in a '@Sendable' closure
            self.diskCache.clear()
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache.swift:23:12: note: generic class 'Cache' does not conform to the 'Sendable' protocol
open class Cache<T: AnyObject> {
           ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableSerializer.swift (in target 'AllCache' from project 'AllCache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftDriverJobDiscovery normal arm64 Compiling Cancellable.swift (in target 'AsyncRequest' from project 'AsyncRequest')
SwiftCompile normal arm64 Compiling\ AllCacheFormatter.swift,\ CGSize+Util.swift,\ CachableDescriptor.swift /Users/admin/builder/spi-builder-workspace/Sources/AllCacheFormatter.swift /Users/admin/builder/spi-builder-workspace/Sources/CGSize+Util.swift /Users/admin/builder/spi-builder-workspace/Sources/CachableDescriptor.swift (in target 'AllCache' from project 'AllCache')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AllCacheFormatter.swift (in target 'AllCache' from project 'AllCache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CGSize+Util.swift (in target 'AllCache' from project 'AllCache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftDriverJobDiscovery normal arm64 Compiling Request.swift (in target 'AsyncRequest' from project 'AsyncRequest')
SwiftCompile normal arm64 Compiling\ PNGImageSerializer.swift,\ RequestingCache.swift /Users/admin/builder/spi-builder-workspace/Sources/PNGImageSerializer.swift /Users/admin/builder/spi-builder-workspace/Sources/RequestingCache.swift (in target 'AllCache' from project 'AllCache')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PNGImageSerializer.swift (in target 'AllCache' from project 'AllCache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/RequestingCache.swift:48:13: warning: capture of 'self' with non-sendable type 'RequestingCache<T>' in a '@Sendable' closure
            self.requesting[identifier] = request
            ^
/Users/admin/builder/spi-builder-workspace/Sources/RequestingCache.swift:14:7: note: generic class 'RequestingCache' does not conform to the 'Sendable' protocol
class RequestingCache<T> {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/RequestingCache.swift:48:43: warning: capture of 'request' with non-sendable type 'Request<T>?' in a '@Sendable' closure
            self.requesting[identifier] = request
                                          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncRequest/Sources/Request.swift:3:12: note: generic class 'Request' does not conform to the 'Sendable' protocol
open class Request<T>: Cancellable {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/RequestingCache.swift:10:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AsyncRequest'
import AsyncRequest
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/RequestingCache.swift:81:13: warning: capture of 'self' with non-sendable type 'RequestingCache<T>' in a '@Sendable' closure
            self.fetching[identifier] = fetching
            ^
/Users/admin/builder/spi-builder-workspace/Sources/RequestingCache.swift:14:7: note: generic class 'RequestingCache' does not conform to the 'Sendable' protocol
class RequestingCache<T> {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/RequestingCache.swift:81:41: warning: capture of 'fetching' with non-sendable type 'Request<FetcherResult<T>>?' in a '@Sendable' closure
            self.fetching[identifier] = fetching
                                        ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncRequest/Sources/Request.swift:3:12: note: generic class 'Request' does not conform to the 'Sendable' protocol
open class Request<T>: Cancellable {
           ^
SwiftDriverJobDiscovery normal arm64 Compiling GroupRequestHandlers.swift (in target 'AsyncRequest' from project 'AsyncRequest')
SwiftCompile normal arm64 Compiling\ MemoryCache.swift,\ Networking.swift /Users/admin/builder/spi-builder-workspace/Sources/MemoryCache.swift /Users/admin/builder/spi-builder-workspace/Sources/Networking.swift (in target 'AllCache' from project 'AllCache')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MemoryCache.swift (in target 'AllCache' from project 'AllCache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/MemoryCache.swift:32:13: warning: capture of 'self' with non-sendable type 'MemoryCache<T>' in a '@Sendable' closure
            self.cache.setObject(object, forKey: key as NSString)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/MemoryCache.swift:11:20: note: generic class 'MemoryCache' does not conform to the 'Sendable' protocol
public final class MemoryCache<T: AnyObject> {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/MemoryCache.swift:32:34: warning: capture of 'object' with non-sendable type 'T' in a '@Sendable' closure
            self.cache.setObject(object, forKey: key as NSString)
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MemoryCache.swift:11:32: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public final class MemoryCache<T: AnyObject> {
                               ^
                                           , Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Networking.swift (in target 'AllCache' from project 'AllCache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Networking.swift:22:77: warning: passing non-sendable parameter 'completion' to function expecting a @Sendable closure
    let task = URLSession.shared.dataTask(with: request, completionHandler: completion)
                                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Networking.swift:17:51: note: parameter 'completion' is implicitly non-sendable
func request(url: URL, method: HTTPMethod = .GET, completion: @escaping (Data?, URLResponse?, Error?) -> Void) -> URLSessionDataTask {
                                                  ^
                                                              @Sendable
SwiftDriverJobDiscovery normal arm64 Compiling RequestError.swift (in target 'AsyncRequest' from project 'AsyncRequest')
SwiftCompile normal arm64 Compiling\ UIImageView+ImageCache.swift,\ URL+Util.swift /Users/admin/builder/spi-builder-workspace/Sources/UIImageView+ImageCache.swift /Users/admin/builder/spi-builder-workspace/Sources/URL+Util.swift (in target 'AllCache' from project 'AllCache')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/UIImageView+ImageCache.swift (in target 'AllCache' from project 'AllCache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/URL+Util.swift (in target 'AllCache' from project 'AllCache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling UUIDTimeoutRequest.swift (in target 'AsyncRequest' from project 'AsyncRequest')
SwiftDriver\ Compilation AsyncRequest normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AsyncRequest' from project 'AsyncRequest')
    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 AsyncRequest -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncRequest.build/Debug/AsyncRequest.build/Objects-normal/arm64/AsyncRequest.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncRequest.build/Debug/AsyncRequest.build/Objects-normal/arm64/AsyncRequest-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/AsyncRequest.build/Debug/AsyncRequest.build/Objects-normal/arm64/AsyncRequest.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncRequest.build/Debug/AsyncRequest.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncRequest.build/Debug/AsyncRequest.build/Objects-normal/arm64/AsyncRequest_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncRequest.build/Debug/AsyncRequest.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncRequest.build/Debug/AsyncRequest.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncRequest.build/Debug/AsyncRequest.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/AsyncRequest.build/Debug/AsyncRequest.build/Objects-normal/arm64/AsyncRequest-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling String+Range.swift, UIButton+ImageCache.swift (in target 'AllCache' from project 'AllCache')
SwiftCompile normal arm64 Compiling\ JPEGImageSerializer.swift,\ LowMemoryHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/JPEGImageSerializer.swift /Users/admin/builder/spi-builder-workspace/Sources/LowMemoryHandler.swift (in target 'AllCache' from project 'AllCache')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JPEGImageSerializer.swift (in target 'AllCache' from project 'AllCache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AsyncRequest.o normal (in target 'AsyncRequest' from project 'AsyncRequest')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncRequest
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncRequest.build/Debug/AsyncRequest.build/Objects-normal/arm64/AsyncRequest.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncRequest.build/Debug/AsyncRequest.build/Objects-normal/arm64/AsyncRequest_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncRequest.build/Debug/AsyncRequest.build/Objects-normal/arm64/AsyncRequest_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncRequest.build/Debug/AsyncRequest.build/Objects-normal/arm64/AsyncRequest.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AsyncRequest.o
SwiftDriverJobDiscovery normal arm64 Compiling UIImageView+ImageCache.swift, URL+Util.swift (in target 'AllCache' from project 'AllCache')
SwiftDriverJobDiscovery normal arm64 Compiling ObjectFetcher.swift, ObjectProcessor.swift (in target 'AllCache' from project 'AllCache')
SwiftDriverJobDiscovery normal arm64 Compiling PNGImageSerializer.swift, RequestingCache.swift (in target 'AllCache' from project 'AllCache')
ExtractAppIntentsMetadata (in target 'Logg' from project 'Logg')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Logg
    /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 Logg --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.13 --bundle-identifier logg.Logg --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Logg.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Logg.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logg.build/Debug/Logg.build/Objects-normal/arm64/Logg_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logg.build/Debug/Logg.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logg.build/Debug/Logg.build/Objects-normal/arm64/Logg.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logg.build/Debug/Logg.build/Logg.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logg.build/Debug/Logg.build/Logg.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logg.build/Debug/Logg.build/Objects-normal/arm64/Logg.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-25 19:20:26.846 appintentsmetadataprocessor[816:4435] Starting appintentsmetadataprocessor export
2025-04-25 19:20:26.897 appintentsmetadataprocessor[816:4435] Extracted no relevant App Intents symbols, skipping writing output
ExtractAppIntentsMetadata (in target 'AsyncRequest' from project 'AsyncRequest')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncRequest
    /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 AsyncRequest --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.13 --bundle-identifier asyncrequest.AsyncRequest --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AsyncRequest.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AsyncRequest.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncRequest.build/Debug/AsyncRequest.build/Objects-normal/arm64/AsyncRequest_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncRequest.build/Debug/AsyncRequest.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncRequest.build/Debug/AsyncRequest.build/Objects-normal/arm64/AsyncRequest.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncRequest.build/Debug/AsyncRequest.build/AsyncRequest.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncRequest.build/Debug/AsyncRequest.build/AsyncRequest.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncRequest.build/Debug/AsyncRequest.build/Objects-normal/arm64/AsyncRequest.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-25 19:20:26.846 appintentsmetadataprocessor[817:4436] Starting appintentsmetadataprocessor export
2025-04-25 19:20:26.897 appintentsmetadataprocessor[817:4436] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling MemoryCache.swift, Networking.swift (in target 'AllCache' from project 'AllCache')
SwiftDriverJobDiscovery normal arm64 Emitting module for AllCache (in target 'AllCache' from project 'AllCache')
SwiftDriver\ Compilation\ Requirements AllCache normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AllCache' from project 'AllCache')
    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 AllCache -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AllCache.build/Debug/AllCache.build/Objects-normal/arm64/AllCache.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AllCache.build/Debug/AllCache.build/Objects-normal/arm64/AllCache-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/AllCache.build/Debug/AllCache.build/Objects-normal/arm64/AllCache.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AllCache.build/Debug/AllCache.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AllCache.build/Debug/AllCache.build/Objects-normal/arm64/AllCache_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AllCache.build/Debug/AllCache.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AllCache.build/Debug/AllCache.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AllCache.build/Debug/AllCache.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/AllCache.build/Debug/AllCache.build/Objects-normal/arm64/AllCache-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/AllCache-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AllCache.build/Debug/AllCache.build/Objects-normal/arm64/AllCache-Swift.h (in target 'AllCache' from project 'AllCache')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AllCache.build/Debug/AllCache.build/Objects-normal/arm64/AllCache-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/AllCache-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AllCache.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AllCache.build/Debug/AllCache.build/Objects-normal/arm64/AllCache.swiftmodule (in target 'AllCache' from project 'AllCache')
    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/AllCache.build/Debug/AllCache.build/Objects-normal/arm64/AllCache.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AllCache.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AllCache.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AllCache.build/Debug/AllCache.build/Objects-normal/arm64/AllCache.swiftdoc (in target 'AllCache' from project 'AllCache')
    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/AllCache.build/Debug/AllCache.build/Objects-normal/arm64/AllCache.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AllCache.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AllCache.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AllCache.build/Debug/AllCache.build/Objects-normal/arm64/AllCache.abi.json (in target 'AllCache' from project 'AllCache')
    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/AllCache.build/Debug/AllCache.build/Objects-normal/arm64/AllCache.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AllCache.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AllCache.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AllCache.build/Debug/AllCache.build/Objects-normal/arm64/AllCache.swiftsourceinfo (in target 'AllCache' from project 'AllCache')
    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/AllCache.build/Debug/AllCache.build/Objects-normal/arm64/AllCache.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AllCache.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Cache.swift, CodableSerializer.swift, DataSerializer.swift (in target 'AllCache' from project 'AllCache')
SwiftDriverJobDiscovery normal arm64 Compiling AllCacheFormatter.swift, CGSize+Util.swift, CachableDescriptor.swift (in target 'AllCache' from project 'AllCache')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AsyncRequest.o (in target 'AsyncRequest' from project 'AsyncRequest')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncRequest
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AsyncRequest.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Logg.o (in target 'Logg' from project 'Logg')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Logg
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Logg.o
SwiftDriverJobDiscovery normal arm64 Compiling JPEGImageSerializer.swift, LowMemoryHandler.swift (in target 'AllCache' from project 'AllCache')
SwiftDriverJobDiscovery normal arm64 Compiling ImageResizer.swift, ImageSerializer.swift (in target 'AllCache' from project 'AllCache')
SwiftDriverJobDiscovery normal arm64 Compiling DiskCache.swift, ImageCache.swift, ImageFetcher.swift (in target 'AllCache' from project 'AllCache')
SwiftDriver\ Compilation AllCache normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AllCache' from project 'AllCache')
    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 AllCache -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AllCache.build/Debug/AllCache.build/Objects-normal/arm64/AllCache.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AllCache.build/Debug/AllCache.build/Objects-normal/arm64/AllCache-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/AllCache.build/Debug/AllCache.build/Objects-normal/arm64/AllCache.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AllCache.build/Debug/AllCache.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AllCache.build/Debug/AllCache.build/Objects-normal/arm64/AllCache_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AllCache.build/Debug/AllCache.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AllCache.build/Debug/AllCache.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AllCache.build/Debug/AllCache.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/AllCache.build/Debug/AllCache.build/Objects-normal/arm64/AllCache-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/AllCache.o normal (in target 'AllCache' from project 'AllCache')
    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-macos10.13 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AllCache.build/Debug/AllCache.build/Objects-normal/arm64/AllCache.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AllCache.build/Debug/AllCache.build/Objects-normal/arm64/AllCache_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AllCache.build/Debug/AllCache.build/Objects-normal/arm64/AllCache_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AllCache.build/Debug/AllCache.build/Objects-normal/arm64/AllCache.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AllCache.o
ExtractAppIntentsMetadata (in target 'AllCache' from project 'AllCache')
    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 AllCache --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.13 --bundle-identifier spi-builder-workspace.AllCache --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AllCache.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AllCache.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AllCache.build/Debug/AllCache.build/Objects-normal/arm64/AllCache_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AllCache.build/Debug/AllCache.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AllCache.build/Debug/AllCache.build/Objects-normal/arm64/AllCache.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AllCache.build/Debug/AllCache.build/AllCache.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AllCache.build/Debug/AllCache.build/AllCache.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AllCache.build/Debug/AllCache.build/Objects-normal/arm64/AllCache.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-25 19:20:27.523 appintentsmetadataprocessor[820:4468] Starting appintentsmetadataprocessor export
2025-04-25 19:20:27.560 appintentsmetadataprocessor[820:4468] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AllCache.o (in target 'AllCache' from project 'AllCache')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AllCache.o
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:f4339179bad97c25bea9d68ec95295cdbeb1a30d, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:f4339179bad97c25bea9d68ec95295cdbeb1a30d, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:f4339179bad97c25bea9d68ec95295cdbeb1a30d, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:f4339179bad97c25bea9d68ec95295cdbeb1a30d, name:My Mac }
Build complete.
{
  "dependencies" : [
    {
      "identity" : "logg",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.4.0",
            "upper_bound" : "2.5.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JuanjoArreola/Logg.git"
    },
    {
      "identity" : "asyncrequest",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.3.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JuanjoArreola/AsyncRequest.git"
    }
  ],
  "manifest_display_name" : "AllCache",
  "name" : "AllCache",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "AllCache",
      "targets" : [
        "AllCache"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AllCacheTests",
      "module_type" : "SwiftTarget",
      "name" : "AllCacheTests",
      "path" : "Tests",
      "sources" : [
        "AllCacheTests/DiskTests.swift",
        "AllCacheTests/Icecream.swift",
        "AllCacheTests/ImageCacheTests.swift",
        "AllCacheTests/MemoryTests.swift",
        "AllCacheTests/RequestingCacheTests.swift",
        "LinuxMain.swift"
      ],
      "target_dependencies" : [
        "AllCache"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AllCache",
      "module_type" : "SwiftTarget",
      "name" : "AllCache",
      "path" : "Sources",
      "product_dependencies" : [
        "Logg",
        "AsyncRequest"
      ],
      "product_memberships" : [
        "AllCache"
      ],
      "sources" : [
        "AllCacheFormatter.swift",
        "CGSize+Util.swift",
        "CachableDescriptor.swift",
        "Cache.swift",
        "CodableSerializer.swift",
        "DataSerializer.swift",
        "DiskCache.swift",
        "ImageCache.swift",
        "ImageFetcher.swift",
        "ImageResizer.swift",
        "ImageSerializer.swift",
        "JPEGImageSerializer.swift",
        "LowMemoryHandler.swift",
        "MemoryCache.swift",
        "Networking.swift",
        "ObjectFetcher.swift",
        "ObjectProcessor.swift",
        "PNGImageSerializer.swift",
        "RequestingCache.swift",
        "String+Range.swift",
        "UIButton+ImageCache.swift",
        "UIImageView+ImageCache.swift",
        "URL+Util.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.