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 DynamicCodableKit, reference v1.0.0 (a1b9c8), with Swift 6.1 for watchOS using Xcode 16.3 on 27 Apr 2025 00:48:48 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 DynamicCodableKit-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

SwiftCompile normal arm64_32 Compiling\ PathCodingKeyWrapper.swift,\ DynamicDecodingCollectionContextBasedWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextContainerCodingKey/PathCodingKeyWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextProvider/DynamicDecodingCollectionContextBasedWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745714923612940-swift-frontend-DynamicCodableKit-PathCodingKeyWrapper.swift-arm64_32_apple_watchos2.0-o-Onone-3825498832.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4166 seconds (3.9415 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0292 ( 17.0%)   0.0958 ( 39.2%)   0.1251 ( 30.0%)   1.8505 ( 47.0%)  parse-and-resolve-imports
   0.0286 ( 16.6%)   0.0954 ( 39.1%)   0.1240 ( 29.8%)   1.8495 ( 46.9%)  Import resolution
   0.0017 (  1.0%)   0.0109 (  4.4%)   0.0126 (  3.0%)   0.0862 (  2.2%)  load-stdlib
   0.0516 ( 30.0%)   0.0179 (  7.3%)   0.0695 ( 16.7%)   0.0695 (  1.8%)  build-rewrite-system
   0.0139 (  8.1%)   0.0048 (  1.9%)   0.0187 (  4.5%)   0.0188 (  0.5%)  perform-sema
   0.0138 (  8.0%)   0.0047 (  1.9%)   0.0185 (  4.4%)   0.0186 (  0.5%)  Type checking and Semantic analysis
   0.0052 (  3.0%)   0.0047 (  1.9%)   0.0098 (  2.4%)   0.0098 (  0.2%)  IRGen
   0.0067 (  3.9%)   0.0030 (  1.2%)   0.0097 (  2.3%)   0.0097 (  0.2%)  typecheck-stmt
   0.0058 (  3.4%)   0.0026 (  1.1%)   0.0084 (  2.0%)   0.0085 (  0.2%)  typecheck-expr
   0.0068 (  4.0%)   0.0016 (  0.6%)   0.0084 (  2.0%)   0.0084 (  0.2%)  typecheck-decl
   0.0016 (  0.9%)   0.0014 (  0.6%)   0.0030 (  0.7%)   0.0030 (  0.1%)  precheck-target
   0.0026 (  1.5%)   0.0001 (  0.1%)   0.0027 (  0.6%)   0.0028 (  0.1%)  SIL optimization
   0.0024 (  1.4%)   0.0004 (  0.1%)   0.0027 (  0.7%)   0.0027 (  0.1%)  SILGen
   0.0009 (  0.5%)   0.0009 (  0.4%)   0.0017 (  0.4%)   0.0017 (  0.0%)  import-clang-decl
   0.0015 (  0.9%)   0.0002 (  0.1%)   0.0017 (  0.4%)   0.0017 (  0.0%)  SILGen-function
   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%)  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, 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%)  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.1723 (100.0%)   0.2442 (100.0%)   0.4166 (100.0%)   3.9415 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6183 seconds (2.4457 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.4246 (100.0%)   0.1936 (100.0%)   0.6183 (100.0%)   2.4457 (100.0%)  Building Target
   0.4246 (100.0%)   0.1936 (100.0%)   0.6183 (100.0%)   2.4457 (100.0%)  Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextContainerCodingKey/PathCodingKeyWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextProvider/DynamicDecodingCollectionContextBasedWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal armv7k Compiling\ Decoder.swift,\ DecodingError.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/Extensions/Decoder.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/Extensions/DecodingError.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745714925862159-swift-frontend-DynamicCodableKit-Decoder.swift-armv7k_apple_watchos2.0-o-Onone-3007582453.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1372 seconds (0.1392 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0206 ( 26.5%)   0.0228 ( 38.4%)   0.0434 ( 31.6%)   0.0443 ( 31.8%)  parse-and-resolve-imports
   0.0198 ( 25.4%)   0.0223 ( 37.7%)   0.0421 ( 30.7%)   0.0430 ( 30.9%)  Import resolution
   0.0066 (  8.5%)   0.0019 (  3.2%)   0.0085 (  6.2%)   0.0085 (  6.1%)  perform-sema
   0.0065 (  8.4%)   0.0019 (  3.2%)   0.0084 (  6.1%)   0.0084 (  6.1%)  Type checking and Semantic analysis
   0.0040 (  5.1%)   0.0028 (  4.8%)   0.0068 (  5.0%)   0.0069 (  4.9%)  IRGen
   0.0045 (  5.8%)   0.0013 (  2.2%)   0.0058 (  4.2%)   0.0058 (  4.2%)  typecheck-stmt
   0.0035 (  4.5%)   0.0015 (  2.6%)   0.0051 (  3.7%)   0.0051 (  3.6%)  SILGen
   0.0030 (  3.9%)   0.0014 (  2.4%)   0.0045 (  3.3%)   0.0045 (  3.2%)  SILGen-function
   0.0035 (  4.5%)   0.0001 (  0.1%)   0.0036 (  2.6%)   0.0036 (  2.6%)  SIL optimization
   0.0025 (  3.2%)   0.0008 (  1.4%)   0.0033 (  2.4%)   0.0033 (  2.3%)  build-rewrite-system
   0.0010 (  1.3%)   0.0015 (  2.6%)   0.0025 (  1.9%)   0.0026 (  1.9%)  load-stdlib
   0.0016 (  2.0%)   0.0004 (  0.7%)   0.0020 (  1.4%)   0.0020 (  1.4%)  typecheck-decl
   0.0005 (  0.6%)   0.0001 (  0.2%)   0.0006 (  0.5%)   0.0006 (  0.5%)  typecheck-expr
   0.0002 (  0.3%)   0.0003 (  0.5%)   0.0005 (  0.4%)   0.0005 (  0.4%)  import-clang-decl
   0.0001 (  0.2%)   0.0000 (  0.1%)   0.0002 (  0.1%)   0.0002 (  0.1%)  precheck-target
   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%)  perform-whole-module-type-checking
   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%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0779 (100.0%)   0.0593 (100.0%)   0.1372 (100.0%)   0.1392 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1928 seconds (0.2122 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1372 (100.0%)   0.0556 (100.0%)   0.1928 (100.0%)   0.2122 (100.0%)  Building Target
   0.1372 (100.0%)   0.0556 (100.0%)   0.1928 (100.0%)   0.2122 (100.0%)  Total
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/Extensions/Decoder.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/Extensions/DecodingError.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64 Emitting module for DynamicCodableKit (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftDriver\ Compilation\ Requirements DynamicCodableKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    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 DynamicCodableKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.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/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit-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/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.swiftmodule -emit-symbol-graph -emit-symbol-graph-dir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/symbol-graph/swift/arm64-apple-watchos -emit-extension-block-symbols -emit-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.swiftinterface -emit-private-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.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/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit_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/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.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/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit-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 DynamicCodableKit (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftCompile normal arm64 Compiling\ PathCodingKeyWrapper.swift,\ DynamicDecodingCollectionContextBasedWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextContainerCodingKey/PathCodingKeyWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextProvider/DynamicDecodingCollectionContextBasedWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745714925879763-swift-frontend-DynamicCodableKit-PathCodingKeyWrapper.swift-arm64_apple_watchos2.0-o-Onone-1892287049.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1746 seconds (0.1783 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0220 ( 20.6%)   0.0257 ( 38.1%)   0.0477 ( 27.3%)   0.0489 ( 27.4%)  parse-and-resolve-imports
   0.0212 ( 19.8%)   0.0251 ( 37.3%)   0.0463 ( 26.5%)   0.0475 ( 26.7%)  Import resolution
   0.0139 ( 13.0%)   0.0030 (  4.4%)   0.0169 (  9.7%)   0.0170 (  9.5%)  perform-sema
   0.0138 ( 12.9%)   0.0030 (  4.4%)   0.0168 (  9.6%)   0.0169 (  9.5%)  Type checking and Semantic analysis
   0.0075 (  7.0%)   0.0015 (  2.3%)   0.0091 (  5.2%)   0.0091 (  5.1%)  typecheck-decl
   0.0057 (  5.3%)   0.0031 (  4.6%)   0.0087 (  5.0%)   0.0088 (  4.9%)  IRGen
   0.0060 (  5.6%)   0.0013 (  1.9%)   0.0073 (  4.2%)   0.0074 (  4.1%)  typecheck-stmt
   0.0054 (  5.0%)   0.0011 (  1.7%)   0.0065 (  3.7%)   0.0066 (  3.7%)  typecheck-expr
   0.0011 (  1.0%)   0.0019 (  2.8%)   0.0030 (  1.7%)   0.0033 (  1.9%)  load-stdlib
   0.0026 (  2.4%)   0.0001 (  0.2%)   0.0027 (  1.6%)   0.0031 (  1.8%)  SIL optimization
   0.0025 (  2.4%)   0.0003 (  0.5%)   0.0029 (  1.7%)   0.0029 (  1.6%)  SILGen
   0.0020 (  1.9%)   0.0007 (  1.1%)   0.0028 (  1.6%)   0.0028 (  1.6%)  build-rewrite-system
   0.0016 (  1.5%)   0.0004 (  0.5%)   0.0020 (  1.1%)   0.0020 (  1.1%)  precheck-target
   0.0016 (  1.5%)   0.0002 (  0.3%)   0.0018 (  1.1%)   0.0018 (  1.0%)  SILGen-function
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  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%)  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%)  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
   0.1071 (100.0%)   0.0674 (100.0%)   0.1746 (100.0%)   0.1783 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1150 seconds (0.1180 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0697 (100.0%)   0.0452 (100.0%)   0.1150 (100.0%)   0.1180 (100.0%)  Building Target
   0.0697 (100.0%)   0.0452 (100.0%)   0.1150 (100.0%)   0.1180 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextContainerCodingKey/PathCodingKeyWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextProvider/DynamicDecodingCollectionContextBasedWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriver\ Compilation\ Requirements DynamicCodableKit normal armv7k com.apple.xcode.tools.swift.compiler (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    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 DynamicCodableKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/armv7k/DynamicCodableKit.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/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/armv7k/DynamicCodableKit-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/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/armv7k/DynamicCodableKit.swiftmodule -emit-symbol-graph -emit-symbol-graph-dir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/symbol-graph/swift/armv7k-apple-watchos -emit-extension-block-symbols -emit-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/armv7k/DynamicCodableKit.swiftinterface -emit-private-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/armv7k/DynamicCodableKit.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/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/armv7k/DynamicCodableKit_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/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.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/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/armv7k/DynamicCodableKit-Swift.h -no-verify-emitted-module-interface -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Emitting module for DynamicCodableKit (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftDriver\ Compilation\ Requirements DynamicCodableKit normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    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 DynamicCodableKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64_32/DynamicCodableKit.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/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64_32/DynamicCodableKit-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/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64_32/DynamicCodableKit.swiftmodule -emit-symbol-graph -emit-symbol-graph-dir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/symbol-graph/swift/arm64_32-apple-watchos -emit-extension-block-symbols -emit-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64_32/DynamicCodableKit.swiftinterface -emit-private-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64_32/DynamicCodableKit.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/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64_32/DynamicCodableKit_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/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.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/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64_32/DynamicCodableKit-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/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/armv7k/DynamicCodableKit.swiftmodule (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    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/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/armv7k/DynamicCodableKit.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/armv7k-apple-watchos.swiftmodule
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DynamicCodableKit.framework/Headers/DynamicCodableKit-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64_32/DynamicCodableKit-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/armv7k/DynamicCodableKit-Swift.h (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64_32/DynamicCodableKit-Swift.h -arch armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/armv7k/DynamicCodableKit-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DynamicCodableKit.framework/Headers/DynamicCodableKit-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/armv7k-apple-watchos.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/armv7k/DynamicCodableKit.swiftinterface (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    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/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/armv7k/DynamicCodableKit.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/armv7k-apple-watchos.swiftinterface
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/armv7k-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/armv7k/DynamicCodableKit.swiftdoc (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    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/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/armv7k/DynamicCodableKit.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/armv7k-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/armv7k-apple-watchos.private.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/armv7k/DynamicCodableKit.private.swiftinterface (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    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/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/armv7k/DynamicCodableKit.private.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/armv7k-apple-watchos.private.swiftinterface
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/armv7k/DynamicCodableKit.abi.json (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    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/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/armv7k/DynamicCodableKit.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/armv7k-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64_32/DynamicCodableKit.swiftmodule (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    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/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64_32/DynamicCodableKit.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/arm64_32-apple-watchos.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64_32/DynamicCodableKit.swiftinterface (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    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/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64_32/DynamicCodableKit.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/arm64_32-apple-watchos.swiftinterface
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64_32/DynamicCodableKit.swiftdoc (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    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/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64_32/DynamicCodableKit.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/arm64_32-apple-watchos.private.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64_32/DynamicCodableKit.private.swiftinterface (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    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/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64_32/DynamicCodableKit.private.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/arm64_32-apple-watchos.private.swiftinterface
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64_32/DynamicCodableKit.abi.json (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    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/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64_32/DynamicCodableKit.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.swiftmodule (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    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/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/arm64-apple-watchos.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.swiftinterface (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    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/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/arm64-apple-watchos.swiftinterface
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.swiftdoc (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    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/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/arm64-apple-watchos.private.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.private.swiftinterface (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    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/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.private.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/arm64-apple-watchos.private.swiftinterface
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.abi.json (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    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/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/armv7k/DynamicCodableKit.swiftsourceinfo (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    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/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/armv7k/DynamicCodableKit.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64_32/DynamicCodableKit.swiftsourceinfo (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    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/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64_32/DynamicCodableKit.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.swiftsourceinfo (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    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/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
CompileDocumentation /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicCodableKit.docc (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/docc convert --emit-lmdb-index --fallback-display-name DynamicCodableKit --fallback-bundle-identifier DynamicCodableKit --output-dir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DynamicCodableKit.doccarchive --ide-console-output --diagnostics-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/DynamicCodableKit-diagnostics.json /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicCodableKit.docc --additional-symbol-graph-dir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/symbol-graph
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicCodableKit.docc/Extensions/DynamicDecodable.md:4:5: warning: 'DocumentationExtension' doesn't change default configuration and has no effect (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    note: Remove this 'DocumentationExtension' directive.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicCodableKit.docc/Extensions/DynamicDecodable.md:4:5: warning: 'DocumentationExtension' doesn't change default configuration and has no effect (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    note: Remove this 'DocumentationExtension' directive.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    note: Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    note: Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    note: Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    note: Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    note: Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    note: Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    note: Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    note: Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    note: Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    note: Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    note: Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    note: Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    note: Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    note: Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    note: Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    note: Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    note: Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicCodableKit.docc/Extensions/DynamicDecodable.md:4:5: warning: 'DocumentationExtension' doesn't change default configuration and has no effect. Remove this 'DocumentationExtension' directive.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicCodableKit.docc/Extensions/DynamicDecodable.md:4:5-4:51: fixit:
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicCodableKit.docc/Extensions/DynamicDecodable.md:4:5: warning: 'DocumentationExtension' doesn't change default configuration and has no effect. Remove this 'DocumentationExtension' directive.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicCodableKit.docc/Extensions/DynamicDecodable.md:4:5-4:51: fixit:
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51-81:84: fixit: <doc:/documentation/DynamicCodableKit/DynamicDecodable/castAs(type:codingPath:)-4hwd>
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51-81:84: fixit: <doc:/documentation/DynamicCodableKit/DynamicDecodable/castAs(type:codingPath:)-4hwd>
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51-81:84: fixit: <doc:/documentation/DynamicCodableKit/DynamicDecodable/castAs(type:codingPath:)-4hwd>
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51-81:84: fixit: <doc:/documentation/DynamicCodableKit/DynamicDecodable/castAs(type:codingPath:)-4hwd>
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51-81:84: fixit: <doc:/documentation/DynamicCodableKit/DynamicDecodable/castAs(type:codingPath:)-4hwd>
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51-81:84: fixit: <doc:/documentation/DynamicCodableKit/DynamicDecodable/castAs(type:codingPath:)-4hwd>
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51-81:84: fixit: <doc:/documentation/DynamicCodableKit/DynamicDecodable/castAs(type:codingPath:)-4hwd>
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51-81:84: fixit: <doc:/documentation/DynamicCodableKit/DynamicDecodable/castAs(type:codingPath:)-4hwd>
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51-81:84: fixit: <doc:/documentation/DynamicCodableKit/DynamicDecodable/castAs(type:codingPath:)-4hwd>
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51-81:84: fixit: <doc:/documentation/DynamicCodableKit/DynamicDecodable/castAs(type:codingPath:)-4hwd>
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51-81:84: fixit: <doc:/documentation/DynamicCodableKit/DynamicDecodable/castAs(type:codingPath:)-4hwd>
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51-81:84: fixit: <doc:/documentation/DynamicCodableKit/DynamicDecodable/castAs(type:codingPath:)-4hwd>
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51-81:84: fixit: <doc:/documentation/DynamicCodableKit/DynamicDecodable/castAs(type:codingPath:)-4hwd>
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51-81:84: fixit: <doc:/documentation/DynamicCodableKit/DynamicDecodable/castAs(type:codingPath:)-4hwd>
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51-81:84: fixit: <doc:/documentation/DynamicCodableKit/DynamicDecodable/castAs(type:codingPath:)-4hwd>
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51-81:84: fixit: <doc:/documentation/DynamicCodableKit/DynamicDecodable/castAs(type:codingPath:)-4hwd>
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51-81:84: fixit: <doc:/documentation/DynamicCodableKit/DynamicDecodable/castAs(type:codingPath:)-4hwd>
SwiftCompile normal armv7k Compiling\ DynamicDecodable.swift,\ DynamicDecodingConfiguration.swift,\ DynamicDecodingContext.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContext.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace

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

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

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745714926077381-swift-frontend-DynamicCodableKit-DynamicDecodable.swift-armv7k_apple_watchos2.0-o-Onone-1747644824.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4032 seconds (0.4656 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0707 ( 26.9%)   0.0248 ( 17.7%)   0.0955 ( 23.7%)   0.1217 ( 26.1%)  build-rewrite-system
   0.0252 (  9.6%)   0.0348 ( 24.9%)   0.0600 ( 14.9%)   0.0608 ( 13.1%)  parse-and-resolve-imports
   0.0243 (  9.2%)   0.0343 ( 24.5%)   0.0586 ( 14.5%)   0.0594 ( 12.7%)  Import resolution
   0.0300 ( 11.4%)   0.0057 (  4.1%)   0.0358 (  8.9%)   0.0367 (  7.9%)  perform-sema
   0.0299 ( 11.4%)   0.0057 (  4.1%)   0.0356 (  8.8%)   0.0366 (  7.9%)  Type checking and Semantic analysis
   0.0228 (  8.7%)   0.0043 (  3.0%)   0.0271 (  6.7%)   0.0277 (  6.0%)  typecheck-decl
   0.0129 (  4.9%)   0.0039 (  2.8%)   0.0168 (  4.2%)   0.0276 (  5.9%)  IRGen
   0.0127 (  4.8%)   0.0141 ( 10.1%)   0.0267 (  6.6%)   0.0268 (  5.7%)  import-clang-decl
   0.0089 (  3.4%)   0.0042 (  3.0%)   0.0131 (  3.2%)   0.0236 (  5.1%)  SILGen
   0.0049 (  1.9%)   0.0036 (  2.5%)   0.0085 (  2.1%)   0.0188 (  4.0%)  SILGen-function
   0.0072 (  2.7%)   0.0013 (  1.0%)   0.0086 (  2.1%)   0.0087 (  1.9%)  typecheck-stmt
   0.0061 (  2.3%)   0.0011 (  0.8%)   0.0072 (  1.8%)   0.0073 (  1.6%)  typecheck-expr
   0.0052 (  2.0%)   0.0001 (  0.1%)   0.0053 (  1.3%)   0.0054 (  1.2%)  SIL optimization
   0.0011 (  0.4%)   0.0018 (  1.3%)   0.0028 (  0.7%)   0.0028 (  0.6%)  load-stdlib
   0.0006 (  0.2%)   0.0003 (  0.2%)   0.0010 (  0.2%)   0.0010 (  0.2%)  load-all-members
   0.0006 (  0.2%)   0.0000 (  0.0%)   0.0006 (  0.1%)   0.0006 (  0.1%)  precheck-target
   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%)  associated-type-inference
   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.2631 (100.0%)   0.1401 (100.0%)   0.4032 (100.0%)   0.4656 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.2888 seconds (1.4700 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8446 (100.0%)   0.4442 (100.0%)   1.2888 (100.0%)   1.4700 (100.0%)  Building Target
   0.8446 (100.0%)   0.4442 (100.0%)   1.2888 (100.0%)   1.4700 (100.0%)  Total
SwiftDriverJobDiscovery normal arm64 Compiling PathCodingKeyWrapper.swift, DynamicDecodingCollectionContextBasedWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftCompile normal arm64_32 Compiling\ DynamicDecodingDefaultValueContextBasedWrapper.swift,\ DynamicEncodable.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextProvider/DynamicDecodingDefaultValueContextBasedWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicEncodable.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745714926085339-swift-frontend-DynamicCodableKit-DynamicDecodingDefaultValueContextBasedWrapper.swift-arm64_32_apple_watchos2.0-o-Onone-740803319.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4004 seconds (0.4552 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0686 ( 34.2%)   0.0214 ( 10.7%)   0.0900 ( 22.5%)   0.1309 ( 28.8%)  build-rewrite-system
   0.0274 ( 13.7%)   0.0504 ( 25.2%)   0.0778 ( 19.4%)   0.0787 ( 17.3%)  parse-and-resolve-imports
   0.0268 ( 13.3%)   0.0499 ( 25.0%)   0.0766 ( 19.1%)   0.0776 ( 17.0%)  Import resolution
   0.0140 (  7.0%)   0.0243 ( 12.1%)   0.0383 (  9.6%)   0.0482 ( 10.6%)  import-clang-decl
   0.0142 (  7.1%)   0.0152 (  7.6%)   0.0294 (  7.3%)   0.0300 (  6.6%)  perform-sema
   0.0141 (  7.0%)   0.0152 (  7.6%)   0.0293 (  7.3%)   0.0298 (  6.6%)  Type checking and Semantic analysis
   0.0054 (  2.7%)   0.0095 (  4.8%)   0.0149 (  3.7%)   0.0154 (  3.4%)  typecheck-stmt
   0.0085 (  4.2%)   0.0056 (  2.8%)   0.0141 (  3.5%)   0.0142 (  3.1%)  typecheck-decl
   0.0065 (  3.2%)   0.0036 (  1.8%)   0.0101 (  2.5%)   0.0101 (  2.2%)  IRGen
   0.0034 (  1.7%)   0.0009 (  0.4%)   0.0042 (  1.1%)   0.0047 (  1.0%)  typecheck-expr
   0.0041 (  2.0%)   0.0005 (  0.2%)   0.0045 (  1.1%)   0.0046 (  1.0%)  SILGen
   0.0014 (  0.7%)   0.0028 (  1.4%)   0.0042 (  1.1%)   0.0042 (  0.9%)  load-stdlib
   0.0031 (  1.6%)   0.0001 (  0.0%)   0.0032 (  0.8%)   0.0032 (  0.7%)  SIL optimization
   0.0019 (  0.9%)   0.0002 (  0.1%)   0.0021 (  0.5%)   0.0022 (  0.5%)  SILGen-function
   0.0009 (  0.5%)   0.0004 (  0.2%)   0.0013 (  0.3%)   0.0013 (  0.3%)  load-all-members
   0.0001 (  0.1%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  precheck-target
   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%)  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%)  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%)  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.2005 (100.0%)   0.1999 (100.0%)   0.4004 (100.0%)   0.4552 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.2873 seconds (1.4576 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.7926 (100.0%)   0.4947 (100.0%)   1.2873 (100.0%)   1.4576 (100.0%)  Building Target
   0.7926 (100.0%)   0.4947 (100.0%)   1.2873 (100.0%)   1.4576 (100.0%)  Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextProvider/DynamicDecodingDefaultValueContextBasedWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicEncodable.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64 Compiling DynamicDecodingDefaultValueWrapper.swift, DynamicDecodingWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftCompile normal arm64_32 Compiling\ DynamicDecodingContextBasedWrapper.swift,\ DynamicDecodingContextProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextProvider/DynamicDecodingContextBasedWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextProvider/DynamicDecodingContextProvider.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745714926101610-swift-frontend-DynamicCodableKit-DynamicDecodingContextBasedWrapper.swift-arm64_32_apple_watchos2.0-o-Onone-1839232393.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3326 seconds (0.3827 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0249 ( 27.1%)   0.1113 ( 46.2%)   0.1363 ( 41.0%)   0.1375 ( 35.9%)  parse-and-resolve-imports
   0.0242 ( 26.4%)   0.1107 ( 46.0%)   0.1350 ( 40.6%)   0.1362 ( 35.6%)  Import resolution
   0.0052 (  5.6%)   0.0040 (  1.7%)   0.0092 (  2.8%)   0.0193 (  5.0%)  IRGen
   0.0078 (  8.5%)   0.0026 (  1.1%)   0.0104 (  3.1%)   0.0182 (  4.8%)  perform-sema
   0.0077 (  8.4%)   0.0026 (  1.1%)   0.0103 (  3.1%)   0.0181 (  4.7%)  Type checking and Semantic analysis
   0.0019 (  2.1%)   0.0007 (  0.3%)   0.0026 (  0.8%)   0.0104 (  2.7%)  typecheck-decl
   0.0018 (  2.0%)   0.0005 (  0.2%)   0.0023 (  0.7%)   0.0093 (  2.4%)  SILGen
   0.0012 (  1.4%)   0.0004 (  0.2%)   0.0017 (  0.5%)   0.0087 (  2.3%)  SILGen-function
   0.0056 (  6.1%)   0.0019 (  0.8%)   0.0074 (  2.2%)   0.0074 (  1.9%)  typecheck-stmt
   0.0055 (  6.0%)   0.0018 (  0.8%)   0.0074 (  2.2%)   0.0074 (  1.9%)  typecheck-expr
   0.0013 (  1.4%)   0.0031 (  1.3%)   0.0044 (  1.3%)   0.0044 (  1.1%)  load-stdlib
   0.0028 (  3.0%)   0.0001 (  0.0%)   0.0028 (  0.8%)   0.0028 (  0.7%)  SIL optimization
   0.0012 (  1.3%)   0.0005 (  0.2%)   0.0017 (  0.5%)   0.0017 (  0.4%)  build-rewrite-system
   0.0006 (  0.6%)   0.0005 (  0.2%)   0.0011 (  0.3%)   0.0011 (  0.3%)  import-clang-decl
   0.0001 (  0.1%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  precheck-target
   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%)  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%)  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%)  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.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0919 (100.0%)   0.2407 (100.0%)   0.3326 (100.0%)   0.3827 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1996 seconds (0.2331 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0665 (100.0%)   0.1332 (100.0%)   0.1996 (100.0%)   0.2331 (100.0%)  Building Target
   0.0665 (100.0%)   0.1332 (100.0%)   0.1996 (100.0%)   0.2331 (100.0%)  Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextProvider/DynamicDecodingContextBasedWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextProvider/DynamicDecodingContextProvider.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64 Compiling KeyedDecodingContainerProtocol.swift, UnkeyedDecodingContainer.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftCompile normal armv7k Compiling\ DynamicDecodingContextBasedWrapper.swift,\ DynamicDecodingContextProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextProvider/DynamicDecodingContextBasedWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextProvider/DynamicDecodingContextProvider.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745714926103890-swift-frontend-DynamicCodableKit-DynamicDecodingContextBasedWrapper.swift-armv7k_apple_watchos2.0-o-Onone-2435719818.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3323 seconds (0.3857 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0262 ( 28.7%)   0.1116 ( 46.3%)   0.1377 ( 41.4%)   0.1439 ( 37.3%)  parse-and-resolve-imports
   0.0255 ( 27.9%)   0.1111 ( 46.1%)   0.1366 ( 41.1%)   0.1427 ( 37.0%)  Import resolution
   0.0065 (  7.2%)   0.0038 (  1.6%)   0.0104 (  3.1%)   0.0181 (  4.7%)  IRGen
   0.0066 (  7.3%)   0.0025 (  1.0%)   0.0092 (  2.8%)   0.0163 (  4.2%)  perform-sema
   0.0066 (  7.2%)   0.0025 (  1.0%)   0.0091 (  2.7%)   0.0163 (  4.2%)  Type checking and Semantic analysis
   0.0048 (  5.2%)   0.0019 (  0.8%)   0.0067 (  2.0%)   0.0138 (  3.6%)  typecheck-stmt
   0.0047 (  5.2%)   0.0019 (  0.8%)   0.0066 (  2.0%)   0.0138 (  3.6%)  typecheck-expr
   0.0020 (  2.2%)   0.0006 (  0.3%)   0.0027 (  0.8%)   0.0051 (  1.3%)  SILGen
   0.0014 (  1.5%)   0.0005 (  0.2%)   0.0019 (  0.6%)   0.0043 (  1.1%)  SILGen-function
   0.0011 (  1.2%)   0.0029 (  1.2%)   0.0040 (  1.2%)   0.0040 (  1.0%)  load-stdlib
   0.0028 (  3.0%)   0.0001 (  0.0%)   0.0028 (  0.8%)   0.0028 (  0.7%)  SIL optimization
   0.0016 (  1.7%)   0.0005 (  0.2%)   0.0021 (  0.6%)   0.0021 (  0.5%)  typecheck-decl
   0.0006 (  0.6%)   0.0006 (  0.3%)   0.0012 (  0.4%)   0.0012 (  0.3%)  import-clang-decl
   0.0008 (  0.9%)   0.0003 (  0.1%)   0.0011 (  0.3%)   0.0011 (  0.3%)  build-rewrite-system
   0.0001 (  0.1%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  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%)  populate-source-file-class-member-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%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0913 (100.0%)   0.2410 (100.0%)   0.3323 (100.0%)   0.3857 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1978 seconds (0.2275 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0660 (100.0%)   0.1318 (100.0%)   0.1978 (100.0%)   0.2275 (100.0%)  Building Target
   0.0660 (100.0%)   0.1318 (100.0%)   0.1978 (100.0%)   0.2275 (100.0%)  Total
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextProvider/DynamicDecodingContextBasedWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace

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

SwiftCompile normal arm64_32 Compiling\ DynamicDecodingCollectionWrapper.swift,\ DynamicDecodingContextCodingKey.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextCodingKey/DynamicDecodingCollectionWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextCodingKey/DynamicDecodingContextCodingKey.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745714926101925-swift-frontend-DynamicCodableKit-DynamicDecodingCollectionWrapper.swift-arm64_32_apple_watchos2.0-o-Onone-4145073005.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4392 seconds (0.5095 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0306 ( 16.9%)   0.1102 ( 42.6%)   0.1408 ( 32.0%)   0.1506 ( 29.6%)  parse-and-resolve-imports
   0.0297 ( 16.4%)   0.1092 ( 42.3%)   0.1389 ( 31.6%)   0.1441 ( 28.3%)  Import resolution
   0.0280 ( 15.5%)   0.0082 (  3.2%)   0.0362 (  8.2%)   0.0553 ( 10.9%)  perform-sema
   0.0280 ( 15.5%)   0.0081 (  3.1%)   0.0361 (  8.2%)   0.0552 ( 10.8%)  Type checking and Semantic analysis
   0.0188 ( 10.4%)   0.0061 (  2.4%)   0.0249 (  5.7%)   0.0349 (  6.9%)  typecheck-stmt
   0.0076 (  4.2%)   0.0054 (  2.1%)   0.0130 (  3.0%)   0.0132 (  2.6%)  IRGen
   0.0103 (  5.7%)   0.0021 (  0.8%)   0.0125 (  2.8%)   0.0125 (  2.4%)  typecheck-expr
   0.0093 (  5.1%)   0.0020 (  0.8%)   0.0113 (  2.6%)   0.0113 (  2.2%)  typecheck-decl
   0.0022 (  1.2%)   0.0003 (  0.1%)   0.0024 (  0.6%)   0.0083 (  1.6%)  precheck-target
   0.0013 (  0.7%)   0.0034 (  1.3%)   0.0047 (  1.1%)   0.0047 (  0.9%)  load-stdlib
   0.0033 (  1.8%)   0.0014 (  0.5%)   0.0047 (  1.1%)   0.0047 (  0.9%)  build-rewrite-system
   0.0036 (  2.0%)   0.0003 (  0.1%)   0.0039 (  0.9%)   0.0043 (  0.8%)  SILGen
   0.0039 (  2.1%)   0.0000 (  0.0%)   0.0039 (  0.9%)   0.0039 (  0.8%)  SIL optimization
   0.0029 (  1.6%)   0.0002 (  0.1%)   0.0031 (  0.7%)   0.0035 (  0.7%)  SILGen-function
   0.0013 (  0.7%)   0.0016 (  0.6%)   0.0029 (  0.7%)   0.0029 (  0.6%)  import-clang-decl
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  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%)  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%)  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%)  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%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1808 (100.0%)   0.2585 (100.0%)   0.4392 (100.0%)   0.5095 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2577 seconds (0.3055 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1162 (100.0%)   0.1415 (100.0%)   0.2577 (100.0%)   0.3055 (100.0%)  Building Target
   0.1162 (100.0%)   0.1415 (100.0%)   0.2577 (100.0%)   0.3055 (100.0%)  Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextCodingKey/DynamicDecodingCollectionWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextCodingKey/DynamicDecodingContextCodingKey.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64 Compiling DynamicDecodingDictionaryWrapper.swift, PathCodingKeyDefaultValueWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftDriverJobDiscovery normal arm64 Compiling DynamicDecodingCollectionDictionaryWrapper.swift, DynamicDecodingContextContainerCodingKey.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftCompile normal armv7k Compiling\ PathCodingKeyWrapper.swift,\ DynamicDecodingCollectionContextBasedWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextContainerCodingKey/PathCodingKeyWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextProvider/DynamicDecodingCollectionContextBasedWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745714926138750-swift-frontend-DynamicCodableKit-PathCodingKeyWrapper.swift-armv7k_apple_watchos2.0-o-Onone-1790233955.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3493 seconds (0.4029 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0279 ( 21.7%)   0.1000 ( 45.3%)   0.1279 ( 36.6%)   0.1562 ( 38.8%)  parse-and-resolve-imports
   0.0272 ( 21.2%)   0.0995 ( 45.1%)   0.1267 ( 36.3%)   0.1478 ( 36.7%)  Import resolution
   0.0159 ( 12.3%)   0.0036 (  1.6%)   0.0195 (  5.6%)   0.0208 (  5.2%)  perform-sema
   0.0158 ( 12.3%)   0.0036 (  1.6%)   0.0194 (  5.5%)   0.0207 (  5.1%)  Type checking and Semantic analysis
   0.0070 (  5.5%)   0.0038 (  1.7%)   0.0109 (  3.1%)   0.0110 (  2.7%)  IRGen
   0.0074 (  5.8%)   0.0016 (  0.7%)   0.0090 (  2.6%)   0.0102 (  2.5%)  typecheck-decl
   0.0081 (  6.3%)   0.0020 (  0.9%)   0.0101 (  2.9%)   0.0101 (  2.5%)  typecheck-stmt
   0.0071 (  5.5%)   0.0018 (  0.8%)   0.0088 (  2.5%)   0.0088 (  2.2%)  typecheck-expr
   0.0017 (  1.3%)   0.0029 (  1.3%)   0.0046 (  1.3%)   0.0046 (  1.1%)  load-stdlib
   0.0023 (  1.8%)   0.0009 (  0.4%)   0.0032 (  0.9%)   0.0032 (  0.8%)  build-rewrite-system
   0.0024 (  1.9%)   0.0005 (  0.2%)   0.0029 (  0.8%)   0.0030 (  0.7%)  SILGen
   0.0027 (  2.1%)   0.0000 (  0.0%)   0.0027 (  0.8%)   0.0029 (  0.7%)  SIL optimization
   0.0015 (  1.2%)   0.0003 (  0.1%)   0.0018 (  0.5%)   0.0018 (  0.5%)  precheck-target
   0.0016 (  1.2%)   0.0002 (  0.1%)   0.0018 (  0.5%)   0.0018 (  0.4%)  SILGen-function
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  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, 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%)  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.1287 (100.0%)   0.2207 (100.0%)   0.3493 (100.0%)   0.4029 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2054 seconds (0.2455 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0834 (100.0%)   0.1220 (100.0%)   0.2054 (100.0%)   0.2455 (100.0%)  Building Target
   0.0834 (100.0%)   0.1220 (100.0%)   0.2054 (100.0%)   0.2455 (100.0%)  Total
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextContainerCodingKey/PathCodingKeyWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextProvider/DynamicDecodingCollectionContextBasedWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal armv7k Compiling KeyedDecodingContainerProtocol.swift, UnkeyedDecodingContainer.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftCompile normal arm64_32 Compiling\ DynamicDecodable.swift,\ DynamicDecodingConfiguration.swift,\ DynamicDecodingContext.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContext.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745714926153638-swift-frontend-DynamicCodableKit-DynamicDecodable.swift-arm64_32_apple_watchos2.0-o-Onone-3556636084.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5349 seconds (0.6444 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0267 (  9.7%)   0.0966 ( 37.3%)   0.1233 ( 23.1%)   0.1480 ( 23.0%)  parse-and-resolve-imports
   0.0260 (  9.4%)   0.0948 ( 36.7%)   0.1208 ( 22.6%)   0.1455 ( 22.6%)  Import resolution
   0.0687 ( 24.9%)   0.0224 (  8.7%)   0.0911 ( 17.0%)   0.1100 ( 17.1%)  build-rewrite-system
   0.0344 ( 12.5%)   0.0063 (  2.4%)   0.0408 (  7.6%)   0.0503 (  7.8%)  perform-sema
   0.0343 ( 12.4%)   0.0063 (  2.4%)   0.0406 (  7.6%)   0.0501 (  7.8%)  Type checking and Semantic analysis
   0.0264 (  9.6%)   0.0043 (  1.7%)   0.0307 (  5.7%)   0.0333 (  5.2%)  typecheck-decl
   0.0122 (  4.4%)   0.0111 (  4.3%)   0.0233 (  4.4%)   0.0234 (  3.6%)  import-clang-decl
   0.0118 (  4.3%)   0.0037 (  1.4%)   0.0156 (  2.9%)   0.0193 (  3.0%)  IRGen
   0.0080 (  2.9%)   0.0019 (  0.7%)   0.0098 (  1.8%)   0.0168 (  2.6%)  typecheck-stmt
   0.0068 (  2.5%)   0.0014 (  0.5%)   0.0082 (  1.5%)   0.0151 (  2.3%)  typecheck-expr
   0.0088 (  3.2%)   0.0016 (  0.6%)   0.0103 (  1.9%)   0.0121 (  1.9%)  SILGen
   0.0011 (  0.4%)   0.0069 (  2.7%)   0.0080 (  1.5%)   0.0083 (  1.3%)  load-stdlib
   0.0045 (  1.6%)   0.0009 (  0.3%)   0.0054 (  1.0%)   0.0054 (  0.8%)  SILGen-function
   0.0050 (  1.8%)   0.0001 (  0.0%)   0.0051 (  1.0%)   0.0051 (  0.8%)  SIL optimization
   0.0006 (  0.2%)   0.0003 (  0.1%)   0.0010 (  0.2%)   0.0010 (  0.1%)  load-all-members
   0.0007 (  0.2%)   0.0000 (  0.0%)   0.0007 (  0.1%)   0.0007 (  0.1%)  precheck-target
   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%)  associated-type-inference
   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.2762 (100.0%)   0.2587 (100.0%)   0.5349 (100.0%)   0.6444 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.2369 seconds (1.3937 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.7862 (100.0%)   0.4507 (100.0%)   1.2369 (100.0%)   1.3937 (100.0%)  Building Target
   0.7862 (100.0%)   0.4507 (100.0%)   1.2369 (100.0%)   1.3937 (100.0%)  Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingConfiguration.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContext.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64_32 Compiling PathCodingKeyWrapper.swift, DynamicDecodingCollectionContextBasedWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftCompile normal arm64_32 Compiling\ KeyedDecodingContainerProtocol.swift,\ UnkeyedDecodingContainer.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/Extensions/KeyedDecodingContainerProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/Extensions/UnkeyedDecodingContainer.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745714926152127-swift-frontend-DynamicCodableKit-KeyedDecodingContainerProtocol.swift-arm64_32_apple_watchos2.0-o-Onone-85477177.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3050 seconds (0.3542 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0301 ( 33.4%)   0.0997 ( 46.4%)   0.1298 ( 42.6%)   0.1529 ( 43.2%)  parse-and-resolve-imports
   0.0293 ( 32.6%)   0.0980 ( 45.6%)   0.1273 ( 41.7%)   0.1504 ( 42.5%)  Import resolution
   0.0046 (  5.1%)   0.0036 (  1.7%)   0.0082 (  2.7%)   0.0089 (  2.5%)  IRGen
   0.0010 (  1.1%)   0.0066 (  3.1%)   0.0076 (  2.5%)   0.0076 (  2.2%)  load-stdlib
   0.0051 (  5.7%)   0.0014 (  0.6%)   0.0065 (  2.1%)   0.0073 (  2.1%)  perform-sema
   0.0050 (  5.6%)   0.0014 (  0.6%)   0.0064 (  2.1%)   0.0072 (  2.0%)  Type checking and Semantic analysis
   0.0037 (  4.1%)   0.0012 (  0.6%)   0.0049 (  1.6%)   0.0049 (  1.4%)  SILGen
   0.0030 (  3.3%)   0.0008 (  0.4%)   0.0038 (  1.2%)   0.0046 (  1.3%)  typecheck-stmt
   0.0032 (  3.6%)   0.0002 (  0.1%)   0.0035 (  1.1%)   0.0035 (  1.0%)  SIL optimization
   0.0019 (  2.1%)   0.0010 (  0.5%)   0.0029 (  1.0%)   0.0029 (  0.8%)  SILGen-function
   0.0018 (  2.0%)   0.0005 (  0.2%)   0.0023 (  0.7%)   0.0023 (  0.6%)  typecheck-decl
   0.0005 (  0.6%)   0.0001 (  0.0%)   0.0006 (  0.2%)   0.0006 (  0.2%)  typecheck-expr
   0.0004 (  0.4%)   0.0002 (  0.1%)   0.0006 (  0.2%)   0.0006 (  0.2%)  build-rewrite-system
   0.0002 (  0.2%)   0.0003 (  0.1%)   0.0005 (  0.2%)   0.0005 (  0.1%)  import-clang-decl
   0.0001 (  0.1%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  precheck-target
   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-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.0900 (100.0%)   0.2150 (100.0%)   0.3050 (100.0%)   0.3542 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1946 seconds (0.2403 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0679 (100.0%)   0.1267 (100.0%)   0.1946 (100.0%)   0.2403 (100.0%)  Building Target
   0.0679 (100.0%)   0.1267 (100.0%)   0.1946 (100.0%)   0.2403 (100.0%)  Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/Extensions/KeyedDecodingContainerProtocol.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/Extensions/UnkeyedDecodingContainer.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal armv7k Compiling Decoder.swift, DecodingError.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftCompile normal arm64 Compiling\ Decoder.swift,\ DecodingError.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/Extensions/Decoder.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/Extensions/DecodingError.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745714926160303-swift-frontend-DynamicCodableKit-Decoder.swift-arm64_apple_watchos2.0-o-Onone-134974125.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2762 seconds (0.3381 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0249 ( 29.5%)   0.0866 ( 45.2%)   0.1115 ( 40.4%)   0.1423 ( 42.1%)  parse-and-resolve-imports
   0.0242 ( 28.6%)   0.0850 ( 44.3%)   0.1092 ( 39.5%)   0.1401 ( 41.4%)  Import resolution
   0.0057 (  6.7%)   0.0052 (  2.7%)   0.0109 (  3.9%)   0.0109 (  3.2%)  IRGen
   0.0011 (  1.3%)   0.0070 (  3.7%)   0.0081 (  2.9%)   0.0082 (  2.4%)  load-stdlib
   0.0065 (  7.7%)   0.0016 (  0.9%)   0.0081 (  2.9%)   0.0081 (  2.4%)  perform-sema
   0.0064 (  7.6%)   0.0016 (  0.8%)   0.0080 (  2.9%)   0.0080 (  2.4%)  Type checking and Semantic analysis
   0.0046 (  5.4%)   0.0012 (  0.6%)   0.0058 (  2.1%)   0.0058 (  1.7%)  typecheck-stmt
   0.0027 (  3.2%)   0.0013 (  0.7%)   0.0040 (  1.5%)   0.0040 (  1.2%)  SILGen
   0.0024 (  2.8%)   0.0012 (  0.6%)   0.0036 (  1.3%)   0.0036 (  1.1%)  SILGen-function
   0.0035 (  4.1%)   0.0001 (  0.1%)   0.0036 (  1.3%)   0.0036 (  1.1%)  SIL optimization
   0.0013 (  1.6%)   0.0003 (  0.1%)   0.0016 (  0.6%)   0.0016 (  0.5%)  typecheck-decl
   0.0005 (  0.6%)   0.0001 (  0.1%)   0.0006 (  0.2%)   0.0006 (  0.2%)  typecheck-expr
   0.0002 (  0.3%)   0.0003 (  0.2%)   0.0006 (  0.2%)   0.0006 (  0.2%)  import-clang-decl
   0.0003 (  0.3%)   0.0001 (  0.1%)   0.0004 (  0.1%)   0.0004 (  0.1%)  build-rewrite-system
   0.0001 (  0.1%)   0.0000 (  0.0%)   0.0001 (  0.1%)   0.0001 (  0.0%)  precheck-target
   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%)  perform-whole-module-type-checking
   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%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0844 (100.0%)   0.1918 (100.0%)   0.2762 (100.0%)   0.3381 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1764 seconds (0.2169 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0619 (100.0%)   0.1144 (100.0%)   0.1764 (100.0%)   0.2169 (100.0%)  Building Target
   0.0619 (100.0%)   0.1144 (100.0%)   0.1764 (100.0%)   0.2169 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/Extensions/Decoder.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/Extensions/DecodingError.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64_32 Compiling DynamicDecodingCollectionDictionaryWrapper.swift, DynamicDecodingContextContainerCodingKey.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftCompile normal arm64 Compiling\ DynamicDecodable.swift,\ DynamicDecodingConfiguration.swift,\ DynamicDecodingContext.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContext.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745714926427748-swift-frontend-DynamicCodableKit-DynamicDecodable.swift-arm64_apple_watchos2.0-o-Onone-1865722056.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4118 seconds (0.5668 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0231 (  8.2%)   0.0330 ( 25.1%)   0.0561 ( 13.6%)   0.1178 ( 20.8%)  parse-and-resolve-imports
   0.0224 (  8.0%)   0.0325 ( 24.7%)   0.0549 ( 13.3%)   0.1165 ( 20.6%)  Import resolution
   0.0706 ( 25.2%)   0.0221 ( 16.8%)   0.0927 ( 22.5%)   0.1068 ( 18.8%)  build-rewrite-system
   0.0363 ( 13.0%)   0.0070 (  5.3%)   0.0433 ( 10.5%)   0.0482 (  8.5%)  perform-sema
   0.0362 ( 12.9%)   0.0070 (  5.3%)   0.0432 ( 10.5%)   0.0480 (  8.5%)  Type checking and Semantic analysis
   0.0255 (  9.1%)   0.0044 (  3.3%)   0.0298 (  7.2%)   0.0345 (  6.1%)  typecheck-decl
   0.0119 (  4.2%)   0.0096 (  7.3%)   0.0214 (  5.2%)   0.0213 (  3.8%)  import-clang-decl
   0.0126 (  4.5%)   0.0046 (  3.5%)   0.0172 (  4.2%)   0.0177 (  3.1%)  IRGen
   0.0108 (  3.9%)   0.0026 (  2.0%)   0.0134 (  3.3%)   0.0136 (  2.4%)  typecheck-stmt
   0.0088 (  3.1%)   0.0023 (  1.7%)   0.0110 (  2.7%)   0.0134 (  2.4%)  SILGen
   0.0093 (  3.3%)   0.0021 (  1.6%)   0.0114 (  2.8%)   0.0115 (  2.0%)  typecheck-expr
   0.0049 (  1.7%)   0.0016 (  1.2%)   0.0065 (  1.6%)   0.0065 (  1.2%)  SILGen-function
   0.0052 (  1.9%)   0.0002 (  0.1%)   0.0053 (  1.3%)   0.0055 (  1.0%)  SIL optimization
   0.0015 (  0.5%)   0.0021 (  1.6%)   0.0037 (  0.9%)   0.0037 (  0.6%)  load-stdlib
   0.0006 (  0.2%)   0.0003 (  0.2%)   0.0009 (  0.2%)   0.0009 (  0.2%)  load-all-members
   0.0007 (  0.2%)   0.0001 (  0.1%)   0.0007 (  0.2%)   0.0008 (  0.1%)  precheck-target
   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%)  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-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.2804 (100.0%)   0.1314 (100.0%)   0.4118 (100.0%)   0.5668 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.0093 seconds (1.1196 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.7775 (100.0%)   0.2317 (100.0%)   1.0093 (100.0%)   1.1196 (100.0%)  Building Target
   0.7775 (100.0%)   0.2317 (100.0%)   1.0093 (100.0%)   1.1196 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingConfiguration.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContext.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal armv7k Compiling DynamicDecodingContextBasedWrapper.swift, DynamicDecodingContextProvider.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftCompile normal arm64_32 Compiling\ Decoder.swift,\ DecodingError.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/Extensions/Decoder.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/Extensions/DecodingError.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745714926427487-swift-frontend-DynamicCodableKit-Decoder.swift-arm64_32_apple_watchos2.0-o-Onone-1668641585.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1961 seconds (0.3624 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0264 ( 26.9%)   0.0392 ( 40.0%)   0.0656 ( 33.4%)   0.1418 ( 39.1%)  parse-and-resolve-imports
   0.0257 ( 26.2%)   0.0383 ( 39.1%)   0.0640 ( 32.6%)   0.1402 ( 38.7%)  Import resolution
   0.0096 (  9.8%)   0.0029 (  3.0%)   0.0125 (  6.4%)   0.0165 (  4.5%)  perform-sema
   0.0095 (  9.7%)   0.0029 (  2.9%)   0.0124 (  6.3%)   0.0164 (  4.5%)  Type checking and Semantic analysis
   0.0070 (  7.1%)   0.0021 (  2.2%)   0.0091 (  4.6%)   0.0121 (  3.4%)  typecheck-stmt
   0.0046 (  4.7%)   0.0044 (  4.5%)   0.0090 (  4.6%)   0.0095 (  2.6%)  IRGen
   0.0039 (  4.0%)   0.0017 (  1.8%)   0.0056 (  2.9%)   0.0056 (  1.6%)  SILGen
   0.0035 (  3.6%)   0.0017 (  1.7%)   0.0052 (  2.6%)   0.0052 (  1.4%)  SILGen-function
   0.0035 (  3.5%)   0.0002 (  0.2%)   0.0036 (  1.9%)   0.0044 (  1.2%)  SIL optimization
   0.0010 (  1.0%)   0.0029 (  2.9%)   0.0039 (  2.0%)   0.0039 (  1.1%)  load-stdlib
   0.0020 (  2.0%)   0.0005 (  0.6%)   0.0025 (  1.3%)   0.0025 (  0.7%)  typecheck-decl
   0.0008 (  0.8%)   0.0004 (  0.4%)   0.0012 (  0.6%)   0.0016 (  0.4%)  typecheck-expr
   0.0002 (  0.2%)   0.0001 (  0.1%)   0.0002 (  0.1%)   0.0013 (  0.4%)  precheck-target
   0.0004 (  0.4%)   0.0003 (  0.3%)   0.0007 (  0.3%)   0.0007 (  0.2%)  build-rewrite-system
   0.0002 (  0.2%)   0.0004 (  0.4%)   0.0006 (  0.3%)   0.0006 (  0.2%)  import-clang-decl
   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, post-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
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0982 (100.0%)   0.0979 (100.0%)   0.1961 (100.0%)   0.3624 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1323 seconds (0.2140 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0694 (100.0%)   0.0629 (100.0%)   0.1323 (100.0%)   0.2140 (100.0%)  Building Target
   0.0694 (100.0%)   0.0629 (100.0%)   0.1323 (100.0%)   0.2140 (100.0%)  Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/Extensions/Decoder.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/Extensions/DecodingError.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64_32 Compiling DynamicDecodingContextBasedWrapper.swift, DynamicDecodingContextProvider.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftCompile normal arm64 Compiling\ DynamicDecodingDefaultValueContextBasedWrapper.swift,\ DynamicEncodable.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextProvider/DynamicDecodingDefaultValueContextBasedWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicEncodable.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745714926469736-swift-frontend-DynamicCodableKit-DynamicDecodingDefaultValueContextBasedWrapper.swift-arm64_apple_watchos2.0-o-Onone-3565259103.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3469 seconds (0.4539 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0224 ( 11.3%)   0.0428 ( 29.0%)   0.0653 ( 18.8%)   0.1076 ( 23.7%)  parse-and-resolve-imports
   0.0218 ( 10.9%)   0.0424 ( 28.7%)   0.0642 ( 18.5%)   0.1065 ( 23.5%)  Import resolution
   0.0680 ( 34.1%)   0.0221 ( 15.0%)   0.0901 ( 26.0%)   0.0929 ( 20.5%)  build-rewrite-system
   0.0167 (  8.4%)   0.0067 (  4.5%)   0.0234 (  6.7%)   0.0280 (  6.2%)  perform-sema
   0.0166 (  8.3%)   0.0067 (  4.5%)   0.0233 (  6.7%)   0.0279 (  6.1%)  Type checking and Semantic analysis
   0.0123 (  6.2%)   0.0103 (  6.9%)   0.0226 (  6.5%)   0.0227 (  5.0%)  import-clang-decl
   0.0106 (  5.3%)   0.0030 (  2.1%)   0.0136 (  3.9%)   0.0159 (  3.5%)  typecheck-decl
   0.0067 (  3.4%)   0.0039 (  2.6%)   0.0106 (  3.1%)   0.0107 (  2.3%)  IRGen
   0.0058 (  2.9%)   0.0034 (  2.3%)   0.0092 (  2.6%)   0.0100 (  2.2%)  typecheck-stmt
   0.0033 (  1.7%)   0.0001 (  0.0%)   0.0034 (  1.0%)   0.0082 (  1.8%)  SIL optimization
   0.0053 (  2.7%)   0.0010 (  0.7%)   0.0063 (  1.8%)   0.0066 (  1.5%)  SILGen
   0.0041 (  2.0%)   0.0015 (  1.0%)   0.0055 (  1.6%)   0.0064 (  1.4%)  typecheck-expr
   0.0018 (  0.9%)   0.0030 (  2.1%)   0.0048 (  1.4%)   0.0057 (  1.2%)  load-stdlib
   0.0027 (  1.3%)   0.0004 (  0.3%)   0.0031 (  0.9%)   0.0034 (  0.7%)  SILGen-function
   0.0009 (  0.5%)   0.0003 (  0.2%)   0.0013 (  0.4%)   0.0013 (  0.3%)  load-all-members
   0.0002 (  0.1%)   0.0000 (  0.0%)   0.0002 (  0.1%)   0.0002 (  0.0%)  precheck-target
   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%)  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%)  SIL verification, pre-optimization
   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%)  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.1993 (100.0%)   0.1476 (100.0%)   0.3469 (100.0%)   0.4539 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.9900 seconds (1.0719 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.7362 (100.0%)   0.2538 (100.0%)   0.9900 (100.0%)   1.0719 (100.0%)  Building Target
   0.7362 (100.0%)   0.2538 (100.0%)   0.9900 (100.0%)   1.0719 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextProvider/DynamicDecodingDefaultValueContextBasedWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicEncodable.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64 Compiling Decoder.swift, DecodingError.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftCompile normal armv7k Compiling\ DynamicDecodingCollectionWrapper.swift,\ DynamicDecodingContextCodingKey.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextCodingKey/DynamicDecodingCollectionWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextCodingKey/DynamicDecodingContextCodingKey.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745714926529238-swift-frontend-DynamicCodableKit-DynamicDecodingCollectionWrapper.swift-armv7k_apple_watchos2.0-o-Onone-1791665192.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2551 seconds (0.2845 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0236 ( 14.7%)   0.0326 ( 34.4%)   0.0562 ( 22.0%)   0.0686 ( 24.1%)  parse-and-resolve-imports
   0.0231 ( 14.4%)   0.0321 ( 34.0%)   0.0552 ( 21.6%)   0.0676 ( 23.7%)  Import resolution
   0.0259 ( 16.2%)   0.0062 (  6.5%)   0.0321 ( 12.6%)   0.0328 ( 11.5%)  perform-sema
   0.0259 ( 16.1%)   0.0061 (  6.5%)   0.0320 ( 12.6%)   0.0327 ( 11.5%)  Type checking and Semantic analysis
   0.0172 ( 10.7%)   0.0043 (  4.6%)   0.0215 (  8.4%)   0.0221 (  7.8%)  typecheck-stmt
   0.0111 (  6.9%)   0.0025 (  2.6%)   0.0136 (  5.3%)   0.0139 (  4.9%)  typecheck-expr
   0.0094 (  5.8%)   0.0023 (  2.4%)   0.0116 (  4.6%)   0.0117 (  4.1%)  typecheck-decl
   0.0066 (  4.1%)   0.0033 (  3.5%)   0.0099 (  3.9%)   0.0100 (  3.5%)  IRGen
   0.0041 (  2.5%)   0.0005 (  0.5%)   0.0046 (  1.8%)   0.0054 (  1.9%)  SILGen
   0.0033 (  2.0%)   0.0004 (  0.4%)   0.0037 (  1.4%)   0.0045 (  1.6%)  SILGen-function
   0.0028 (  1.7%)   0.0012 (  1.3%)   0.0040 (  1.6%)   0.0041 (  1.5%)  build-rewrite-system
   0.0037 (  2.3%)   0.0001 (  0.1%)   0.0038 (  1.5%)   0.0041 (  1.4%)  SIL optimization
   0.0011 (  0.7%)   0.0022 (  2.3%)   0.0033 (  1.3%)   0.0033 (  1.2%)  load-stdlib
   0.0022 (  1.4%)   0.0002 (  0.2%)   0.0024 (  0.9%)   0.0025 (  0.9%)  precheck-target
   0.0005 (  0.3%)   0.0006 (  0.6%)   0.0011 (  0.4%)   0.0011 (  0.4%)  import-clang-decl
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  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%)  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%)  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.1606 (100.0%)   0.0945 (100.0%)   0.2551 (100.0%)   0.2845 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1645 seconds (0.2060 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1017 (100.0%)   0.0628 (100.0%)   0.1645 (100.0%)   0.2060 (100.0%)  Building Target
   0.1017 (100.0%)   0.0628 (100.0%)   0.1645 (100.0%)   0.2060 (100.0%)  Total
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextCodingKey/DynamicDecodingCollectionWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace

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

SwiftDriverJobDiscovery normal armv7k Compiling PathCodingKeyWrapper.swift, DynamicDecodingCollectionContextBasedWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftCompile normal arm64_32 Compiling\ DynamicDecodingDefaultValueWrapper.swift,\ DynamicDecodingWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextCodingKey/DynamicDecodingDefaultValueWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextCodingKey/DynamicDecodingWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745714926548536-swift-frontend-DynamicCodableKit-DynamicDecodingDefaultValueWrapper.swift-arm64_32_apple_watchos2.0-o-Onone-3476222004.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1787 seconds (0.1861 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0244 ( 25.4%)   0.0340 ( 41.2%)   0.0584 ( 32.7%)   0.0610 ( 32.8%)  parse-and-resolve-imports
   0.0235 ( 24.5%)   0.0334 ( 40.4%)   0.0569 ( 31.8%)   0.0594 ( 31.9%)  Import resolution
   0.0098 ( 10.2%)   0.0023 (  2.8%)   0.0121 (  6.8%)   0.0122 (  6.5%)  perform-sema
   0.0097 ( 10.1%)   0.0023 (  2.7%)   0.0120 (  6.7%)   0.0121 (  6.5%)  Type checking and Semantic analysis
   0.0065 (  6.8%)   0.0040 (  4.9%)   0.0105 (  5.9%)   0.0113 (  6.1%)  IRGen
   0.0066 (  6.9%)   0.0015 (  1.8%)   0.0081 (  4.6%)   0.0082 (  4.4%)  typecheck-decl
   0.0030 (  3.2%)   0.0001 (  0.2%)   0.0032 (  1.8%)   0.0042 (  2.3%)  SIL optimization
   0.0030 (  3.1%)   0.0007 (  0.9%)   0.0037 (  2.0%)   0.0037 (  2.0%)  typecheck-stmt
   0.0011 (  1.1%)   0.0023 (  2.8%)   0.0034 (  1.9%)   0.0034 (  1.8%)  load-stdlib
   0.0026 (  2.7%)   0.0004 (  0.5%)   0.0030 (  1.7%)   0.0032 (  1.7%)  SILGen
   0.0022 (  2.3%)   0.0006 (  0.7%)   0.0028 (  1.6%)   0.0028 (  1.5%)  typecheck-expr
   0.0017 (  1.8%)   0.0007 (  0.8%)   0.0024 (  1.3%)   0.0025 (  1.3%)  build-rewrite-system
   0.0016 (  1.7%)   0.0002 (  0.2%)   0.0018 (  1.0%)   0.0018 (  1.0%)  SILGen-function
   0.0002 (  0.2%)   0.0000 (  0.0%)   0.0002 (  0.1%)   0.0002 (  0.1%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  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%)  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%)  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.0961 (100.0%)   0.0826 (100.0%)   0.1787 (100.0%)   0.1861 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1336 seconds (0.1469 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0788 (100.0%)   0.0548 (100.0%)   0.1336 (100.0%)   0.1469 (100.0%)  Building Target
   0.0788 (100.0%)   0.0548 (100.0%)   0.1336 (100.0%)   0.1469 (100.0%)  Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextCodingKey/DynamicDecodingDefaultValueWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextCodingKey/DynamicDecodingWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64_32 Compiling KeyedDecodingContainerProtocol.swift, UnkeyedDecodingContainer.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftCompile normal armv7k Compiling\ DynamicDecodingDictionaryWrapper.swift,\ PathCodingKeyDefaultValueWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextContainerCodingKey/DynamicDecodingDictionaryWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextContainerCodingKey/PathCodingKeyDefaultValueWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745714926570734-swift-frontend-DynamicCodableKit-DynamicDecodingDictionaryWrapper.swift-armv7k_apple_watchos2.0-o-Onone-1864581502.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2044 seconds (0.2418 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0237 ( 21.1%)   0.0346 ( 37.8%)   0.0584 ( 28.6%)   0.0662 ( 27.4%)  parse-and-resolve-imports
   0.0228 ( 20.2%)   0.0339 ( 37.0%)   0.0567 ( 27.8%)   0.0645 ( 26.7%)  Import resolution
   0.0139 ( 12.3%)   0.0043 (  4.6%)   0.0182 (  8.9%)   0.0232 (  9.6%)  perform-sema
   0.0138 ( 12.3%)   0.0042 (  4.6%)   0.0181 (  8.8%)   0.0231 (  9.6%)  Type checking and Semantic analysis
   0.0076 (  6.7%)   0.0019 (  2.1%)   0.0095 (  4.6%)   0.0144 (  6.0%)  typecheck-stmt
   0.0071 (  6.3%)   0.0018 (  1.9%)   0.0089 (  4.3%)   0.0138 (  5.7%)  typecheck-expr
   0.0060 (  5.3%)   0.0038 (  4.1%)   0.0098 (  4.8%)   0.0102 (  4.2%)  IRGen
   0.0061 (  5.4%)   0.0023 (  2.5%)   0.0084 (  4.1%)   0.0085 (  3.5%)  typecheck-decl
   0.0012 (  1.1%)   0.0025 (  2.7%)   0.0037 (  1.8%)   0.0049 (  2.0%)  load-stdlib
   0.0029 (  2.5%)   0.0013 (  1.4%)   0.0042 (  2.0%)   0.0043 (  1.8%)  build-rewrite-system
   0.0028 (  2.5%)   0.0000 (  0.0%)   0.0028 (  1.4%)   0.0028 (  1.2%)  SIL optimization
   0.0025 (  2.2%)   0.0003 (  0.4%)   0.0028 (  1.4%)   0.0028 (  1.2%)  SILGen
   0.0015 (  1.3%)   0.0002 (  0.2%)   0.0017 (  0.8%)   0.0017 (  0.7%)  SILGen-function
   0.0006 (  0.5%)   0.0006 (  0.6%)   0.0012 (  0.6%)   0.0012 (  0.5%)  import-clang-decl
   0.0001 (  0.1%)   0.0000 (  0.0%)   0.0001 (  0.1%)   0.0001 (  0.1%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  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%)  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%)  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.1127 (100.0%)   0.0917 (100.0%)   0.2044 (100.0%)   0.2418 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1295 seconds (0.1468 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0726 (100.0%)   0.0570 (100.0%)   0.1295 (100.0%)   0.1468 (100.0%)  Building Target
   0.0726 (100.0%)   0.0570 (100.0%)   0.1295 (100.0%)   0.1468 (100.0%)  Total
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextContainerCodingKey/DynamicDecodingDictionaryWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextContainerCodingKey/PathCodingKeyDefaultValueWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64_32 Compiling DynamicDecodingCollectionWrapper.swift, DynamicDecodingContextCodingKey.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftCompile normal arm64 Compiling\ DynamicDecodingCollectionWrapper.swift,\ DynamicDecodingContextCodingKey.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextCodingKey/DynamicDecodingCollectionWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextCodingKey/DynamicDecodingContextCodingKey.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745714926697969-swift-frontend-DynamicCodableKit-DynamicDecodingCollectionWrapper.swift-arm64_apple_watchos2.0-o-Onone-3065259535.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2785 seconds (0.2838 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0249 ( 14.7%)   0.0387 ( 35.4%)   0.0636 ( 22.8%)   0.0638 ( 22.5%)  parse-and-resolve-imports
   0.0240 ( 14.2%)   0.0381 ( 34.8%)   0.0620 ( 22.3%)   0.0622 ( 21.9%)  Import resolution
   0.0251 ( 14.8%)   0.0059 (  5.4%)   0.0311 ( 11.1%)   0.0321 ( 11.3%)  perform-sema
   0.0251 ( 14.8%)   0.0059 (  5.4%)   0.0310 ( 11.1%)   0.0320 ( 11.3%)  Type checking and Semantic analysis
   0.0155 (  9.2%)   0.0038 (  3.5%)   0.0193 (  6.9%)   0.0203 (  7.2%)  typecheck-stmt
   0.0113 (  6.7%)   0.0064 (  5.9%)   0.0177 (  6.4%)   0.0179 (  6.3%)  IRGen
   0.0112 (  6.6%)   0.0024 (  2.2%)   0.0136 (  4.9%)   0.0146 (  5.2%)  typecheck-expr
   0.0101 (  6.0%)   0.0023 (  2.1%)   0.0124 (  4.4%)   0.0125 (  4.4%)  typecheck-decl
   0.0065 (  3.8%)   0.0009 (  0.8%)   0.0073 (  2.6%)   0.0077 (  2.7%)  SILGen
   0.0053 (  3.1%)   0.0005 (  0.5%)   0.0057 (  2.1%)   0.0059 (  2.1%)  SILGen-function
   0.0028 (  1.6%)   0.0011 (  1.0%)   0.0038 (  1.4%)   0.0039 (  1.4%)  build-rewrite-system
   0.0037 (  2.2%)   0.0000 (  0.0%)   0.0038 (  1.3%)   0.0038 (  1.3%)  SIL optimization
   0.0011 (  0.6%)   0.0025 (  2.3%)   0.0036 (  1.3%)   0.0036 (  1.3%)  load-stdlib
   0.0023 (  1.3%)   0.0003 (  0.3%)   0.0026 (  0.9%)   0.0026 (  0.9%)  precheck-target
   0.0004 (  0.2%)   0.0005 (  0.4%)   0.0009 (  0.3%)   0.0009 (  0.3%)  import-clang-decl
   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%)  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%)  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.1693 (100.0%)   0.1092 (100.0%)   0.2785 (100.0%)   0.2838 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1767 seconds (0.1807 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1091 (100.0%)   0.0676 (100.0%)   0.1767 (100.0%)   0.1807 (100.0%)  Building Target
   0.1091 (100.0%)   0.0676 (100.0%)   0.1767 (100.0%)   0.1807 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextCodingKey/DynamicDecodingCollectionWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextCodingKey/DynamicDecodingContextCodingKey.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal armv7k Compiling\ DynamicDecodingDefaultValueWrapper.swift,\ DynamicDecodingWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextCodingKey/DynamicDecodingDefaultValueWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextCodingKey/DynamicDecodingWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745714926706867-swift-frontend-DynamicCodableKit-DynamicDecodingDefaultValueWrapper.swift-armv7k_apple_watchos2.0-o-Onone-4256011942.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1854 seconds (0.1867 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0228 ( 23.4%)   0.0364 ( 41.4%)   0.0592 ( 31.9%)   0.0596 ( 31.9%)  parse-and-resolve-imports
   0.0220 ( 22.6%)   0.0359 ( 40.8%)   0.0579 ( 31.2%)   0.0584 ( 31.3%)  Import resolution
   0.0110 ( 11.3%)   0.0023 (  2.6%)   0.0134 (  7.2%)   0.0134 (  7.2%)  perform-sema
   0.0109 ( 11.2%)   0.0023 (  2.6%)   0.0133 (  7.2%)   0.0133 (  7.1%)  Type checking and Semantic analysis
   0.0069 (  7.1%)   0.0048 (  5.5%)   0.0118 (  6.4%)   0.0122 (  6.5%)  IRGen
   0.0065 (  6.6%)   0.0014 (  1.6%)   0.0079 (  4.3%)   0.0079 (  4.2%)  typecheck-decl
   0.0043 (  4.4%)   0.0008 (  0.9%)   0.0051 (  2.8%)   0.0051 (  2.7%)  typecheck-stmt
   0.0035 (  3.6%)   0.0006 (  0.7%)   0.0042 (  2.2%)   0.0042 (  2.2%)  typecheck-expr
   0.0010 (  1.1%)   0.0020 (  2.3%)   0.0031 (  1.6%)   0.0031 (  1.6%)  load-stdlib
   0.0024 (  2.4%)   0.0004 (  0.5%)   0.0028 (  1.5%)   0.0028 (  1.5%)  SILGen
   0.0027 (  2.7%)   0.0000 (  0.0%)   0.0027 (  1.4%)   0.0027 (  1.4%)  SIL optimization
   0.0016 (  1.6%)   0.0005 (  0.6%)   0.0021 (  1.1%)   0.0021 (  1.1%)  build-rewrite-system
   0.0014 (  1.4%)   0.0003 (  0.3%)   0.0016 (  0.9%)   0.0016 (  0.9%)  SILGen-function
   0.0003 (  0.3%)   0.0000 (  0.0%)   0.0003 (  0.2%)   0.0003 (  0.2%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  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%)  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%)  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.0974 (100.0%)   0.0880 (100.0%)   0.1854 (100.0%)   0.1867 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1407 seconds (0.1428 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0803 (100.0%)   0.0604 (100.0%)   0.1407 (100.0%)   0.1428 (100.0%)  Building Target
   0.0803 (100.0%)   0.0604 (100.0%)   0.1407 (100.0%)   0.1428 (100.0%)  Total
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextCodingKey/DynamicDecodingDefaultValueWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextCodingKey/DynamicDecodingWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64_32 Compiling Decoder.swift, DecodingError.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftCompile normal armv7k Compiling\ DynamicDecodingCollectionDictionaryWrapper.swift,\ DynamicDecodingContextContainerCodingKey.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextContainerCodingKey/DynamicDecodingCollectionDictionaryWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextContainerCodingKey/DynamicDecodingContextContainerCodingKey.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745714926763404-swift-frontend-DynamicCodableKit-DynamicDecodingCollectionDictionaryWrapper.swift-armv7k_apple_watchos2.0-o-Onone-2600989771.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2736 seconds (0.2798 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0255 ( 15.3%)   0.0338 ( 31.4%)   0.0593 ( 21.7%)   0.0599 ( 21.4%)  parse-and-resolve-imports
   0.0244 ( 14.7%)   0.0332 ( 30.8%)   0.0577 ( 21.1%)   0.0583 ( 20.8%)  Import resolution
   0.0269 ( 16.2%)   0.0095 (  8.8%)   0.0363 ( 13.3%)   0.0378 ( 13.5%)  perform-sema
   0.0268 ( 16.2%)   0.0094 (  8.7%)   0.0362 ( 13.2%)   0.0376 ( 13.5%)  Type checking and Semantic analysis
   0.0184 ( 11.1%)   0.0061 (  5.7%)   0.0246 (  9.0%)   0.0258 (  9.2%)  typecheck-stmt
   0.0104 (  6.3%)   0.0027 (  2.5%)   0.0132 (  4.8%)   0.0134 (  4.8%)  typecheck-expr
   0.0085 (  5.1%)   0.0035 (  3.3%)   0.0120 (  4.4%)   0.0121 (  4.3%)  typecheck-decl
   0.0066 (  4.0%)   0.0042 (  3.9%)   0.0108 (  4.0%)   0.0110 (  3.9%)  IRGen
   0.0049 (  3.0%)   0.0004 (  0.4%)   0.0053 (  1.9%)   0.0054 (  1.9%)  SILGen
   0.0034 (  2.1%)   0.0013 (  1.2%)   0.0047 (  1.7%)   0.0048 (  1.7%)  build-rewrite-system
   0.0039 (  2.4%)   0.0001 (  0.1%)   0.0041 (  1.5%)   0.0042 (  1.5%)  SIL optimization
   0.0037 (  2.2%)   0.0003 (  0.2%)   0.0039 (  1.4%)   0.0040 (  1.4%)  SILGen-function
   0.0011 (  0.6%)   0.0023 (  2.1%)   0.0033 (  1.2%)   0.0033 (  1.2%)  load-stdlib
   0.0006 (  0.4%)   0.0008 (  0.7%)   0.0014 (  0.5%)   0.0014 (  0.5%)  import-clang-decl
   0.0006 (  0.3%)   0.0001 (  0.1%)   0.0007 (  0.2%)   0.0008 (  0.3%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   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%)  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%)  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.1658 (100.0%)   0.1078 (100.0%)   0.2736 (100.0%)   0.2798 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1667 seconds (0.1703 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1026 (100.0%)   0.0641 (100.0%)   0.1667 (100.0%)   0.1703 (100.0%)  Building Target
   0.1026 (100.0%)   0.0641 (100.0%)   0.1667 (100.0%)   0.1703 (100.0%)  Total
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextContainerCodingKey/DynamicDecodingCollectionDictionaryWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace

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

SwiftDriverJobDiscovery normal arm64_32 Compiling DynamicDecodingDefaultValueWrapper.swift, DynamicDecodingWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftCompile normal arm64_32 Compiling\ DynamicDecodingDictionaryWrapper.swift,\ PathCodingKeyDefaultValueWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextContainerCodingKey/DynamicDecodingDictionaryWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextContainerCodingKey/PathCodingKeyDefaultValueWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745714926790407-swift-frontend-DynamicCodableKit-DynamicDecodingDictionaryWrapper.swift-arm64_32_apple_watchos2.0-o-Onone-3676246074.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2011 seconds (0.2068 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0225 ( 20.8%)   0.0334 ( 36.0%)   0.0560 ( 27.8%)   0.0569 ( 27.5%)  parse-and-resolve-imports
   0.0217 ( 20.1%)   0.0327 ( 35.2%)   0.0545 ( 27.1%)   0.0553 ( 26.7%)  Import resolution
   0.0138 ( 12.8%)   0.0050 (  5.4%)   0.0188 (  9.3%)   0.0199 (  9.6%)  perform-sema
   0.0137 ( 12.7%)   0.0050 (  5.4%)   0.0187 (  9.3%)   0.0198 (  9.6%)  Type checking and Semantic analysis
   0.0073 (  6.8%)   0.0034 (  3.7%)   0.0108 (  5.3%)   0.0117 (  5.6%)  typecheck-decl
   0.0054 (  5.0%)   0.0055 (  5.9%)   0.0109 (  5.4%)   0.0109 (  5.3%)  IRGen
   0.0062 (  5.8%)   0.0016 (  1.7%)   0.0078 (  3.9%)   0.0079 (  3.8%)  typecheck-stmt
   0.0057 (  5.3%)   0.0014 (  1.5%)   0.0071 (  3.5%)   0.0073 (  3.5%)  typecheck-expr
   0.0014 (  1.3%)   0.0022 (  2.3%)   0.0036 (  1.8%)   0.0036 (  1.8%)  load-stdlib
   0.0030 (  2.7%)   0.0001 (  0.1%)   0.0031 (  1.5%)   0.0033 (  1.6%)  SIL optimization
   0.0022 (  2.0%)   0.0011 (  1.1%)   0.0032 (  1.6%)   0.0032 (  1.6%)  build-rewrite-system
   0.0025 (  2.3%)   0.0004 (  0.4%)   0.0029 (  1.4%)   0.0029 (  1.4%)  SILGen
   0.0009 (  0.8%)   0.0009 (  0.9%)   0.0018 (  0.9%)   0.0020 (  1.0%)  import-clang-decl
   0.0016 (  1.4%)   0.0002 (  0.2%)   0.0017 (  0.9%)   0.0017 (  0.8%)  SILGen-function
   0.0001 (  0.1%)   0.0000 (  0.0%)   0.0002 (  0.1%)   0.0002 (  0.1%)  precheck-target
   0.0001 (  0.1%)   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%)  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%)  source-file-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%)  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.1082 (100.0%)   0.0929 (100.0%)   0.2011 (100.0%)   0.2068 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1325 seconds (0.1364 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0717 (100.0%)   0.0608 (100.0%)   0.1325 (100.0%)   0.1364 (100.0%)  Building Target
   0.0717 (100.0%)   0.0608 (100.0%)   0.1325 (100.0%)   0.1364 (100.0%)  Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextContainerCodingKey/DynamicDecodingDictionaryWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextContainerCodingKey/PathCodingKeyDefaultValueWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal armv7k Compiling DynamicDecodingDictionaryWrapper.swift, PathCodingKeyDefaultValueWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftCompile normal arm64 Compiling\ DynamicDecodingContextBasedWrapper.swift,\ DynamicDecodingContextProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextProvider/DynamicDecodingContextBasedWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextProvider/DynamicDecodingContextProvider.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745714926803618-swift-frontend-DynamicCodableKit-DynamicDecodingContextBasedWrapper.swift-arm64_apple_watchos2.0-o-Onone-4174238407.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1706 seconds (0.1729 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0247 ( 30.1%)   0.0353 ( 39.8%)   0.0600 ( 35.2%)   0.0606 ( 35.0%)  parse-and-resolve-imports
   0.0240 ( 29.3%)   0.0349 ( 39.4%)   0.0589 ( 34.6%)   0.0595 ( 34.4%)  Import resolution
   0.0044 (  5.4%)   0.0053 (  5.9%)   0.0097 (  5.7%)   0.0098 (  5.7%)  IRGen
   0.0055 (  6.7%)   0.0024 (  2.7%)   0.0079 (  4.6%)   0.0081 (  4.7%)  perform-sema
   0.0054 (  6.6%)   0.0023 (  2.6%)   0.0077 (  4.5%)   0.0080 (  4.6%)  Type checking and Semantic analysis
   0.0038 (  4.6%)   0.0019 (  2.1%)   0.0056 (  3.3%)   0.0059 (  3.4%)  typecheck-stmt
   0.0037 (  4.5%)   0.0017 (  1.9%)   0.0054 (  3.2%)   0.0057 (  3.3%)  typecheck-expr
   0.0010 (  1.2%)   0.0021 (  2.4%)   0.0031 (  1.8%)   0.0031 (  1.8%)  load-stdlib
   0.0022 (  2.7%)   0.0007 (  0.8%)   0.0030 (  1.7%)   0.0030 (  1.7%)  SILGen
   0.0028 (  3.5%)   0.0001 (  0.1%)   0.0029 (  1.7%)   0.0029 (  1.7%)  SIL optimization
   0.0015 (  1.9%)   0.0006 (  0.7%)   0.0021 (  1.2%)   0.0021 (  1.2%)  SILGen-function
   0.0014 (  1.7%)   0.0004 (  0.5%)   0.0018 (  1.1%)   0.0018 (  1.1%)  typecheck-decl
   0.0006 (  0.7%)   0.0006 (  0.7%)   0.0012 (  0.7%)   0.0012 (  0.7%)  import-clang-decl
   0.0008 (  1.0%)   0.0002 (  0.3%)   0.0010 (  0.6%)   0.0010 (  0.6%)  build-rewrite-system
   0.0001 (  0.1%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  precheck-target
   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%)  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%)  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%)  populate-source-file-class-member-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%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0820 (100.0%)   0.0886 (100.0%)   0.1706 (100.0%)   0.1729 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1127 seconds (0.1142 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0571 (100.0%)   0.0556 (100.0%)   0.1127 (100.0%)   0.1142 (100.0%)  Building Target
   0.0571 (100.0%)   0.0556 (100.0%)   0.1127 (100.0%)   0.1142 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextProvider/DynamicDecodingContextBasedWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextProvider/DynamicDecodingContextProvider.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal armv7k Compiling DynamicDecodingCollectionWrapper.swift, DynamicDecodingContextCodingKey.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftCompile normal armv7k Compiling\ DynamicDecodingDefaultValueContextBasedWrapper.swift,\ DynamicEncodable.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextProvider/DynamicDecodingDefaultValueContextBasedWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicEncodable.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745714926921135-swift-frontend-DynamicCodableKit-DynamicDecodingDefaultValueContextBasedWrapper.swift-armv7k_apple_watchos2.0-o-Onone-2720888934.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2701 seconds (0.2708 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0504 ( 30.1%)   0.0167 ( 16.3%)   0.0671 ( 24.9%)   0.0671 ( 24.8%)  build-rewrite-system
   0.0209 ( 12.5%)   0.0287 ( 28.0%)   0.0496 ( 18.4%)   0.0500 ( 18.5%)  parse-and-resolve-imports
   0.0201 ( 12.0%)   0.0282 ( 27.5%)   0.0483 ( 17.9%)   0.0487 ( 18.0%)  Import resolution
   0.0154 (  9.2%)   0.0051 (  4.9%)   0.0205 (  7.6%)   0.0205 (  7.6%)  perform-sema
   0.0153 (  9.1%)   0.0050 (  4.9%)   0.0204 (  7.5%)   0.0204 (  7.5%)  Type checking and Semantic analysis
   0.0095 (  5.7%)   0.0072 (  7.0%)   0.0167 (  6.2%)   0.0167 (  6.2%)  import-clang-decl
   0.0102 (  6.1%)   0.0029 (  2.8%)   0.0131 (  4.8%)   0.0131 (  4.8%)  typecheck-decl
   0.0065 (  3.9%)   0.0032 (  3.1%)   0.0097 (  3.6%)   0.0097 (  3.6%)  IRGen
   0.0049 (  2.9%)   0.0020 (  2.0%)   0.0069 (  2.6%)   0.0069 (  2.5%)  typecheck-stmt
   0.0034 (  2.0%)   0.0008 (  0.8%)   0.0042 (  1.6%)   0.0042 (  1.6%)  typecheck-expr
   0.0036 (  2.1%)   0.0004 (  0.4%)   0.0040 (  1.5%)   0.0040 (  1.5%)  SILGen
   0.0034 (  2.0%)   0.0000 (  0.0%)   0.0034 (  1.3%)   0.0034 (  1.3%)  SIL optimization
   0.0013 (  0.8%)   0.0019 (  1.8%)   0.0032 (  1.2%)   0.0032 (  1.2%)  load-stdlib
   0.0016 (  1.0%)   0.0002 (  0.2%)   0.0018 (  0.7%)   0.0018 (  0.7%)  SILGen-function
   0.0007 (  0.4%)   0.0002 (  0.2%)   0.0009 (  0.3%)   0.0009 (  0.3%)  load-all-members
   0.0002 (  0.1%)   0.0000 (  0.0%)   0.0002 (  0.1%)   0.0002 (  0.1%)  precheck-target
   0.0001 (  0.0%)   0.0001 (  0.1%)   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%)  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%)  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.1675 (100.0%)   0.1026 (100.0%)   0.2701 (100.0%)   0.2708 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6184 seconds (0.6205 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.4875 (100.0%)   0.1310 (100.0%)   0.6184 (100.0%)   0.6205 (100.0%)  Building Target
   0.4875 (100.0%)   0.1310 (100.0%)   0.6184 (100.0%)   0.6205 (100.0%)  Total
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextProvider/DynamicDecodingDefaultValueContextBasedWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace

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

SwiftDriverJobDiscovery normal armv7k Compiling DynamicDecodingDefaultValueWrapper.swift, DynamicDecodingWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftDriverJobDiscovery normal arm64 Compiling DynamicDecodingCollectionWrapper.swift, DynamicDecodingContextCodingKey.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftDriverJobDiscovery normal arm64 Compiling DynamicDecodingContextBasedWrapper.swift, DynamicDecodingContextProvider.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftDriverJobDiscovery normal arm64_32 Compiling DynamicDecodingDictionaryWrapper.swift, PathCodingKeyDefaultValueWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftDriverJobDiscovery normal armv7k Compiling DynamicDecodingCollectionDictionaryWrapper.swift, DynamicDecodingContextContainerCodingKey.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftDriverJobDiscovery normal armv7k Compiling DynamicDecodingDefaultValueContextBasedWrapper.swift, DynamicEncodable.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftDriverJobDiscovery normal arm64 Compiling DynamicDecodingDefaultValueContextBasedWrapper.swift, DynamicEncodable.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftDriverJobDiscovery normal arm64_32 Compiling DynamicDecodingDefaultValueContextBasedWrapper.swift, DynamicEncodable.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftDriverJobDiscovery normal arm64_32 Compiling DynamicDecodable.swift, DynamicDecodingConfiguration.swift, DynamicDecodingContext.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftDriverJobDiscovery normal arm64 Compiling DynamicDecodable.swift, DynamicDecodingConfiguration.swift, DynamicDecodingContext.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftDriver\ Compilation DynamicCodableKit normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    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 DynamicCodableKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64_32/DynamicCodableKit.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/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64_32/DynamicCodableKit-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/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64_32/DynamicCodableKit.swiftmodule -emit-symbol-graph -emit-symbol-graph-dir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/symbol-graph/swift/arm64_32-apple-watchos -emit-extension-block-symbols -emit-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64_32/DynamicCodableKit.swiftinterface -emit-private-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64_32/DynamicCodableKit.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/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64_32/DynamicCodableKit_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/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.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/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64_32/DynamicCodableKit-Swift.h -no-verify-emitted-module-interface -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal armv7k Compiling DynamicDecodable.swift, DynamicDecodingConfiguration.swift, DynamicDecodingContext.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftDriver\ Compilation DynamicCodableKit normal armv7k com.apple.xcode.tools.swift.compiler (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    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 DynamicCodableKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/armv7k/DynamicCodableKit.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/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/armv7k/DynamicCodableKit-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/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/armv7k/DynamicCodableKit.swiftmodule -emit-symbol-graph -emit-symbol-graph-dir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/symbol-graph/swift/armv7k-apple-watchos -emit-extension-block-symbols -emit-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/armv7k/DynamicCodableKit.swiftinterface -emit-private-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/armv7k/DynamicCodableKit.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/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/armv7k/DynamicCodableKit_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/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.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/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/armv7k/DynamicCodableKit-Swift.h -no-verify-emitted-module-interface -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriver\ Compilation DynamicCodableKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    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 DynamicCodableKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.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/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit-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/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.swiftmodule -emit-symbol-graph -emit-symbol-graph-dir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/symbol-graph/swift/arm64-apple-watchos -emit-extension-block-symbols -emit-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.swiftinterface -emit-private-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.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/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit_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/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.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/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit-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/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64_32/Binary/DynamicCodableKit normal arm64_32 (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    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/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64_32/DynamicCodableKit.LinkFileList -install_name @rpath/DynamicCodableKit.framework/DynamicCodableKit -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/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64_32/DynamicCodableKit_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64_32/DynamicCodableKit_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/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64_32/DynamicCodableKit.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64_32/Binary/DynamicCodableKit
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/armv7k/Binary/DynamicCodableKit normal armv7k (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    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/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/armv7k/DynamicCodableKit.LinkFileList -install_name @rpath/DynamicCodableKit.framework/DynamicCodableKit -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/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/armv7k/DynamicCodableKit_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/armv7k/DynamicCodableKit_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/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/armv7k/DynamicCodableKit.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/armv7k/Binary/DynamicCodableKit
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64/Binary/DynamicCodableKit normal arm64 (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    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/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.LinkFileList -install_name @rpath/DynamicCodableKit.framework/DynamicCodableKit -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/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit_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/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64/Binary/DynamicCodableKit
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DynamicCodableKit.framework/DynamicCodableKit normal arm64\ armv7k\ arm64_32 (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    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/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64/Binary/DynamicCodableKit /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/armv7k/Binary/DynamicCodableKit /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64_32/Binary/DynamicCodableKit -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DynamicCodableKit.framework/DynamicCodableKit
ExtractAppIntentsMetadata (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    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 DynamicCodableKit --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 DynamicCodableKit --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DynamicCodableKit.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/DynamicCodableKit.framework/DynamicCodableKit --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/armv7k/DynamicCodableKit_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64_32/DynamicCodableKit_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/armv7k/DynamicCodableKit.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64_32/DynamicCodableKit.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/DynamicCodableKit.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/DynamicCodableKit.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/armv7k/DynamicCodableKit.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-watchos/DynamicCodableKit.build/Objects-normal/arm64_32/DynamicCodableKit.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-26 17:48:47.902 appintentsmetadataprocessor[759:4257] Starting appintentsmetadataprocessor export
2025-04-26 17:48:47.905 appintentsmetadataprocessor[759:4257] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos/DynamicCodableKit.framework/DynamicCodableKit.tbd (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    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/DynamicCodableKit.framework/DynamicCodableKit -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos/DynamicCodableKit.framework/DynamicCodableKit.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DynamicCodableKit.framework (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DynamicCodableKit.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DynamicCodableKit.framework (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DynamicCodableKit.framework
/Users/admin/builder/spi-builder-workspace/DynamicCodableKit.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 'DynamicCodableKit' from project 'DynamicCodableKit')
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swift-format",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.50600.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-format"
    }
  ],
  "manifest_display_name" : "DynamicCodableKit",
  "name" : "DynamicCodableKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "8.0"
    },
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "DynamicCodableKit",
      "targets" : [
        "DynamicCodableKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "DynamicCodableKitTests",
      "module_type" : "SwiftTarget",
      "name" : "DynamicCodableKitTests",
      "path" : "Tests/DynamicCodableKitTests",
      "sources" : [
        "DynamicDecodable.swift",
        "DynamicDecodingContext.swift",
        "DynamicDecodingContextCodingKey/Data/IdentifierCollectionDecode.swift",
        "DynamicDecodingContextCodingKey/Data/IdentifierCollectionDecodeWithInvalidData.swift",
        "DynamicDecodingContextCodingKey/Data/IdentifierDecode.swift",
        "DynamicDecodingContextCodingKey/Data/IdentifierDecodeWithInvalidData.swift",
        "DynamicDecodingContextCodingKey/DynamicDecodingCollectionWrapper.swift",
        "DynamicDecodingContextCodingKey/DynamicDecodingWrapper.swift",
        "DynamicDecodingContextCodingKey/Models/DynamicBaseType.swift",
        "DynamicDecodingContextCodingKey/Models/PostPage.swift",
        "DynamicDecodingContextContainerCodingKey/Data/ContainerCollectionDecode.swift",
        "DynamicDecodingContextContainerCodingKey/Data/ContainerCollectionDecodeWithInvalidData.swift",
        "DynamicDecodingContextContainerCodingKey/Data/ContainerDecode.swift",
        "DynamicDecodingContextContainerCodingKey/Data/ContainerDecodeWithInvalidData.swift",
        "DynamicDecodingContextContainerCodingKey/Data/PathCodingKeyData.swift",
        "DynamicDecodingContextContainerCodingKey/DynamicDecodingCollectionDictionaryWrapper.swift",
        "DynamicDecodingContextContainerCodingKey/DynamicDecodingDictionaryWrapper.swift",
        "DynamicDecodingContextContainerCodingKey/Models/PostContainer.swift",
        "DynamicDecodingContextContainerCodingKey/Models/PostPath.swift",
        "DynamicDecodingContextContainerCodingKey/PathCodingKeyWrapper.swift",
        "DynamicDecodingContextProvider/Data/ProviderCollectionDecode.swift",
        "DynamicDecodingContextProvider/Data/ProviderCollectionDecodeWithInvalidData.swift",
        "DynamicDecodingContextProvider/DynamicDecodingCollectionContextBasedWrapper.swift",
        "DynamicDecodingContextProvider/DynamicDecodingContextBasedWrapper.swift",
        "DynamicDecodingContextProvider/Models/ProviderPost.swift",
        "DynamicEncodable.swift",
        "Models/HashablePost.swift",
        "Models/Post.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "DynamicCodableKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DynamicCodableKit",
      "module_type" : "SwiftTarget",
      "name" : "DynamicCodableKit",
      "path" : "Sources/DynamicCodableKit",
      "product_memberships" : [
        "DynamicCodableKit"
      ],
      "sources" : [
        "DynamicDecodable.swift",
        "DynamicDecodingConfiguration.swift",
        "DynamicDecodingContext.swift",
        "DynamicDecodingContextCodingKey/DynamicDecodingCollectionWrapper.swift",
        "DynamicDecodingContextCodingKey/DynamicDecodingContextCodingKey.swift",
        "DynamicDecodingContextCodingKey/DynamicDecodingDefaultValueWrapper.swift",
        "DynamicDecodingContextCodingKey/DynamicDecodingWrapper.swift",
        "DynamicDecodingContextContainerCodingKey/DynamicDecodingCollectionDictionaryWrapper.swift",
        "DynamicDecodingContextContainerCodingKey/DynamicDecodingContextContainerCodingKey.swift",
        "DynamicDecodingContextContainerCodingKey/DynamicDecodingDictionaryWrapper.swift",
        "DynamicDecodingContextContainerCodingKey/PathCodingKeyDefaultValueWrapper.swift",
        "DynamicDecodingContextContainerCodingKey/PathCodingKeyWrapper.swift",
        "DynamicDecodingContextProvider/DynamicDecodingCollectionContextBasedWrapper.swift",
        "DynamicDecodingContextProvider/DynamicDecodingContextBasedWrapper.swift",
        "DynamicDecodingContextProvider/DynamicDecodingContextProvider.swift",
        "DynamicDecodingContextProvider/DynamicDecodingDefaultValueContextBasedWrapper.swift",
        "DynamicEncodable.swift",
        "Extensions/Decoder.swift",
        "Extensions/DecodingError.swift",
        "Extensions/KeyedDecodingContainerProtocol.swift",
        "Extensions/UnkeyedDecodingContainer.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.