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 AnyCodable, reference 0.6.7 (862808), with Swift 6.1 for watchOS using Xcode 16.3 on 27 Apr 2025 05:57:36 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AnyCodable-Package -destination generic/platform=watchOS 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/flight-school/anycodable.git
Reference: 0.6.7
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/flight-school/anycodable
 * tag               0.6.7      -> FETCH_HEAD
HEAD is now at 862808b Bump version to 0.6.7
Cloned https://github.com/flight-school/anycodable.git
Revision (git rev-parse @):
862808b2070cd908cb04f9aafe7de83d35f81b05
SUCCESS checkout https://github.com/flight-school/anycodable.git at 0.6.7
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/flight-school/anycodable.git
https://github.com/flight-school/anycodable.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AnyCodable",
  "name" : "AnyCodable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "AnyCodable",
      "targets" : [
        "AnyCodable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AnyCodableTests",
      "module_type" : "SwiftTarget",
      "name" : "AnyCodableTests",
      "path" : "Tests/AnyCodableTests",
      "sources" : [
        "AnyCodableTests.swift",
        "AnyDecodableTests.swift",
        "AnyEncodableTests.swift"
      ],
      "target_dependencies" : [
        "AnyCodable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AnyCodable",
      "module_type" : "SwiftTarget",
      "name" : "AnyCodable",
      "path" : "Sources/AnyCodable",
      "product_memberships" : [
        "AnyCodable"
      ],
      "sources" : [
        "AnyCodable.swift",
        "AnyDecodable.swift",
        "AnyEncodable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AnyCodable",
  "name" : "AnyCodable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "AnyCodable",
      "targets" : [
        "AnyCodable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AnyCodableTests",
      "module_type" : "SwiftTarget",
      "name" : "AnyCodableTests",
      "path" : "Tests/AnyCodableTests",
      "sources" : [
        "AnyCodableTests.swift",
        "AnyDecodableTests.swift",
        "AnyEncodableTests.swift"
      ],
      "target_dependencies" : [
        "AnyCodable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AnyCodable",
      "module_type" : "SwiftTarget",
      "name" : "AnyCodable",
      "path" : "Sources/AnyCodable",
      "product_memberships" : [
        "AnyCodable"
      ],
      "sources" : [
        "AnyCodable.swift",
        "AnyDecodable.swift",
        "AnyEncodable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "AnyCodable",
    "schemes" : [
      "AnyCodable-Package"
    ],
    "targets" : [
      "AnyCodable",
      "AnyCodablePackageDescription",
      "AnyCodablePackageTests",
      "AnyCodableTests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AnyCodable-Package -destination generic/platform=watchOS 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 AnyCodable-Package -destination generic/platform=watchOS "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
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target 'AnyCodable' in project 'AnyCodable' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: e852e13d1bdba9f0e3769fc90cdb9912
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/e852e13d1bdba9f0e3769fc90cdb9912.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/AnyCodable.xcodeproj
    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/AnyCodable.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/AnyCodable.xcodeproj
    /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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
    cd /Users/admin/builder/spi-builder-workspace/AnyCodable.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
    cd /Users/admin/builder/spi-builder-workspace/AnyCodable.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.LinkFileList (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.LinkFileList (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable_const_extract_protocols.json (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.LinkFileList (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable_const_extract_protocols.json (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable-OutputFileMap.json (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable-OutputFileMap.json (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable-OutputFileMap.json (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable_const_extract_protocols.json (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.SwiftFileList (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.SwiftConstValuesFileList (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.SwiftFileList (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.SwiftConstValuesFileList (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.SwiftFileList (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.SwiftConstValuesFileList (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/AnyCodable.DependencyMetadataFileList (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/AnyCodable.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/AnyCodable.DependencyStaticMetadataFileList (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/AnyCodable.DependencyStaticMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Headers (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Headers
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Info.plist /Users/admin/builder/spi-builder-workspace/AnyCodable.xcodeproj/AnyCodable_Info.plist (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/AnyCodable.xcodeproj/AnyCodable_Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform watchos -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Info.plist
SwiftDriver AnyCodable normal armv7k com.apple.xcode.tools.swift.compiler (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AnyCodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.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 -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-library-evolution -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable-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/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.swiftmodule -emit-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.swiftinterface -emit-private-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.private.swiftinterface -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/AnyCodable.build/Debug-watchos/AnyCodable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable-Swift.h -no-verify-emitted-module-interface -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriver AnyCodable normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AnyCodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.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 -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-library-evolution -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable-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/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.swiftmodule -emit-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.swiftinterface -emit-private-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.private.swiftinterface -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/AnyCodable.build/Debug-watchos/AnyCodable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable-Swift.h -no-verify-emitted-module-interface -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriver AnyCodable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AnyCodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.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 -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-library-evolution -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable-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/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftmodule -emit-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftinterface -emit-private-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.private.swiftinterface -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/AnyCodable.build/Debug-watchos/AnyCodable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable-Swift.h -no-verify-emitted-module-interface -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ AnyCodable (in target 'AnyCodable' from project 'AnyCodable')
EmitSwiftModule normal arm64_32 (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/AnyCodable/AnyCodable.swift:15:23: warning: public struct 'AnyCodable.AnyCodable' shadows module 'AnyCodable', which may cause failures when importing 'AnyCodable' or its clients in some configurations; please rename either the struct 'AnyCodable.AnyCodable' or the module 'AnyCodable', or see https://github.com/apple/swift/issues/56573 for workarounds
@frozen public struct AnyCodable: Codable {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/AnyCodable/AnyCodable.swift:15:23: warning: public struct 'AnyCodable.AnyCodable' shadows module 'AnyCodable', which may cause failures when importing 'AnyCodable' or its clients in some configurations; please rename either the struct 'AnyCodable.AnyCodable' or the module 'AnyCodable', or see https://github.com/apple/swift/issues/56573 for workarounds
@frozen public struct AnyCodable: Codable {
                      ^
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745733451344367-swift-frontend-AnyCodable-all-arm64_32_apple_watchos2.0-swiftmodule-Onone-3005893196.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4154 seconds (3.4912 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0257 ( 18.6%)   0.0962 ( 34.7%)   0.1218 ( 29.3%)   1.6101 ( 46.1%)  parse-and-resolve-imports
   0.0255 ( 18.5%)   0.0960 ( 34.6%)   0.1215 ( 29.3%)   1.6098 ( 46.1%)  Import resolution
   0.0133 (  9.6%)   0.0306 ( 11.0%)   0.0439 ( 10.6%)   0.0921 (  2.6%)  load-stdlib
   0.0196 ( 14.2%)   0.0131 (  4.7%)   0.0327 (  7.9%)   0.0494 (  1.4%)  perform-sema
   0.0196 ( 14.2%)   0.0130 (  4.7%)   0.0326 (  7.8%)   0.0494 (  1.4%)  Type checking and Semantic analysis
   0.0194 ( 14.1%)   0.0128 (  4.6%)   0.0322 (  7.8%)   0.0490 (  1.4%)  typecheck-decl
   0.0041 (  3.0%)   0.0055 (  2.0%)   0.0096 (  2.3%)   0.0099 (  0.3%)  SIL optimization
   0.0044 (  3.2%)   0.0016 (  0.6%)   0.0060 (  1.4%)   0.0060 (  0.2%)  build-rewrite-system
   0.0033 (  2.4%)   0.0026 (  0.9%)   0.0059 (  1.4%)   0.0059 (  0.2%)  SILGen
   0.0008 (  0.6%)   0.0022 (  0.8%)   0.0030 (  0.7%)   0.0034 (  0.1%)  Serialization, swiftmodule
   0.0010 (  0.8%)   0.0019 (  0.7%)   0.0029 (  0.7%)   0.0029 (  0.1%)  import-clang-decl
   0.0007 (  0.5%)   0.0007 (  0.3%)   0.0014 (  0.3%)   0.0014 (  0.0%)  SILGen-function
   0.0002 (  0.1%)   0.0009 (  0.3%)   0.0011 (  0.3%)   0.0011 (  0.0%)  Serialization, swiftdoc
   0.0004 (  0.3%)   0.0001 (  0.0%)   0.0005 (  0.1%)   0.0005 (  0.0%)  Serialization, swiftsourceinfo
   0.0002 (  0.1%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-module-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1381 (100.0%)   0.2773 (100.0%)   0.4154 (100.0%)   3.4912 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2246 seconds (1.7804 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0698 (100.0%)   0.1549 (100.0%)   0.2246 (100.0%)   1.7804 (100.0%)  Building Target
   0.0698 (100.0%)   0.1549 (100.0%)   0.2246 (100.0%)   1.7804 (100.0%)  Total
SwiftCompile normal arm64_32 Compiling\ AnyDecodable.swift /Users/admin/builder/spi-builder-workspace/Sources/AnyCodable/AnyDecodable.swift (in target 'AnyCodable' from project 'AnyCodable')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/AnyCodable/AnyDecodable.swift (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745733451341720-swift-frontend-AnyCodable-AnyDecodable.swift-arm64_32_apple_watchos2.0-o-Onone-3180738956.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5655 seconds (3.8114 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0200 (  6.5%)   0.0820 ( 31.9%)   0.1019 ( 18.0%)   1.6790 ( 44.1%)  parse-and-resolve-imports
   0.0198 (  6.4%)   0.0818 ( 31.8%)   0.1017 ( 18.0%)   1.6787 ( 44.0%)  Import resolution
   0.0017 (  0.5%)   0.0179 (  7.0%)   0.0196 (  3.5%)   0.1109 (  2.9%)  load-stdlib
   0.0799 ( 25.9%)   0.0278 ( 10.8%)   0.1078 ( 19.1%)   0.1079 (  2.8%)  build-rewrite-system
   0.0462 ( 15.0%)   0.0091 (  3.6%)   0.0553 (  9.8%)   0.0554 (  1.5%)  perform-sema
   0.0461 ( 15.0%)   0.0091 (  3.5%)   0.0553 (  9.8%)   0.0554 (  1.5%)  Type checking and Semantic analysis
   0.0330 ( 10.7%)   0.0045 (  1.8%)   0.0376 (  6.6%)   0.0376 (  1.0%)  typecheck-stmt
   0.0125 (  4.1%)   0.0108 (  4.2%)   0.0233 (  4.1%)   0.0233 (  0.6%)  import-clang-decl
   0.0126 (  4.1%)   0.0045 (  1.8%)   0.0172 (  3.0%)   0.0172 (  0.5%)  typecheck-decl
   0.0083 (  2.7%)   0.0024 (  0.9%)   0.0107 (  1.9%)   0.0107 (  0.3%)  typecheck-expr
   0.0059 (  1.9%)   0.0041 (  1.6%)   0.0100 (  1.8%)   0.0100 (  0.3%)  IRGen
   0.0057 (  1.8%)   0.0013 (  0.5%)   0.0069 (  1.2%)   0.0070 (  0.2%)  SILGen
   0.0056 (  1.8%)   0.0003 (  0.1%)   0.0059 (  1.0%)   0.0059 (  0.2%)  precheck-target
   0.0048 (  1.6%)   0.0011 (  0.4%)   0.0058 (  1.0%)   0.0059 (  0.2%)  SILGen-function
   0.0053 (  1.7%)   0.0001 (  0.1%)   0.0054 (  1.0%)   0.0054 (  0.1%)  SIL optimization
   0.0008 (  0.2%)   0.0002 (  0.1%)   0.0010 (  0.2%)   0.0010 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.3082 (100.0%)   0.2573 (100.0%)   0.5655 (100.0%)   3.8114 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.4874 seconds (3.2187 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9191 (100.0%)   0.5683 (100.0%)   1.4874 (100.0%)   3.2187 (100.0%)  Building Target
   0.9191 (100.0%)   0.5683 (100.0%)   1.4874 (100.0%)   3.2187 (100.0%)  Total
SwiftEmitModule normal arm64 Emitting\ module\ for\ AnyCodable (in target 'AnyCodable' from project 'AnyCodable')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745733451344196-swift-frontend-AnyCodable-all-arm64_apple_watchos2.0-swiftmodule-Onone-1131742885.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3201 seconds (3.4703 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0202 ( 19.2%)   0.0855 ( 39.8%)   0.1057 ( 33.0%)   1.6428 ( 47.3%)  parse-and-resolve-imports
   0.0201 ( 19.1%)   0.0853 ( 39.7%)   0.1054 ( 32.9%)   1.6425 ( 47.3%)  Import resolution
   0.0017 (  1.6%)   0.0207 (  9.6%)   0.0224 (  7.0%)   0.0980 (  2.8%)  load-stdlib
   0.0166 ( 15.8%)   0.0059 (  2.8%)   0.0225 (  7.0%)   0.0226 (  0.7%)  perform-sema
   0.0166 ( 15.8%)   0.0059 (  2.7%)   0.0225 (  7.0%)   0.0225 (  0.6%)  Type checking and Semantic analysis
   0.0165 ( 15.7%)   0.0056 (  2.6%)   0.0221 (  6.9%)   0.0221 (  0.6%)  typecheck-decl
   0.0040 (  3.8%)   0.0018 (  0.9%)   0.0059 (  1.8%)   0.0059 (  0.2%)  SIL optimization
   0.0039 (  3.7%)   0.0012 (  0.5%)   0.0050 (  1.6%)   0.0050 (  0.1%)  build-rewrite-system
   0.0025 (  2.4%)   0.0008 (  0.4%)   0.0034 (  1.1%)   0.0034 (  0.1%)  SILGen
   0.0010 (  1.0%)   0.0016 (  0.8%)   0.0027 (  0.8%)   0.0027 (  0.1%)  import-clang-decl
   0.0008 (  0.7%)   0.0003 (  0.1%)   0.0011 (  0.3%)   0.0011 (  0.0%)  Serialization, swiftmodule
   0.0006 (  0.6%)   0.0001 (  0.0%)   0.0007 (  0.2%)   0.0007 (  0.0%)  SILGen-function
   0.0004 (  0.3%)   0.0001 (  0.0%)   0.0004 (  0.1%)   0.0005 (  0.0%)  Serialization, swiftsourceinfo
   0.0002 (  0.2%)   0.0001 (  0.0%)   0.0002 (  0.1%)   0.0002 (  0.0%)  Serialization, swiftdoc
   0.0001 (  0.1%)   0.0000 (  0.0%)   0.0002 (  0.1%)   0.0002 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-module-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1052 (100.0%)   0.2150 (100.0%)   0.3201 (100.0%)   3.4703 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1712 seconds (1.7862 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0496 (100.0%)   0.1216 (100.0%)   0.1712 (100.0%)   1.7862 (100.0%)  Building Target
   0.0496 (100.0%)   0.1216 (100.0%)   0.1712 (100.0%)   1.7862 (100.0%)  Total
EmitSwiftModule normal arm64 (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/AnyCodable/AnyCodable.swift:15:23: warning: public struct 'AnyCodable.AnyCodable' shadows module 'AnyCodable', which may cause failures when importing 'AnyCodable' or its clients in some configurations; please rename either the struct 'AnyCodable.AnyCodable' or the module 'AnyCodable', or see https://github.com/apple/swift/issues/56573 for workarounds
@frozen public struct AnyCodable: Codable {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/AnyCodable/AnyCodable.swift:15:23: warning: public struct 'AnyCodable.AnyCodable' shadows module 'AnyCodable', which may cause failures when importing 'AnyCodable' or its clients in some configurations; please rename either the struct 'AnyCodable.AnyCodable' or the module 'AnyCodable', or see https://github.com/apple/swift/issues/56573 for workarounds
@frozen public struct AnyCodable: Codable {
                      ^
SwiftCompile normal arm64_32 Compiling\ AnyCodable.swift /Users/admin/builder/spi-builder-workspace/Sources/AnyCodable/AnyCodable.swift (in target 'AnyCodable' from project 'AnyCodable')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/AnyCodable/AnyCodable.swift (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745733451352334-swift-frontend-AnyCodable-AnyCodable.swift-arm64_32_apple_watchos2.0-o-Onone-1649745351.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 3.2521 seconds (3.6831 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9827 ( 43.7%)   0.4523 ( 45.1%)   1.4350 ( 44.1%)   1.5758 ( 42.8%)  parse-and-resolve-imports
   0.9826 ( 43.7%)   0.4521 ( 45.1%)   1.4347 ( 44.1%)   1.5754 ( 42.8%)  Import resolution
   0.0018 (  0.1%)   0.0140 (  1.4%)   0.0157 (  0.5%)   0.1184 (  3.2%)  load-stdlib
   0.0823 (  3.7%)   0.0163 (  1.6%)   0.0986 (  3.0%)   0.0986 (  2.7%)  build-rewrite-system
   0.0531 (  2.4%)   0.0176 (  1.8%)   0.0708 (  2.2%)   0.0864 (  2.3%)  perform-sema
   0.0530 (  2.4%)   0.0176 (  1.8%)   0.0707 (  2.2%)   0.0863 (  2.3%)  Type checking and Semantic analysis
   0.0161 (  0.7%)   0.0122 (  1.2%)   0.0284 (  0.9%)   0.0440 (  1.2%)  typecheck-decl
   0.0363 (  1.6%)   0.0052 (  0.5%)   0.0415 (  1.3%)   0.0415 (  1.1%)  typecheck-stmt
   0.0134 (  0.6%)   0.0104 (  1.0%)   0.0238 (  0.7%)   0.0238 (  0.6%)  import-clang-decl
   0.0052 (  0.2%)   0.0024 (  0.2%)   0.0076 (  0.2%)   0.0076 (  0.2%)  IRGen
   0.0064 (  0.3%)   0.0002 (  0.0%)   0.0066 (  0.2%)   0.0066 (  0.2%)  precheck-target
   0.0051 (  0.2%)   0.0007 (  0.1%)   0.0058 (  0.2%)   0.0058 (  0.2%)  SILGen
   0.0046 (  0.2%)   0.0000 (  0.0%)   0.0046 (  0.1%)   0.0046 (  0.1%)  SIL optimization
   0.0039 (  0.2%)   0.0005 (  0.0%)   0.0043 (  0.1%)   0.0043 (  0.1%)  SILGen-function
   0.0022 (  0.1%)   0.0005 (  0.0%)   0.0027 (  0.1%)   0.0027 (  0.1%)  typecheck-expr
   0.0008 (  0.0%)   0.0003 (  0.0%)   0.0010 (  0.0%)   0.0010 (  0.0%)  load-all-members
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   2.2497 (100.0%)   1.0024 (100.0%)   3.2521 (100.0%)   3.6831 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.8639 seconds (3.2100 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.9010 (100.0%)   0.9629 (100.0%)   2.8639 (100.0%)   3.2100 (100.0%)  Building Target
   1.9010 (100.0%)   0.9629 (100.0%)   2.8639 (100.0%)   3.2100 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ AnyCodable.swift /Users/admin/builder/spi-builder-workspace/Sources/AnyCodable/AnyCodable.swift (in target 'AnyCodable' from project 'AnyCodable')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745733451359350-swift-frontend-AnyCodable-AnyCodable.swift-arm64_apple_watchos2.0-o-Onone-4140244972.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6349 seconds (3.7078 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0244 (  7.2%)   0.0920 ( 31.3%)   0.1164 ( 18.3%)   1.6342 ( 44.1%)  parse-and-resolve-imports
   0.0243 (  7.1%)   0.0918 ( 31.2%)   0.1161 ( 18.3%)   1.6338 ( 44.1%)  Import resolution
   0.0804 ( 23.6%)   0.0286 (  9.7%)   0.1090 ( 17.2%)   0.1091 (  2.9%)  build-rewrite-system
   0.0125 (  3.7%)   0.0281 (  9.6%)   0.0406 (  6.4%)   0.0770 (  2.1%)  load-stdlib
   0.0520 ( 15.3%)   0.0110 (  3.7%)   0.0630 (  9.9%)   0.0631 (  1.7%)  perform-sema
   0.0519 ( 15.2%)   0.0110 (  3.7%)   0.0629 (  9.9%)   0.0630 (  1.7%)  Type checking and Semantic analysis
   0.0369 ( 10.8%)   0.0065 (  2.2%)   0.0434 (  6.8%)   0.0434 (  1.2%)  typecheck-stmt
   0.0130 (  3.8%)   0.0104 (  3.5%)   0.0234 (  3.7%)   0.0235 (  0.6%)  import-clang-decl
   0.0144 (  4.2%)   0.0043 (  1.4%)   0.0187 (  2.9%)   0.0187 (  0.5%)  typecheck-decl
   0.0064 (  1.9%)   0.0060 (  2.1%)   0.0125 (  2.0%)   0.0132 (  0.4%)  IRGen
   0.0059 (  1.7%)   0.0017 (  0.6%)   0.0076 (  1.2%)   0.0076 (  0.2%)  SILGen
   0.0066 (  1.9%)   0.0003 (  0.1%)   0.0069 (  1.1%)   0.0068 (  0.2%)  precheck-target
   0.0045 (  1.3%)   0.0014 (  0.5%)   0.0059 (  0.9%)   0.0059 (  0.2%)  SILGen-function
   0.0043 (  1.3%)   0.0004 (  0.1%)   0.0046 (  0.7%)   0.0046 (  0.1%)  SIL optimization
   0.0020 (  0.6%)   0.0005 (  0.2%)   0.0025 (  0.4%)   0.0025 (  0.1%)  typecheck-expr
   0.0007 (  0.2%)   0.0003 (  0.1%)   0.0010 (  0.2%)   0.0010 (  0.0%)  load-all-members
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.3405 (100.0%)   0.2944 (100.0%)   0.6349 (100.0%)   3.7078 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.5694 seconds (3.2018 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9466 (100.0%)   0.6228 (100.0%)   1.5694 (100.0%)   3.2018 (100.0%)  Building Target
   0.9466 (100.0%)   0.6228 (100.0%)   1.5694 (100.0%)   3.2018 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AnyCodable/AnyCodable.swift (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal armv7k Compiling\ AnyCodable.swift /Users/admin/builder/spi-builder-workspace/Sources/AnyCodable/AnyCodable.swift (in target 'AnyCodable' from project 'AnyCodable')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/AnyCodable/AnyCodable.swift (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745733451351945-swift-frontend-AnyCodable-AnyCodable.swift-armv7k_apple_watchos2.0-o-Onone-2790297340.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 3.1900 seconds (3.7341 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8943 ( 42.8%)   0.4768 ( 43.2%)   1.3710 ( 43.0%)   1.6101 ( 43.1%)  parse-and-resolve-imports
   0.8941 ( 42.8%)   0.4765 ( 43.2%)   1.3706 ( 43.0%)   1.6097 ( 43.1%)  Import resolution
   0.0818 (  3.9%)   0.0187 (  1.7%)   0.1006 (  3.2%)   0.1006 (  2.7%)  build-rewrite-system
   0.0542 (  2.6%)   0.0274 (  2.5%)   0.0817 (  2.6%)   0.0900 (  2.4%)  perform-sema
   0.0541 (  2.6%)   0.0274 (  2.5%)   0.0816 (  2.6%)   0.0899 (  2.4%)  Type checking and Semantic analysis
   0.0113 (  0.5%)   0.0318 (  2.9%)   0.0431 (  1.4%)   0.0837 (  2.2%)  load-stdlib
   0.0377 (  1.8%)   0.0068 (  0.6%)   0.0445 (  1.4%)   0.0448 (  1.2%)  typecheck-stmt
   0.0159 (  0.8%)   0.0205 (  1.9%)   0.0363 (  1.1%)   0.0444 (  1.2%)  typecheck-decl
   0.0135 (  0.6%)   0.0105 (  0.9%)   0.0240 (  0.8%)   0.0241 (  0.6%)  import-clang-decl
   0.0063 (  0.3%)   0.0018 (  0.2%)   0.0082 (  0.3%)   0.0082 (  0.2%)  SILGen
   0.0054 (  0.3%)   0.0018 (  0.2%)   0.0073 (  0.2%)   0.0073 (  0.2%)  IRGen
   0.0069 (  0.3%)   0.0003 (  0.0%)   0.0072 (  0.2%)   0.0071 (  0.2%)  precheck-target
   0.0049 (  0.2%)   0.0016 (  0.1%)   0.0065 (  0.2%)   0.0066 (  0.2%)  SILGen-function
   0.0042 (  0.2%)   0.0001 (  0.0%)   0.0043 (  0.1%)   0.0043 (  0.1%)  SIL optimization
   0.0017 (  0.1%)   0.0003 (  0.0%)   0.0021 (  0.1%)   0.0021 (  0.1%)  typecheck-expr
   0.0008 (  0.0%)   0.0002 (  0.0%)   0.0010 (  0.0%)   0.0010 (  0.0%)  load-all-members
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   2.0873 (100.0%)   1.1027 (100.0%)   3.1900 (100.0%)   3.7341 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.8380 seconds (3.2091 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.8273 (100.0%)   1.0108 (100.0%)   2.8380 (100.0%)   3.2091 (100.0%)  Building Target
   1.8273 (100.0%)   1.0108 (100.0%)   2.8380 (100.0%)   3.2091 (100.0%)  Total
SwiftCompile normal arm64_32 Compiling\ AnyEncodable.swift /Users/admin/builder/spi-builder-workspace/Sources/AnyCodable/AnyEncodable.swift (in target 'AnyCodable' from project 'AnyCodable')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745733451364680-swift-frontend-AnyCodable-AnyEncodable.swift-arm64_32_apple_watchos2.0-o-Onone-2594876714.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6416 seconds (3.7431 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0175 (  4.7%)   0.0733 ( 27.3%)   0.0908 ( 14.1%)   1.5676 ( 41.9%)  parse-and-resolve-imports
   0.0174 (  4.7%)   0.0731 ( 27.2%)   0.0905 ( 14.1%)   1.5673 ( 41.9%)  Import resolution
   0.0014 (  0.4%)   0.0067 (  2.5%)   0.0081 (  1.3%)   0.1170 (  3.1%)  load-stdlib
   0.0828 ( 22.2%)   0.0278 ( 10.4%)   0.1106 ( 17.2%)   0.1107 (  3.0%)  build-rewrite-system
   0.0623 ( 16.7%)   0.0213 (  7.9%)   0.0835 ( 13.0%)   0.0965 (  2.6%)  perform-sema
   0.0622 ( 16.7%)   0.0213 (  7.9%)   0.0835 ( 13.0%)   0.0964 (  2.6%)  Type checking and Semantic analysis
   0.0445 ( 11.9%)   0.0080 (  3.0%)   0.0525 (  8.2%)   0.0526 (  1.4%)  typecheck-stmt
   0.0171 (  4.6%)   0.0134 (  5.0%)   0.0305 (  4.8%)   0.0433 (  1.2%)  typecheck-decl
   0.0122 (  3.3%)   0.0105 (  3.9%)   0.0226 (  3.5%)   0.0227 (  0.6%)  import-clang-decl
   0.0160 (  4.3%)   0.0040 (  1.5%)   0.0199 (  3.1%)   0.0199 (  0.5%)  typecheck-expr
   0.0097 (  2.6%)   0.0044 (  1.6%)   0.0141 (  2.2%)   0.0142 (  0.4%)  IRGen
   0.0075 (  2.0%)   0.0014 (  0.5%)   0.0089 (  1.4%)   0.0089 (  0.2%)  SILGen
   0.0070 (  1.9%)   0.0011 (  0.4%)   0.0081 (  1.3%)   0.0081 (  0.2%)  precheck-target
   0.0063 (  1.7%)   0.0012 (  0.4%)   0.0074 (  1.2%)   0.0074 (  0.2%)  SILGen-function
   0.0067 (  1.8%)   0.0001 (  0.0%)   0.0068 (  1.1%)   0.0068 (  0.2%)  SIL optimization
   0.0016 (  0.4%)   0.0008 (  0.3%)   0.0025 (  0.4%)   0.0025 (  0.1%)  typecheck-expr-pattern
   0.0007 (  0.2%)   0.0004 (  0.1%)   0.0011 (  0.2%)   0.0011 (  0.0%)  load-all-members
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.3729 (100.0%)   0.2687 (100.0%)   0.6416 (100.0%)   3.7431 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.5388 seconds (3.2028 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9758 (100.0%)   0.5630 (100.0%)   1.5388 (100.0%)   3.2028 (100.0%)  Building Target
   0.9758 (100.0%)   0.5630 (100.0%)   1.5388 (100.0%)   3.2028 (100.0%)  Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/AnyCodable/AnyEncodable.swift (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ AnyEncodable.swift /Users/admin/builder/spi-builder-workspace/Sources/AnyCodable/AnyEncodable.swift (in target 'AnyCodable' from project 'AnyCodable')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745733451362990-swift-frontend-AnyCodable-AnyEncodable.swift-arm64_apple_watchos2.0-o-Onone-3519970176.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.6809 seconds (3.7480 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.4145 ( 35.8%)   0.2111 ( 40.5%)   0.6255 ( 37.2%)   1.6061 ( 42.9%)  parse-and-resolve-imports
   0.4143 ( 35.7%)   0.2109 ( 40.4%)   0.6253 ( 37.2%)   1.6058 ( 42.8%)  Import resolution
   0.0815 (  7.0%)   0.0200 (  3.8%)   0.1015 (  6.0%)   0.1015 (  2.7%)  build-rewrite-system
   0.0600 (  5.2%)   0.0178 (  3.4%)   0.0778 (  4.6%)   0.0905 (  2.4%)  perform-sema
   0.0599 (  5.2%)   0.0178 (  3.4%)   0.0777 (  4.6%)   0.0904 (  2.4%)  Type checking and Semantic analysis
   0.0015 (  0.1%)   0.0083 (  1.6%)   0.0098 (  0.6%)   0.0776 (  2.1%)  load-stdlib
   0.0427 (  3.7%)   0.0041 (  0.8%)   0.0468 (  2.8%)   0.0469 (  1.3%)  typecheck-stmt
   0.0166 (  1.4%)   0.0132 (  2.5%)   0.0298 (  1.8%)   0.0425 (  1.1%)  typecheck-decl
   0.0126 (  1.1%)   0.0103 (  2.0%)   0.0229 (  1.4%)   0.0229 (  0.6%)  import-clang-decl
   0.0159 (  1.4%)   0.0024 (  0.5%)   0.0183 (  1.1%)   0.0183 (  0.5%)  typecheck-expr
   0.0085 (  0.7%)   0.0027 (  0.5%)   0.0113 (  0.7%)   0.0113 (  0.3%)  IRGen
   0.0080 (  0.7%)   0.0009 (  0.2%)   0.0089 (  0.5%)   0.0089 (  0.2%)  SILGen
   0.0068 (  0.6%)   0.0007 (  0.1%)   0.0075 (  0.4%)   0.0075 (  0.2%)  SILGen-function
   0.0069 (  0.6%)   0.0003 (  0.1%)   0.0072 (  0.4%)   0.0072 (  0.2%)  SIL optimization
   0.0066 (  0.6%)   0.0003 (  0.1%)   0.0069 (  0.4%)   0.0069 (  0.2%)  precheck-target
   0.0017 (  0.1%)   0.0002 (  0.0%)   0.0020 (  0.1%)   0.0020 (  0.1%)  typecheck-expr-pattern
   0.0009 (  0.1%)   0.0005 (  0.1%)   0.0014 (  0.1%)   0.0014 (  0.0%)  load-all-members
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   1.1592 (100.0%)   0.5217 (100.0%)   1.6809 (100.0%)   3.7480 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.0727 seconds (3.2040 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.3750 (100.0%)   0.6977 (100.0%)   2.0727 (100.0%)   3.2040 (100.0%)  Building Target
   1.3750 (100.0%)   0.6977 (100.0%)   2.0727 (100.0%)   3.2040 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AnyCodable/AnyEncodable.swift (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ AnyDecodable.swift /Users/admin/builder/spi-builder-workspace/Sources/AnyCodable/AnyDecodable.swift (in target 'AnyCodable' from project 'AnyCodable')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745733451364389-swift-frontend-AnyCodable-AnyDecodable.swift-arm64_apple_watchos2.0-o-Onone-1040035482.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 2.2466 seconds (3.6880 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.5907 ( 40.8%)   0.3477 ( 43.5%)   0.9384 ( 41.8%)   1.6041 ( 43.5%)  parse-and-resolve-imports
   0.5906 ( 40.8%)   0.3475 ( 43.5%)   0.9381 ( 41.8%)   1.6038 ( 43.5%)  Import resolution
   0.0823 (  5.7%)   0.0210 (  2.6%)   0.1033 (  4.6%)   0.1034 (  2.8%)  build-rewrite-system
   0.0013 (  0.1%)   0.0065 (  0.8%)   0.0079 (  0.4%)   0.0780 (  2.1%)  load-stdlib
   0.0448 (  3.1%)   0.0186 (  2.3%)   0.0634 (  2.8%)   0.0760 (  2.1%)  perform-sema
   0.0448 (  3.1%)   0.0186 (  2.3%)   0.0634 (  2.8%)   0.0759 (  2.1%)  Type checking and Semantic analysis
   0.0130 (  0.9%)   0.0148 (  1.9%)   0.0278 (  1.2%)   0.0403 (  1.1%)  typecheck-decl
   0.0314 (  2.2%)   0.0041 (  0.5%)   0.0356 (  1.6%)   0.0360 (  1.0%)  typecheck-stmt
   0.0126 (  0.9%)   0.0105 (  1.3%)   0.0231 (  1.0%)   0.0232 (  0.6%)  import-clang-decl
   0.0054 (  0.4%)   0.0057 (  0.7%)   0.0112 (  0.5%)   0.0123 (  0.3%)  IRGen
   0.0076 (  0.5%)   0.0026 (  0.3%)   0.0102 (  0.5%)   0.0106 (  0.3%)  typecheck-expr
   0.0058 (  0.4%)   0.0009 (  0.1%)   0.0067 (  0.3%)   0.0067 (  0.2%)  SILGen
   0.0050 (  0.3%)   0.0008 (  0.1%)   0.0058 (  0.3%)   0.0058 (  0.2%)  SILGen-function
   0.0054 (  0.4%)   0.0001 (  0.0%)   0.0054 (  0.2%)   0.0056 (  0.2%)  SIL optimization
   0.0053 (  0.4%)   0.0001 (  0.0%)   0.0054 (  0.2%)   0.0054 (  0.1%)  precheck-target
   0.0007 (  0.1%)   0.0003 (  0.0%)   0.0010 (  0.0%)   0.0010 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   1.4468 (100.0%)   0.7997 (100.0%)   2.2466 (100.0%)   3.6880 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.3656 seconds (3.1957 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.5039 (100.0%)   0.8617 (100.0%)   2.3656 (100.0%)   3.1957 (100.0%)  Building Target
   1.5039 (100.0%)   0.8617 (100.0%)   2.3656 (100.0%)   3.1957 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AnyCodable/AnyDecodable.swift (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace

SwiftEmitModule normal armv7k Emitting\ module\ for\ AnyCodable (in target 'AnyCodable' from project 'AnyCodable')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745733451363715-swift-frontend-AnyCodable-all-armv7k_apple_watchos2.0-swiftmodule-Onone-3419412822.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2944 seconds (3.7305 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0197 ( 17.3%)   0.0709 ( 39.2%)   0.0906 ( 30.8%)   1.7499 ( 46.9%)  parse-and-resolve-imports
   0.0195 ( 17.2%)   0.0703 ( 38.9%)   0.0898 ( 30.5%)   1.7491 ( 46.9%)  Import resolution
   0.0016 (  1.4%)   0.0104 (  5.8%)   0.0120 (  4.1%)   0.1294 (  3.5%)  load-stdlib
   0.0193 ( 17.0%)   0.0075 (  4.2%)   0.0268 (  9.1%)   0.0268 (  0.7%)  perform-sema
   0.0193 ( 16.9%)   0.0075 (  4.2%)   0.0268 (  9.1%)   0.0268 (  0.7%)  Type checking and Semantic analysis
   0.0191 ( 16.8%)   0.0073 (  4.0%)   0.0264 (  9.0%)   0.0264 (  0.7%)  typecheck-decl
   0.0045 (  3.9%)   0.0018 (  1.0%)   0.0063 (  2.1%)   0.0063 (  0.2%)  build-rewrite-system
   0.0040 (  3.5%)   0.0015 (  0.8%)   0.0055 (  1.9%)   0.0055 (  0.1%)  SIL optimization
   0.0032 (  2.8%)   0.0007 (  0.4%)   0.0039 (  1.3%)   0.0039 (  0.1%)  SILGen
   0.0013 (  1.2%)   0.0023 (  1.2%)   0.0036 (  1.2%)   0.0036 (  0.1%)  import-clang-decl
   0.0009 (  0.8%)   0.0002 (  0.1%)   0.0011 (  0.4%)   0.0011 (  0.0%)  Serialization, swiftmodule
   0.0006 (  0.6%)   0.0001 (  0.1%)   0.0008 (  0.3%)   0.0008 (  0.0%)  SILGen-function
   0.0003 (  0.3%)   0.0001 (  0.0%)   0.0004 (  0.1%)   0.0004 (  0.0%)  Serialization, swiftsourceinfo
   0.0002 (  0.2%)   0.0000 (  0.0%)   0.0002 (  0.1%)   0.0002 (  0.0%)  Serialization, swiftdoc
   0.0002 (  0.1%)   0.0000 (  0.0%)   0.0002 (  0.1%)   0.0002 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-module-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.1137 (100.0%)   0.1808 (100.0%)   0.2944 (100.0%)   3.7305 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1462 seconds (1.9229 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0519 (100.0%)   0.0943 (100.0%)   0.1462 (100.0%)   1.9229 (100.0%)  Building Target
   0.0519 (100.0%)   0.0943 (100.0%)   0.1462 (100.0%)   1.9229 (100.0%)  Total
EmitSwiftModule normal armv7k (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/AnyCodable/AnyCodable.swift:15:23: warning: public struct 'AnyCodable.AnyCodable' shadows module 'AnyCodable', which may cause failures when importing 'AnyCodable' or its clients in some configurations; please rename either the struct 'AnyCodable.AnyCodable' or the module 'AnyCodable', or see https://github.com/apple/swift/issues/56573 for workarounds
@frozen public struct AnyCodable: Codable {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/AnyCodable/AnyCodable.swift:15:23: warning: public struct 'AnyCodable.AnyCodable' shadows module 'AnyCodable', which may cause failures when importing 'AnyCodable' or its clients in some configurations; please rename either the struct 'AnyCodable.AnyCodable' or the module 'AnyCodable', or see https://github.com/apple/swift/issues/56573 for workarounds
@frozen public struct AnyCodable: Codable {
                      ^
SwiftCompile normal armv7k Compiling\ AnyEncodable.swift /Users/admin/builder/spi-builder-workspace/Sources/AnyCodable/AnyEncodable.swift (in target 'AnyCodable' from project 'AnyCodable')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745733453203440-swift-frontend-AnyCodable-AnyEncodable.swift-armv7k_apple_watchos2.0-o-Onone-3471486302.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5144 seconds (0.5188 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0800 ( 21.3%)   0.0277 ( 20.0%)   0.1077 ( 20.9%)   0.1080 ( 20.8%)  build-rewrite-system
   0.0631 ( 16.8%)   0.0141 ( 10.2%)   0.0772 ( 15.0%)   0.0783 ( 15.1%)  perform-sema
   0.0630 ( 16.8%)   0.0141 ( 10.2%)   0.0771 ( 15.0%)   0.0782 ( 15.1%)  Type checking and Semantic analysis
   0.0456 ( 12.1%)   0.0068 (  4.9%)   0.0523 ( 10.2%)   0.0534 ( 10.3%)  typecheck-stmt
   0.0170 (  4.5%)   0.0217 ( 15.7%)   0.0387 (  7.5%)   0.0387 (  7.5%)  parse-and-resolve-imports
   0.0169 (  4.5%)   0.0215 ( 15.6%)   0.0384 (  7.5%)   0.0385 (  7.4%)  Import resolution
   0.0167 (  4.4%)   0.0072 (  5.2%)   0.0238 (  4.6%)   0.0239 (  4.6%)  typecheck-decl
   0.0126 (  3.4%)   0.0111 (  8.0%)   0.0237 (  4.6%)   0.0238 (  4.6%)  import-clang-decl
   0.0174 (  4.6%)   0.0032 (  2.3%)   0.0206 (  4.0%)   0.0212 (  4.1%)  typecheck-expr
   0.0105 (  2.8%)   0.0043 (  3.1%)   0.0149 (  2.9%)   0.0149 (  2.9%)  IRGen
   0.0085 (  2.2%)   0.0017 (  1.2%)   0.0102 (  2.0%)   0.0102 (  2.0%)  SILGen
   0.0071 (  1.9%)   0.0014 (  1.0%)   0.0086 (  1.7%)   0.0086 (  1.7%)  SILGen-function
   0.0070 (  1.9%)   0.0005 (  0.3%)   0.0075 (  1.5%)   0.0075 (  1.4%)  precheck-target
   0.0069 (  1.8%)   0.0002 (  0.2%)   0.0071 (  1.4%)   0.0071 (  1.4%)  SIL optimization
   0.0010 (  0.3%)   0.0018 (  1.3%)   0.0028 (  0.6%)   0.0029 (  0.6%)  load-stdlib
   0.0018 (  0.5%)   0.0005 (  0.4%)   0.0024 (  0.5%)   0.0024 (  0.5%)  typecheck-expr-pattern
   0.0008 (  0.2%)   0.0004 (  0.3%)   0.0011 (  0.2%)   0.0011 (  0.2%)  load-all-members
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.3761 (100.0%)   0.1383 (100.0%)   0.5144 (100.0%)   0.5188 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.3059 seconds (1.3615 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9057 (100.0%)   0.4002 (100.0%)   1.3059 (100.0%)   1.3615 (100.0%)  Building Target
   0.9057 (100.0%)   0.4002 (100.0%)   1.3059 (100.0%)   1.3615 (100.0%)  Total
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/AnyCodable/AnyEncodable.swift (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64_32 Emitting module for AnyCodable (in target 'AnyCodable' from project 'AnyCodable')
SwiftCompile normal armv7k Compiling\ AnyDecodable.swift /Users/admin/builder/spi-builder-workspace/Sources/AnyCodable/AnyDecodable.swift (in target 'AnyCodable' from project 'AnyCodable')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745733453204232-swift-frontend-AnyCodable-AnyDecodable.swift-armv7k_apple_watchos2.0-o-Onone-2356565068.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4261 seconds (0.4274 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0803 ( 26.7%)   0.0289 ( 23.2%)   0.1092 ( 25.6%)   0.1093 ( 25.6%)  build-rewrite-system
   0.0457 ( 15.2%)   0.0106 (  8.5%)   0.0563 ( 13.2%)   0.0566 ( 13.2%)  perform-sema
   0.0457 ( 15.2%)   0.0106 (  8.5%)   0.0563 ( 13.2%)   0.0566 ( 13.2%)  Type checking and Semantic analysis
   0.0170 (  5.6%)   0.0220 ( 17.6%)   0.0390 (  9.1%)   0.0390 (  9.1%)  parse-and-resolve-imports
   0.0168 (  5.6%)   0.0218 ( 17.4%)   0.0386 (  9.1%)   0.0386 (  9.0%)  Import resolution
   0.0330 ( 11.0%)   0.0049 (  3.9%)   0.0380 (  8.9%)   0.0382 (  8.9%)  typecheck-stmt
   0.0127 (  4.2%)   0.0106 (  8.5%)   0.0233 (  5.5%)   0.0234 (  5.5%)  import-clang-decl
   0.0122 (  4.0%)   0.0056 (  4.5%)   0.0178 (  4.2%)   0.0178 (  4.2%)  typecheck-decl
   0.0082 (  2.7%)   0.0025 (  2.0%)   0.0106 (  2.5%)   0.0107 (  2.5%)  typecheck-expr
   0.0063 (  2.1%)   0.0033 (  2.7%)   0.0097 (  2.3%)   0.0097 (  2.3%)  IRGen
   0.0055 (  1.8%)   0.0010 (  0.8%)   0.0066 (  1.5%)   0.0066 (  1.5%)  SILGen
   0.0055 (  1.8%)   0.0003 (  0.3%)   0.0059 (  1.4%)   0.0059 (  1.4%)  SIL optimization
   0.0056 (  1.9%)   0.0002 (  0.2%)   0.0059 (  1.4%)   0.0058 (  1.4%)  precheck-target
   0.0047 (  1.6%)   0.0008 (  0.6%)   0.0055 (  1.3%)   0.0055 (  1.3%)  SILGen-function
   0.0010 (  0.3%)   0.0015 (  1.2%)   0.0024 (  0.6%)   0.0024 (  0.6%)  load-stdlib
   0.0008 (  0.3%)   0.0002 (  0.2%)   0.0010 (  0.2%)   0.0010 (  0.2%)  load-all-members
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.3012 (100.0%)   0.1249 (100.0%)   0.4261 (100.0%)   0.4274 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.2983 seconds (1.3547 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8779 (100.0%)   0.4205 (100.0%)   1.2983 (100.0%)   1.3547 (100.0%)  Building Target
   0.8779 (100.0%)   0.4205 (100.0%)   1.2983 (100.0%)   1.3547 (100.0%)  Total
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/AnyCodable/AnyDecodable.swift (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64 Emitting module for AnyCodable (in target 'AnyCodable' from project 'AnyCodable')
SwiftDriver\ Compilation\ Requirements AnyCodable normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AnyCodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.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 -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-library-evolution -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable-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/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.swiftmodule -emit-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.swiftinterface -emit-private-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.private.swiftinterface -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/AnyCodable.build/Debug-watchos/AnyCodable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable-Swift.h -no-verify-emitted-module-interface -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal armv7k Emitting module for AnyCodable (in target 'AnyCodable' from project 'AnyCodable')
SwiftDriver\ Compilation\ Requirements AnyCodable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AnyCodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.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 -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-library-evolution -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable-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/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftmodule -emit-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftinterface -emit-private-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.private.swiftinterface -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/AnyCodable.build/Debug-watchos/AnyCodable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable-Swift.h -no-verify-emitted-module-interface -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriver\ Compilation\ Requirements AnyCodable normal armv7k com.apple.xcode.tools.swift.compiler (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AnyCodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.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 -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-library-evolution -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable-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/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.swiftmodule -emit-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.swiftinterface -emit-private-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.private.swiftinterface -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/AnyCodable.build/Debug-watchos/AnyCodable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable-Swift.h -no-verify-emitted-module-interface -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.swiftmodule (in target 'AnyCodable' from project 'AnyCodable')
    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/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/arm64_32-apple-watchos.swiftmodule
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Headers/AnyCodable-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable-Swift.h (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable-Swift.h -arch armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Headers/AnyCodable-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.swiftmodule (in target 'AnyCodable' from project 'AnyCodable')
    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/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/armv7k-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/armv7k-apple-watchos.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.swiftinterface (in target 'AnyCodable' from project 'AnyCodable')
    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/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/armv7k-apple-watchos.swiftinterface
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/armv7k-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.swiftdoc (in target 'AnyCodable' from project 'AnyCodable')
    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/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/armv7k-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/armv7k-apple-watchos.private.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.private.swiftinterface (in target 'AnyCodable' from project 'AnyCodable')
    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/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.private.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/armv7k-apple-watchos.private.swiftinterface
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.abi.json (in target 'AnyCodable' from project 'AnyCodable')
    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/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/armv7k-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/arm64_32-apple-watchos.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.swiftinterface (in target 'AnyCodable' from project 'AnyCodable')
    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/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/arm64_32-apple-watchos.swiftinterface
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.swiftdoc (in target 'AnyCodable' from project 'AnyCodable')
    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/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/arm64_32-apple-watchos.private.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.private.swiftinterface (in target 'AnyCodable' from project 'AnyCodable')
    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/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.private.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/arm64_32-apple-watchos.private.swiftinterface
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.abi.json (in target 'AnyCodable' from project 'AnyCodable')
    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/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftmodule (in target 'AnyCodable' from project 'AnyCodable')
    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/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/arm64-apple-watchos.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftinterface (in target 'AnyCodable' from project 'AnyCodable')
    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/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/arm64-apple-watchos.swiftinterface
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftdoc (in target 'AnyCodable' from project 'AnyCodable')
    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/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/arm64-apple-watchos.private.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.private.swiftinterface (in target 'AnyCodable' from project 'AnyCodable')
    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/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.private.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/arm64-apple-watchos.private.swiftinterface
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.abi.json (in target 'AnyCodable' from project 'AnyCodable')
    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/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.swiftsourceinfo (in target 'AnyCodable' from project 'AnyCodable')
    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/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.swiftsourceinfo (in target 'AnyCodable' from project 'AnyCodable')
    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/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftsourceinfo (in target 'AnyCodable' from project 'AnyCodable')
    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/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling AnyDecodable.swift (in target 'AnyCodable' from project 'AnyCodable')
SwiftDriverJobDiscovery normal arm64 Compiling AnyCodable.swift (in target 'AnyCodable' from project 'AnyCodable')
SwiftDriverJobDiscovery normal arm64_32 Compiling AnyDecodable.swift (in target 'AnyCodable' from project 'AnyCodable')
SwiftDriverJobDiscovery normal arm64_32 Compiling AnyCodable.swift (in target 'AnyCodable' from project 'AnyCodable')
SwiftDriverJobDiscovery normal armv7k Compiling AnyEncodable.swift (in target 'AnyCodable' from project 'AnyCodable')
SwiftDriverJobDiscovery normal armv7k Compiling AnyDecodable.swift (in target 'AnyCodable' from project 'AnyCodable')
SwiftDriverJobDiscovery normal arm64 Compiling AnyEncodable.swift (in target 'AnyCodable' from project 'AnyCodable')
SwiftDriverJobDiscovery normal arm64_32 Compiling AnyEncodable.swift (in target 'AnyCodable' from project 'AnyCodable')
SwiftDriverJobDiscovery normal armv7k Compiling AnyCodable.swift (in target 'AnyCodable' from project 'AnyCodable')
SwiftDriver\ Compilation AnyCodable normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AnyCodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.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 -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-library-evolution -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable-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/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.swiftmodule -emit-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.swiftinterface -emit-private-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.private.swiftinterface -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/AnyCodable.build/Debug-watchos/AnyCodable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable-Swift.h -no-verify-emitted-module-interface -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriver\ Compilation AnyCodable normal armv7k com.apple.xcode.tools.swift.compiler (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AnyCodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.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 -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-library-evolution -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable-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/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.swiftmodule -emit-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.swiftinterface -emit-private-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.private.swiftinterface -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/AnyCodable.build/Debug-watchos/AnyCodable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable-Swift.h -no-verify-emitted-module-interface -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriver\ Compilation AnyCodable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AnyCodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.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 -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-library-evolution -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable-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/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftmodule -emit-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftinterface -emit-private-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.private.swiftinterface -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/AnyCodable.build/Debug-watchos/AnyCodable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable-Swift.h -no-verify-emitted-module-interface -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/Binary/AnyCodable normal arm64_32 (in target 'AnyCodable' from project 'AnyCodable')
    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_32-apple-watchos2.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.LinkFileList -install_name @rpath/AnyCodable.framework/AnyCodable -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.swiftmodule -compatibility_version 1 -current_version 1 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/Binary/AnyCodable
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/Binary/AnyCodable normal armv7k (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos2.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.LinkFileList -install_name @rpath/AnyCodable.framework/AnyCodable -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.swiftmodule -compatibility_version 1 -current_version 1 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/Binary/AnyCodable
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/Binary/AnyCodable normal arm64 (in target 'AnyCodable' from project 'AnyCodable')
    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-watchos2.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.LinkFileList -install_name @rpath/AnyCodable.framework/AnyCodable -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftmodule -compatibility_version 1 -current_version 1 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/Binary/AnyCodable
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/AnyCodable normal arm64\ armv7k\ arm64_32 (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/Binary/AnyCodable /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/Binary/AnyCodable /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/Binary/AnyCodable -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/AnyCodable
ExtractAppIntentsMetadata (in target 'AnyCodable' from project 'AnyCodable')
    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 AnyCodable --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 2.0 --bundle-identifier AnyCodable --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework --target-triple arm64-apple-watchos2.0 --target-triple armv7k-apple-watchos2.0 --target-triple arm64_32-apple-watchos2.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/AnyCodable --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/AnyCodable.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/AnyCodable.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-26 22:57:35.163 appintentsmetadataprocessor[713:4150] Starting appintentsmetadataprocessor export
2025-04-26 22:57:35.166 appintentsmetadataprocessor[713:4150] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos/AnyCodable.framework/AnyCodable.tbd (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi stubify -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/AnyCodable -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos/AnyCodable.framework/AnyCodable.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework
/Users/admin/builder/spi-builder-workspace/AnyCodable.xcodeproj: warning: The watchOS deployment target 'WATCHOS_DEPLOYMENT_TARGET' is set to 2.0, but the range of supported deployment target versions is 4.0 to 11.4.99. (in target 'AnyCodable' from project 'AnyCodable')
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AnyCodable",
  "name" : "AnyCodable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "AnyCodable",
      "targets" : [
        "AnyCodable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AnyCodableTests",
      "module_type" : "SwiftTarget",
      "name" : "AnyCodableTests",
      "path" : "Tests/AnyCodableTests",
      "sources" : [
        "AnyCodableTests.swift",
        "AnyDecodableTests.swift",
        "AnyEncodableTests.swift"
      ],
      "target_dependencies" : [
        "AnyCodable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AnyCodable",
      "module_type" : "SwiftTarget",
      "name" : "AnyCodable",
      "path" : "Sources/AnyCodable",
      "product_memberships" : [
        "AnyCodable"
      ],
      "sources" : [
        "AnyCodable.swift",
        "AnyDecodable.swift",
        "AnyEncodable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.