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 tvOS using Xcode 16.3 on 27 Apr 2025 00:48:59 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=tvOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftyLab/DynamicCodableKit.git
Reference: v1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SwiftyLab/DynamicCodableKit
 * tag               v1.0.0     -> FETCH_HEAD
HEAD is now at a1b9c88 chore(CHANGELOG): update for v1.0.0 [skip ci]
Cloned https://github.com/SwiftyLab/DynamicCodableKit.git
Revision (git rev-parse @):
a1b9c888239c26b83e0030ddbae8ba36dbf51d6b
SUCCESS checkout https://github.com/SwiftyLab/DynamicCodableKit.git at v1.0.0
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/SwiftyLab/DynamicCodableKit.git
https://github.com/SwiftyLab/DynamicCodableKit.git
{
  "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"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
    {
      "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"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "DynamicCodableKit",
    "schemes" : [
      "DynamicCodableKit-Package",
      "DynamicCodableKitPackageDescription",
      "DynamicCodableKitPackageTests"
    ],
    "targets" : [
      "DynamicCodableKit",
      "DynamicCodableKitPackageDescription",
      "DynamicCodableKitPackageTests",
      "DynamicCodableKitTests"
    ]
  }
}
Running build ...
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=tvOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme DynamicCodableKit-Package -destination generic/platform=tvOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target 'DynamicCodableKit' in project 'DynamicCodableKit' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: fe136db78f8e02c083fcad902c7bc815
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/fe136db78f8e02c083fcad902c7bc815.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/DynamicCodableKit.xcodeproj
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/DynamicCodableKit.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/DynamicCodableKit.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
    cd /Users/admin/builder/spi-builder-workspace/DynamicCodableKit.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
    cd /Users/admin/builder/spi-builder-workspace/DynamicCodableKit.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DynamicCodableKit.framework (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DynamicCodableKit.framework
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-appletvos/DynamicCodableKit.build/DynamicCodableKit.DependencyStaticMetadataFileList (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-appletvos/DynamicCodableKit.build/DynamicCodableKit.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-appletvos/DynamicCodableKit.build/DynamicCodableKit.DependencyMetadataFileList (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-appletvos/DynamicCodableKit.build/DynamicCodableKit.DependencyMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DynamicCodableKit.framework/Headers (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DynamicCodableKit.framework/Headers
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-appletvos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit-OutputFileMap.json (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-appletvos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-appletvos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.SwiftFileList (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-appletvos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-appletvos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit_const_extract_protocols.json (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-appletvos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-appletvos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.LinkFileList (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-appletvos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-appletvos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.SwiftConstValuesFileList (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-appletvos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.SwiftConstValuesFileList
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DynamicCodableKit.framework/Info.plist /Users/admin/builder/spi-builder-workspace/DynamicCodableKit.xcodeproj/DynamicCodableKit_Info.plist (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/DynamicCodableKit.xcodeproj/DynamicCodableKit_Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform appletvos -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DynamicCodableKit.framework/Info.plist
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-appletvos/DynamicCodableKit.build/symbol-graph/swift/arm64-apple-tvos (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-appletvos/DynamicCodableKit.build/symbol-graph/swift/arm64-apple-tvos
SwiftDriver DynamicCodableKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DynamicCodableKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos9.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-appletvos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-appletvos/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-appletvos/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-appletvos/DynamicCodableKit.build/symbol-graph/swift/arm64-apple-tvos -emit-extension-block-symbols -emit-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-appletvos/DynamicCodableKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-appletvos/DynamicCodableKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-appletvos/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-appletvos/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
SwiftCompile normal arm64 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')
SwiftCompile normal arm64 /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 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextContainerCodingKey/PathCodingKeyDefaultValueWrapper.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-1745714934826706-swift-frontend-DynamicCodableKit-DynamicDecodingDictionaryWrapper.swift-arm64_apple_tvos9.0-o-Onone-1277823358.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3775 seconds (3.5640 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0215 ( 14.8%)   0.0912 ( 39.2%)   0.1127 ( 29.9%)   1.6672 ( 46.8%)  parse-and-resolve-imports
   0.0209 ( 14.4%)   0.0907 ( 39.0%)   0.1116 ( 29.6%)   1.6660 ( 46.7%)  Import resolution
   0.0016 (  1.1%)   0.0149 (  6.4%)   0.0165 (  4.4%)   0.0937 (  2.6%)  load-stdlib
   0.0520 ( 35.8%)   0.0216 (  9.3%)   0.0735 ( 19.5%)   0.0739 (  2.1%)  build-rewrite-system
   0.0106 (  7.3%)   0.0027 (  1.2%)   0.0133 (  3.5%)   0.0133 (  0.4%)  perform-sema
   0.0106 (  7.3%)   0.0027 (  1.2%)   0.0133 (  3.5%)   0.0133 (  0.4%)  Type checking and Semantic analysis
   0.0048 (  3.3%)   0.0026 (  1.1%)   0.0075 (  2.0%)   0.0075 (  0.2%)  IRGen
   0.0059 (  4.1%)   0.0010 (  0.4%)   0.0069 (  1.8%)   0.0069 (  0.2%)  typecheck-stmt
   0.0046 (  3.2%)   0.0017 (  0.7%)   0.0064 (  1.7%)   0.0064 (  0.2%)  typecheck-decl
   0.0054 (  3.7%)   0.0009 (  0.4%)   0.0063 (  1.7%)   0.0064 (  0.2%)  typecheck-expr
   0.0028 (  1.9%)   0.0006 (  0.2%)   0.0034 (  0.9%)   0.0034 (  0.1%)  SIL optimization
   0.0019 (  1.3%)   0.0005 (  0.2%)   0.0024 (  0.6%)   0.0024 (  0.1%)  SILGen
   0.0010 (  0.7%)   0.0010 (  0.4%)   0.0019 (  0.5%)   0.0020 (  0.1%)  import-clang-decl
   0.0012 (  0.8%)   0.0003 (  0.1%)   0.0016 (  0.4%)   0.0016 (  0.0%)  SILGen-function
   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%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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.1450 (100.0%)   0.2324 (100.0%)   0.3775 (100.0%)   3.5640 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5937 seconds (2.2371 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3994 (100.0%)   0.1943 (100.0%)   0.5937 (100.0%)   2.2371 (100.0%)  Building Target
   0.3994 (100.0%)   0.1943 (100.0%)   0.5937 (100.0%)   2.2371 (100.0%)  Total
SwiftCompile normal arm64 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')
SwiftCompile normal arm64 /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 arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextContainerCodingKey/DynamicDecodingContextContainerCodingKey.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-1745714934825503-swift-frontend-DynamicCodableKit-DynamicDecodingCollectionDictionaryWrapper.swift-arm64_apple_tvos9.0-o-Onone-3940938294.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4192 seconds (3.8517 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0216 ( 12.0%)   0.0913 ( 38.2%)   0.1129 ( 26.9%)   1.7810 ( 46.2%)  parse-and-resolve-imports
   0.0209 ( 11.6%)   0.0909 ( 38.1%)   0.1118 ( 26.7%)   1.7799 ( 46.2%)  Import resolution
   0.0018 (  1.0%)   0.0152 (  6.4%)   0.0170 (  4.1%)   0.1132 (  2.9%)  load-stdlib
   0.0484 ( 26.8%)   0.0193 (  8.1%)   0.0677 ( 16.1%)   0.0677 (  1.8%)  build-rewrite-system
   0.0206 ( 11.4%)   0.0051 (  2.1%)   0.0257 (  6.1%)   0.0257 (  0.7%)  perform-sema
   0.0205 ( 11.4%)   0.0051 (  2.1%)   0.0256 (  6.1%)   0.0256 (  0.7%)  Type checking and Semantic analysis
   0.0135 (  7.5%)   0.0028 (  1.2%)   0.0164 (  3.9%)   0.0164 (  0.4%)  typecheck-stmt
   0.0068 (  3.8%)   0.0032 (  1.4%)   0.0100 (  2.4%)   0.0100 (  0.3%)  IRGen
   0.0072 (  4.0%)   0.0025 (  1.0%)   0.0097 (  2.3%)   0.0098 (  0.3%)  typecheck-decl
   0.0070 (  3.9%)   0.0017 (  0.7%)   0.0087 (  2.1%)   0.0087 (  0.2%)  typecheck-expr
   0.0039 (  2.1%)   0.0004 (  0.1%)   0.0042 (  1.0%)   0.0042 (  0.1%)  SILGen
   0.0037 (  2.1%)   0.0000 (  0.0%)   0.0037 (  0.9%)   0.0037 (  0.1%)  SIL optimization
   0.0030 (  1.7%)   0.0002 (  0.1%)   0.0032 (  0.8%)   0.0032 (  0.1%)  SILGen-function
   0.0010 (  0.5%)   0.0011 (  0.4%)   0.0020 (  0.5%)   0.0020 (  0.1%)  import-clang-decl
   0.0003 (  0.2%)   0.0000 (  0.0%)   0.0004 (  0.1%)   0.0004 (  0.0%)  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%)  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%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1804 (100.0%)   0.2388 (100.0%)   0.4192 (100.0%)   3.8517 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5291 seconds (2.2964 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3565 (100.0%)   0.1726 (100.0%)   0.5291 (100.0%)   2.2964 (100.0%)  Building Target
   0.3565 (100.0%)   0.1726 (100.0%)   0.5291 (100.0%)   2.2964 (100.0%)  Total
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-1745714934828392-swift-frontend-DynamicCodableKit-PathCodingKeyWrapper.swift-arm64_apple_tvos9.0-o-Onone-419849598.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4471 seconds (3.5635 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0215 ( 13.4%)   0.0964 ( 33.6%)   0.1179 ( 26.4%)   1.6552 ( 46.4%)  parse-and-resolve-imports
   0.0209 ( 13.0%)   0.0961 ( 33.5%)   0.1169 ( 26.2%)   1.6540 ( 46.4%)  Import resolution
   0.0124 (  7.8%)   0.0457 ( 15.9%)   0.0581 ( 13.0%)   0.0896 (  2.5%)  load-stdlib
   0.0524 ( 32.7%)   0.0209 (  7.3%)   0.0733 ( 16.4%)   0.0737 (  2.1%)  build-rewrite-system
   0.0123 (  7.7%)   0.0067 (  2.3%)   0.0190 (  4.2%)   0.0218 (  0.6%)  perform-sema
   0.0122 (  7.6%)   0.0066 (  2.3%)   0.0189 (  4.2%)   0.0217 (  0.6%)  Type checking and Semantic analysis
   0.0070 (  4.4%)   0.0036 (  1.3%)   0.0107 (  2.4%)   0.0128 (  0.4%)  typecheck-decl
   0.0050 (  3.1%)   0.0029 (  1.0%)   0.0079 (  1.8%)   0.0086 (  0.2%)  typecheck-stmt
   0.0044 (  2.7%)   0.0027 (  0.9%)   0.0070 (  1.6%)   0.0078 (  0.2%)  typecheck-expr
   0.0044 (  2.7%)   0.0025 (  0.9%)   0.0068 (  1.5%)   0.0068 (  0.2%)  IRGen
   0.0015 (  0.9%)   0.0016 (  0.6%)   0.0031 (  0.7%)   0.0038 (  0.1%)  precheck-target
   0.0024 (  1.5%)   0.0000 (  0.0%)   0.0024 (  0.5%)   0.0024 (  0.1%)  SIL optimization
   0.0019 (  1.2%)   0.0002 (  0.1%)   0.0021 (  0.5%)   0.0021 (  0.1%)  SILGen
   0.0008 (  0.5%)   0.0009 (  0.3%)   0.0017 (  0.4%)   0.0017 (  0.0%)  import-clang-decl
   0.0012 (  0.8%)   0.0001 (  0.0%)   0.0013 (  0.3%)   0.0013 (  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%)  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%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1603 (100.0%)   0.2868 (100.0%)   0.4471 (100.0%)   3.5635 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6456 seconds (2.2364 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.4110 (100.0%)   0.2347 (100.0%)   0.6456 (100.0%)   2.2364 (100.0%)  Building Target
   0.4110 (100.0%)   0.2347 (100.0%)   0.6456 (100.0%)   2.2364 (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

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-1745714934830258-swift-frontend-DynamicCodableKit-DynamicDecodingCollectionWrapper.swift-arm64_apple_tvos9.0-o-Onone-1252765239.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4335 seconds (3.7048 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0215 ( 10.9%)   0.0906 ( 38.3%)   0.1122 ( 25.9%)   1.6888 ( 45.6%)  parse-and-resolve-imports
   0.0209 ( 10.6%)   0.0902 ( 38.2%)   0.1111 ( 25.6%)   1.6878 ( 45.6%)  Import resolution
   0.0017 (  0.9%)   0.0124 (  5.2%)   0.0141 (  3.3%)   0.1296 (  3.5%)  load-stdlib
   0.0503 ( 25.5%)   0.0199 (  8.4%)   0.0702 ( 16.2%)   0.0702 (  1.9%)  build-rewrite-system
   0.0238 ( 12.1%)   0.0054 (  2.3%)   0.0292 (  6.7%)   0.0299 (  0.8%)  perform-sema
   0.0238 ( 12.1%)   0.0054 (  2.3%)   0.0292 (  6.7%)   0.0298 (  0.8%)  Type checking and Semantic analysis
   0.0155 (  7.8%)   0.0038 (  1.6%)   0.0193 (  4.4%)   0.0199 (  0.5%)  typecheck-stmt
   0.0105 (  5.3%)   0.0019 (  0.8%)   0.0123 (  2.8%)   0.0124 (  0.3%)  typecheck-expr
   0.0090 (  4.6%)   0.0017 (  0.7%)   0.0107 (  2.5%)   0.0107 (  0.3%)  typecheck-decl
   0.0061 (  3.1%)   0.0027 (  1.1%)   0.0088 (  2.0%)   0.0088 (  0.2%)  IRGen
   0.0040 (  2.0%)   0.0007 (  0.3%)   0.0047 (  1.1%)   0.0048 (  0.1%)  SILGen
   0.0039 (  2.0%)   0.0001 (  0.0%)   0.0040 (  0.9%)   0.0043 (  0.1%)  SIL optimization
   0.0031 (  1.6%)   0.0005 (  0.2%)   0.0037 (  0.9%)   0.0037 (  0.1%)  SILGen-function
   0.0021 (  1.1%)   0.0003 (  0.1%)   0.0024 (  0.5%)   0.0024 (  0.1%)  precheck-target
   0.0008 (  0.4%)   0.0008 (  0.3%)   0.0015 (  0.4%)   0.0015 (  0.0%)  import-clang-decl
   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, 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%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1971 (100.0%)   0.2364 (100.0%)   0.4335 (100.0%)   3.7048 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5597 seconds (2.2569 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3841 (100.0%)   0.1756 (100.0%)   0.5597 (100.0%)   2.2569 (100.0%)  Building Target
   0.3841 (100.0%)   0.1756 (100.0%)   0.5597 (100.0%)   2.2569 (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 arm64 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-1745714934836940-swift-frontend-DynamicCodableKit-DynamicDecodingDefaultValueWrapper.swift-arm64_apple_tvos9.0-o-Onone-558091198.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3748 seconds (3.6964 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0229 ( 16.0%)   0.0922 ( 39.9%)   0.1152 ( 30.7%)   1.7315 ( 46.8%)  parse-and-resolve-imports
   0.0222 ( 15.5%)   0.0917 ( 39.7%)   0.1140 ( 30.4%)   1.7303 ( 46.8%)  Import resolution
   0.0017 (  1.2%)   0.0137 (  5.9%)   0.0154 (  4.1%)   0.1032 (  2.8%)  load-stdlib
   0.0499 ( 34.8%)   0.0200 (  8.7%)   0.0699 ( 18.7%)   0.0707 (  1.9%)  build-rewrite-system
   0.0103 (  7.2%)   0.0027 (  1.2%)   0.0130 (  3.5%)   0.0131 (  0.4%)  perform-sema
   0.0102 (  7.1%)   0.0027 (  1.2%)   0.0129 (  3.4%)   0.0130 (  0.4%)  Type checking and Semantic analysis
   0.0059 (  4.1%)   0.0030 (  1.3%)   0.0089 (  2.4%)   0.0090 (  0.2%)  IRGen
   0.0065 (  4.5%)   0.0015 (  0.7%)   0.0080 (  2.1%)   0.0080 (  0.2%)  typecheck-decl
   0.0036 (  2.5%)   0.0011 (  0.5%)   0.0047 (  1.2%)   0.0048 (  0.1%)  typecheck-stmt
   0.0025 (  1.8%)   0.0009 (  0.4%)   0.0034 (  0.9%)   0.0035 (  0.1%)  typecheck-expr
   0.0027 (  1.9%)   0.0000 (  0.0%)   0.0027 (  0.7%)   0.0027 (  0.1%)  SIL optimization
   0.0024 (  1.7%)   0.0003 (  0.1%)   0.0027 (  0.7%)   0.0027 (  0.1%)  SILGen
   0.0008 (  0.6%)   0.0011 (  0.5%)   0.0019 (  0.5%)   0.0019 (  0.1%)  import-clang-decl
   0.0015 (  1.1%)   0.0001 (  0.1%)   0.0017 (  0.5%)   0.0017 (  0.0%)  SILGen-function
   0.0003 (  0.2%)   0.0001 (  0.0%)   0.0003 (  0.1%)   0.0003 (  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%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1436 (100.0%)   0.2313 (100.0%)   0.3748 (100.0%)   3.6964 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5436 seconds (2.2505 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3672 (100.0%)   0.1764 (100.0%)   0.5436 (100.0%)   2.2505 (100.0%)  Building Target
   0.3672 (100.0%)   0.1764 (100.0%)   0.5436 (100.0%)   2.2505 (100.0%)  Total
SwiftCompile normal arm64 /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 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextCodingKey/DynamicDecodingWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace

SwiftEmitModule normal arm64 Emitting\ module\ for\ DynamicCodableKit (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745714934834477-swift-frontend-DynamicCodableKit-all-arm64_apple_tvos9.0-swiftmodule-Onone-3380275029.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.7833 seconds (4.0094 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0273 (  5.7%)   0.0960 ( 31.8%)   0.1233 ( 15.7%)   1.6961 ( 42.3%)  parse-and-resolve-imports
   0.0266 (  5.5%)   0.0956 ( 31.6%)   0.1222 ( 15.6%)   1.6950 ( 42.3%)  Import resolution
   0.1473 ( 30.6%)   0.0361 ( 12.0%)   0.1834 ( 23.4%)   0.1883 (  4.7%)  SIL optimization
   0.1295 ( 26.9%)   0.0272 (  9.0%)   0.1568 ( 20.0%)   0.1611 (  4.0%)  Serialization, symbolgraph
   0.0017 (  0.4%)   0.0126 (  4.2%)   0.0143 (  1.8%)   0.0849 (  2.1%)  load-stdlib
   0.0329 (  6.8%)   0.0098 (  3.2%)   0.0427 (  5.5%)   0.0427 (  1.1%)  build-rewrite-system
   0.0343 (  7.1%)   0.0060 (  2.0%)   0.0403 (  5.1%)   0.0403 (  1.0%)  perform-sema
   0.0341 (  7.1%)   0.0059 (  1.9%)   0.0400 (  5.1%)   0.0400 (  1.0%)  Type checking and Semantic analysis
   0.0333 (  6.9%)   0.0054 (  1.8%)   0.0388 (  4.9%)   0.0388 (  1.0%)  typecheck-decl
   0.0059 (  1.2%)   0.0016 (  0.5%)   0.0075 (  1.0%)   0.0075 (  0.2%)  SILGen
   0.0021 (  0.4%)   0.0027 (  0.9%)   0.0048 (  0.6%)   0.0053 (  0.1%)  Serialization, swiftmodule
   0.0023 (  0.5%)   0.0013 (  0.4%)   0.0037 (  0.5%)   0.0037 (  0.1%)  Serialization, swiftdoc
   0.0019 (  0.4%)   0.0004 (  0.1%)   0.0023 (  0.3%)   0.0023 (  0.1%)  SILGen-function
   0.0009 (  0.2%)   0.0013 (  0.4%)   0.0022 (  0.3%)   0.0022 (  0.1%)  import-clang-decl
   0.0008 (  0.2%)   0.0001 (  0.0%)   0.0009 (  0.1%)   0.0009 (  0.0%)  Serialization, swiftsourceinfo
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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%)  module-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-module-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.4812 (100.0%)   0.3021 (100.0%)   0.7833 (100.0%)   4.0094 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3869 seconds (2.0377 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.2284 (100.0%)   0.1586 (100.0%)   0.3869 (100.0%)   2.0377 (100.0%)  Building Target
   0.2284 (100.0%)   0.1586 (100.0%)   0.3869 (100.0%)   2.0377 (100.0%)  Total
EmitSwiftModule normal arm64 (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace

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-1745714934837849-swift-frontend-DynamicCodableKit-DynamicDecodingContextBasedWrapper.swift-arm64_apple_tvos9.0-o-Onone-794160829.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3597 seconds (3.4965 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0216 ( 17.4%)   0.0887 ( 37.7%)   0.1103 ( 30.7%)   1.6319 ( 46.7%)  parse-and-resolve-imports
   0.0207 ( 16.7%)   0.0837 ( 35.5%)   0.1045 ( 29.0%)   1.6207 ( 46.4%)  Import resolution
   0.0018 (  1.5%)   0.0134 (  5.7%)   0.0152 (  4.2%)   0.1036 (  3.0%)  load-stdlib
   0.0521 ( 42.0%)   0.0209 (  8.9%)   0.0730 ( 20.3%)   0.0743 (  2.1%)  build-rewrite-system
   0.0050 (  4.0%)   0.0055 (  2.3%)   0.0104 (  2.9%)   0.0131 (  0.4%)  perform-sema
   0.0049 (  4.0%)   0.0054 (  2.3%)   0.0104 (  2.9%)   0.0130 (  0.4%)  Type checking and Semantic analysis
   0.0036 (  2.9%)   0.0042 (  1.8%)   0.0078 (  2.2%)   0.0083 (  0.2%)  IRGen
   0.0030 (  2.4%)   0.0036 (  1.5%)   0.0066 (  1.8%)   0.0073 (  0.2%)  typecheck-stmt
   0.0030 (  2.4%)   0.0036 (  1.5%)   0.0065 (  1.8%)   0.0072 (  0.2%)  typecheck-expr
   0.0016 (  1.3%)   0.0018 (  0.7%)   0.0034 (  0.9%)   0.0054 (  0.2%)  typecheck-decl
   0.0017 (  1.3%)   0.0018 (  0.8%)   0.0035 (  1.0%)   0.0035 (  0.1%)  SILGen
   0.0028 (  2.2%)   0.0001 (  0.0%)   0.0029 (  0.8%)   0.0029 (  0.1%)  SIL optimization
   0.0010 (  0.8%)   0.0017 (  0.7%)   0.0027 (  0.7%)   0.0027 (  0.1%)  import-clang-decl
   0.0012 (  1.0%)   0.0012 (  0.5%)   0.0024 (  0.7%)   0.0024 (  0.1%)  SILGen-function
   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%)  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%)  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%)  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.1241 (100.0%)   0.2356 (100.0%)   0.3597 (100.0%)   3.4965 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5895 seconds (2.2249 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3901 (100.0%)   0.1994 (100.0%)   0.5895 (100.0%)   2.2249 (100.0%)  Building Target
   0.3901 (100.0%)   0.1994 (100.0%)   0.5895 (100.0%)   2.2249 (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

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')
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

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745714934839364-swift-frontend-DynamicCodableKit-DynamicDecodingDefaultValueContextBasedWrapper.swift-arm64_apple_tvos9.0-o-Onone-510214480.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 3.0578 seconds (3.5852 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9903 ( 46.2%)   0.4279 ( 46.7%)   1.4182 ( 46.4%)   1.6419 ( 45.8%)  parse-and-resolve-imports
   0.9894 ( 46.2%)   0.4246 ( 46.4%)   1.4140 ( 46.2%)   1.6301 ( 45.5%)  Import resolution
   0.0939 (  4.4%)   0.0224 (  2.4%)   0.1163 (  3.8%)   0.1175 (  3.3%)  build-rewrite-system
   0.0018 (  0.1%)   0.0111 (  1.2%)   0.0129 (  0.4%)   0.0921 (  2.6%)  load-stdlib
   0.0124 (  0.6%)   0.0060 (  0.7%)   0.0184 (  0.6%)   0.0208 (  0.6%)  perform-sema
   0.0123 (  0.6%)   0.0059 (  0.6%)   0.0183 (  0.6%)   0.0206 (  0.6%)  Type checking and Semantic analysis
   0.0115 (  0.5%)   0.0078 (  0.8%)   0.0193 (  0.6%)   0.0194 (  0.5%)  import-clang-decl
   0.0077 (  0.4%)   0.0048 (  0.5%)   0.0124 (  0.4%)   0.0147 (  0.4%)  typecheck-decl
   0.0060 (  0.3%)   0.0019 (  0.2%)   0.0079 (  0.3%)   0.0079 (  0.2%)  IRGen
   0.0044 (  0.2%)   0.0011 (  0.1%)   0.0055 (  0.2%)   0.0055 (  0.2%)  typecheck-stmt
   0.0038 (  0.2%)   0.0010 (  0.1%)   0.0048 (  0.2%)   0.0048 (  0.1%)  SILGen
   0.0031 (  0.1%)   0.0004 (  0.0%)   0.0035 (  0.1%)   0.0035 (  0.1%)  typecheck-expr
   0.0032 (  0.1%)   0.0000 (  0.0%)   0.0032 (  0.1%)   0.0032 (  0.1%)  SIL optimization
   0.0017 (  0.1%)   0.0003 (  0.0%)   0.0020 (  0.1%)   0.0020 (  0.1%)  SILGen-function
   0.0007 (  0.0%)   0.0002 (  0.0%)   0.0008 (  0.0%)   0.0008 (  0.0%)  load-all-members
   0.0001 (  0.0%)   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%)  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%)  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%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   2.1424 (100.0%)   0.9154 (100.0%)   3.0578 (100.0%)   3.5852 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.8087 seconds (3.1572 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.9685 (100.0%)   0.8402 (100.0%)   2.8087 (100.0%)   3.1572 (100.0%)  Building Target
   1.9685 (100.0%)   0.8402 (100.0%)   2.8087 (100.0%)   3.1572 (100.0%)  Total
SwiftCompile normal arm64 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-1745714934835212-swift-frontend-DynamicCodableKit-KeyedDecodingContainerProtocol.swift-arm64_apple_tvos9.0-o-Onone-3112975399.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3643 seconds (3.6597 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0239 ( 19.2%)   0.0993 ( 41.4%)   0.1231 ( 33.8%)   1.7294 ( 47.3%)  parse-and-resolve-imports
   0.0232 ( 18.7%)   0.0988 ( 41.2%)   0.1221 ( 33.5%)   1.7283 ( 47.2%)  Import resolution
   0.0017 (  1.3%)   0.0118 (  4.9%)   0.0134 (  3.7%)   0.0960 (  2.6%)  load-stdlib
   0.0475 ( 38.2%)   0.0198 (  8.2%)   0.0673 ( 18.5%)   0.0675 (  1.8%)  build-rewrite-system
   0.0043 (  3.4%)   0.0031 (  1.3%)   0.0073 (  2.0%)   0.0073 (  0.2%)  IRGen
   0.0051 (  4.1%)   0.0014 (  0.6%)   0.0065 (  1.8%)   0.0065 (  0.2%)  perform-sema
   0.0051 (  4.1%)   0.0014 (  0.6%)   0.0065 (  1.8%)   0.0065 (  0.2%)  Type checking and Semantic analysis
   0.0030 (  2.4%)   0.0010 (  0.4%)   0.0040 (  1.1%)   0.0040 (  0.1%)  typecheck-stmt
   0.0027 (  2.2%)   0.0010 (  0.4%)   0.0037 (  1.0%)   0.0037 (  0.1%)  SILGen
   0.0029 (  2.4%)   0.0001 (  0.0%)   0.0030 (  0.8%)   0.0030 (  0.1%)  SIL optimization
   0.0017 (  1.4%)   0.0009 (  0.4%)   0.0026 (  0.7%)   0.0026 (  0.1%)  SILGen-function
   0.0018 (  1.4%)   0.0003 (  0.1%)   0.0021 (  0.6%)   0.0021 (  0.1%)  typecheck-decl
   0.0008 (  0.6%)   0.0010 (  0.4%)   0.0018 (  0.5%)   0.0018 (  0.0%)  import-clang-decl
   0.0006 (  0.5%)   0.0001 (  0.1%)   0.0007 (  0.2%)   0.0007 (  0.0%)  typecheck-expr
   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%)  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%)  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%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1245 (100.0%)   0.2399 (100.0%)   0.3643 (100.0%)   3.6597 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5444 seconds (2.2372 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3631 (100.0%)   0.1813 (100.0%)   0.5444 (100.0%)   2.2372 (100.0%)  Building Target
   0.3631 (100.0%)   0.1813 (100.0%)   0.5444 (100.0%)   2.2372 (100.0%)  Total
SwiftCompile normal arm64 /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 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/Extensions/UnkeyedDecodingContainer.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace

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-1745714934839208-swift-frontend-DynamicCodableKit-Decoder.swift-arm64_apple_tvos9.0-o-Onone-1918238065.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3416 seconds (3.5611 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0209 ( 16.7%)   0.0883 ( 40.7%)   0.1092 ( 32.0%)   1.6736 ( 47.0%)  parse-and-resolve-imports
   0.0202 ( 16.2%)   0.0879 ( 40.5%)   0.1081 ( 31.6%)   1.6724 ( 47.0%)  Import resolution
   0.0017 (  1.3%)   0.0105 (  4.8%)   0.0121 (  3.5%)   0.1022 (  2.9%)  load-stdlib
   0.0520 ( 41.7%)   0.0196 (  9.0%)   0.0715 ( 20.9%)   0.0719 (  2.0%)  build-rewrite-system
   0.0058 (  4.7%)   0.0015 (  0.7%)   0.0074 (  2.2%)   0.0074 (  0.2%)  perform-sema
   0.0058 (  4.6%)   0.0015 (  0.7%)   0.0073 (  2.1%)   0.0074 (  0.2%)  Type checking and Semantic analysis
   0.0035 (  2.8%)   0.0028 (  1.3%)   0.0063 (  1.8%)   0.0063 (  0.2%)  IRGen
   0.0040 (  3.2%)   0.0011 (  0.5%)   0.0051 (  1.5%)   0.0052 (  0.1%)  typecheck-stmt
   0.0025 (  2.0%)   0.0011 (  0.5%)   0.0036 (  1.1%)   0.0036 (  0.1%)  SILGen
   0.0034 (  2.8%)   0.0001 (  0.0%)   0.0035 (  1.0%)   0.0035 (  0.1%)  SIL optimization
   0.0022 (  1.8%)   0.0010 (  0.5%)   0.0032 (  0.9%)   0.0032 (  0.1%)  SILGen-function
   0.0009 (  0.7%)   0.0010 (  0.4%)   0.0018 (  0.5%)   0.0018 (  0.1%)  import-clang-decl
   0.0013 (  1.0%)   0.0003 (  0.1%)   0.0016 (  0.5%)   0.0016 (  0.0%)  typecheck-decl
   0.0004 (  0.3%)   0.0001 (  0.0%)   0.0005 (  0.1%)   0.0005 (  0.0%)  typecheck-expr
   0.0001 (  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%)  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%)  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%)  AST verification
   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.1248 (100.0%)   0.2168 (100.0%)   0.3416 (100.0%)   3.5611 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5678 seconds (2.2290 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3874 (100.0%)   0.1804 (100.0%)   0.5678 (100.0%)   2.2290 (100.0%)  Building Target
   0.3874 (100.0%)   0.1804 (100.0%)   0.5678 (100.0%)   2.2290 (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

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-1745714936950814-swift-frontend-DynamicCodableKit-DynamicDecodable.swift-arm64_apple_tvos9.0-o-Onone-2981973296.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3493 seconds (0.3503 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0592 ( 24.3%)   0.0159 ( 15.1%)   0.0751 ( 21.5%)   0.0751 ( 21.4%)  build-rewrite-system
   0.0214 (  8.7%)   0.0260 ( 24.7%)   0.0473 ( 13.6%)   0.0477 ( 13.6%)  parse-and-resolve-imports
   0.0207 (  8.5%)   0.0256 ( 24.3%)   0.0462 ( 13.2%)   0.0466 ( 13.3%)  Import resolution
   0.0299 ( 12.3%)   0.0058 (  5.5%)   0.0357 ( 10.2%)   0.0357 ( 10.2%)  perform-sema
   0.0298 ( 12.2%)   0.0058 (  5.5%)   0.0356 ( 10.2%)   0.0356 ( 10.2%)  Type checking and Semantic analysis
   0.0208 (  8.5%)   0.0035 (  3.4%)   0.0243 (  7.0%)   0.0243 (  6.9%)  typecheck-decl
   0.0112 (  4.6%)   0.0077 (  7.3%)   0.0189 (  5.4%)   0.0189 (  5.4%)  import-clang-decl
   0.0131 (  5.4%)   0.0054 (  5.1%)   0.0185 (  5.3%)   0.0187 (  5.3%)  IRGen
   0.0092 (  3.8%)   0.0022 (  2.1%)   0.0114 (  3.3%)   0.0114 (  3.3%)  typecheck-stmt
   0.0086 (  3.5%)   0.0019 (  1.8%)   0.0105 (  3.0%)   0.0105 (  3.0%)  SILGen
   0.0078 (  3.2%)   0.0018 (  1.7%)   0.0096 (  2.7%)   0.0096 (  2.7%)  typecheck-expr
   0.0047 (  1.9%)   0.0011 (  1.1%)   0.0058 (  1.7%)   0.0058 (  1.7%)  SILGen-function
   0.0053 (  2.2%)   0.0002 (  0.2%)   0.0055 (  1.6%)   0.0055 (  1.6%)  SIL optimization
   0.0011 (  0.4%)   0.0021 (  2.0%)   0.0031 (  0.9%)   0.0031 (  0.9%)  load-stdlib
   0.0006 (  0.2%)   0.0003 (  0.3%)   0.0009 (  0.2%)   0.0009 (  0.2%)  load-all-members
   0.0007 (  0.3%)   0.0001 (  0.1%)   0.0008 (  0.2%)   0.0008 (  0.2%)  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%)  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%)  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%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.2441 (100.0%)   0.1052 (100.0%)   0.3493 (100.0%)   0.3503 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.0224 seconds (1.0483 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.7067 (100.0%)   0.3158 (100.0%)   1.0224 (100.0%)   1.0483 (100.0%)  Building Target
   0.7067 (100.0%)   0.3158 (100.0%)   1.0224 (100.0%)   1.0483 (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 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-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos9.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-appletvos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-appletvos/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-appletvos/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-appletvos/DynamicCodableKit.build/symbol-graph/swift/arm64-apple-tvos -emit-extension-block-symbols -emit-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-appletvos/DynamicCodableKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-appletvos/DynamicCodableKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-appletvos/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-appletvos/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 arm64 Compiling DynamicDecodingContextBasedWrapper.swift, DynamicDecodingContextProvider.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftDriverJobDiscovery normal arm64 Compiling PathCodingKeyWrapper.swift, DynamicDecodingCollectionContextBasedWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftDriverJobDiscovery normal arm64 Compiling DynamicDecodingDictionaryWrapper.swift, PathCodingKeyDefaultValueWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftDriverJobDiscovery normal arm64 Compiling Decoder.swift, DecodingError.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DynamicCodableKit.framework/Headers/DynamicCodableKit-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-appletvos/DynamicCodableKit.build/Objects-normal/arm64/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-appletvos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DynamicCodableKit.framework/Headers/DynamicCodableKit-Swift.h
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-appletvos/DynamicCodableKit.doccarchive --ide-console-output --diagnostics-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-appletvos/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-appletvos/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>
SwiftDriverJobDiscovery normal arm64 Compiling KeyedDecodingContainerProtocol.swift, UnkeyedDecodingContainer.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/arm64-apple-tvos.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-appletvos/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-appletvos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/arm64-apple-tvos.swiftinterface
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-appletvos/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-appletvos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-appletvos/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-appletvos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/arm64-apple-tvos.private.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-appletvos/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-appletvos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.private.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/arm64-apple-tvos.private.swiftinterface
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-appletvos/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-appletvos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-appletvos/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-appletvos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 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 DynamicDecodingCollectionDictionaryWrapper.swift, DynamicDecodingContextContainerCodingKey.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftDriverJobDiscovery normal arm64 Compiling DynamicDecodable.swift, DynamicDecodingConfiguration.swift, DynamicDecodingContext.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftDriverJobDiscovery normal arm64 Compiling DynamicDecodingDefaultValueContextBasedWrapper.swift, DynamicEncodable.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
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-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos9.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-appletvos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-appletvos/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-appletvos/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-appletvos/DynamicCodableKit.build/symbol-graph/swift/arm64-apple-tvos -emit-extension-block-symbols -emit-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-appletvos/DynamicCodableKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-appletvos/DynamicCodableKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-appletvos/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-appletvos/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/Products/Debug-appletvos/DynamicCodableKit.framework/DynamicCodableKit normal (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-tvos9.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-appletvos/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-appletvos/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-appletvos/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/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-appletvos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk --xcode-version 16E140 --platform-family tvOS --deployment-target 9.0 --bundle-identifier DynamicCodableKit --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DynamicCodableKit.framework --target-triple arm64-apple-tvos9.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DynamicCodableKit.framework/DynamicCodableKit --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-appletvos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-appletvos/DynamicCodableKit.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-appletvos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-appletvos/DynamicCodableKit.build/DynamicCodableKit.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-appletvos/DynamicCodableKit.build/DynamicCodableKit.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-appletvos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-26 17:48:58.233 appintentsmetadataprocessor[707:4024] Starting appintentsmetadataprocessor export
2025-04-26 17:48:58.235 appintentsmetadataprocessor[707:4024] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DynamicCodableKit.framework/DynamicCodableKit -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos/DynamicCodableKit.framework/DynamicCodableKit.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-appletvos/DynamicCodableKit.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-appletvos/DynamicCodableKit.framework
/Users/admin/builder/spi-builder-workspace/DynamicCodableKit.xcodeproj: warning: The tvOS deployment target 'TVOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 12.0 to 18.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.