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

Failed to build DynamicCodableKit, reference main (3e4b41), with Swift 6.1 for iOS using Xcode 16.3 on 27 Apr 2025 00:48:50 UTC.

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=iOS

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftyLab/DynamicCodableKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SwiftyLab/DynamicCodableKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3e4b41a doc: added archiving note
Cloned https://github.com/SwiftyLab/DynamicCodableKit.git
Revision (git rev-parse @):
3e4b41a7d891d058675dff7b10a336470ecf8b27
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/SwiftyLab/DynamicCodableKit.git at main
========================================
Build
========================================
Selected platform:         iOS
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",
        "DynamicDecodingContextCodingKey/Models/SocialMediaPost.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",
        "DynamicDecodingContextCodingKey/Models/SocialMediaPost.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=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme DynamicCodableKit-Package -destination generic/platform=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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: 2c0db3b27e62f8937b95dea680d481c5
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/2c0db3b27e62f8937b95dea680d481c5.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/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-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/DynamicCodableKit.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
    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-iphoneos
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/DynamicCodableKit.framework
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/DynamicCodableKit.framework/Headers
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/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-iphoneos/DynamicCodableKit.build/DynamicCodableKit.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/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-iphoneos/DynamicCodableKit.build/DynamicCodableKit.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/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-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/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-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/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-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/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-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/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-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.SwiftConstValuesFileList
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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 iphoneos -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicCodableKit.framework/Info.plist
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/symbol-graph/swift/arm64-apple-ios (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-iphoneos/DynamicCodableKit.build/symbol-graph/swift/arm64-apple-ios
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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios8.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-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/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-iphoneos/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-iphoneos/DynamicCodableKit.build/symbol-graph/swift/arm64-apple-ios -emit-extension-block-symbols -emit-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/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-iphoneos/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\ 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')
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

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745714923788421-swift-frontend-DynamicCodableKit-DynamicDecodingDefaultValueWrapper.swift-arm64_apple_ios8.0-o-Onone-862070850.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3315 seconds (3.5621 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0226 ( 15.1%)   0.0672 ( 36.9%)   0.0898 ( 27.1%)   1.6588 ( 46.6%)  parse-and-resolve-imports
   0.0217 ( 14.5%)   0.0667 ( 36.6%)   0.0884 ( 26.7%)   1.6574 ( 46.5%)  Import resolution
   0.0017 (  1.1%)   0.0116 (  6.4%)   0.0133 (  4.0%)   0.1055 (  3.0%)  load-stdlib
   0.0518 ( 34.6%)   0.0215 ( 11.8%)   0.0733 ( 22.1%)   0.0733 (  2.1%)  build-rewrite-system
   0.0113 (  7.6%)   0.0026 (  1.4%)   0.0140 (  4.2%)   0.0140 (  0.4%)  perform-sema
   0.0113 (  7.5%)   0.0026 (  1.4%)   0.0139 (  4.2%)   0.0139 (  0.4%)  Type checking and Semantic analysis
   0.0069 (  4.6%)   0.0046 (  2.5%)   0.0115 (  3.5%)   0.0116 (  0.3%)  IRGen
   0.0079 (  5.3%)   0.0017 (  0.9%)   0.0095 (  2.9%)   0.0095 (  0.3%)  typecheck-decl
   0.0035 (  2.3%)   0.0009 (  0.5%)   0.0044 (  1.3%)   0.0044 (  0.1%)  typecheck-stmt
   0.0026 (  1.7%)   0.0007 (  0.4%)   0.0033 (  1.0%)   0.0033 (  0.1%)  typecheck-expr
   0.0026 (  1.7%)   0.0004 (  0.2%)   0.0030 (  0.9%)   0.0030 (  0.1%)  SILGen
   0.0029 (  1.9%)   0.0000 (  0.0%)   0.0029 (  0.9%)   0.0029 (  0.1%)  SIL optimization
   0.0011 (  0.7%)   0.0012 (  0.7%)   0.0023 (  0.7%)   0.0024 (  0.1%)  import-clang-decl
   0.0015 (  1.0%)   0.0002 (  0.1%)   0.0016 (  0.5%)   0.0016 (  0.0%)  SILGen-function
   0.0002 (  0.1%)   0.0000 (  0.0%)   0.0002 (  0.1%)   0.0002 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.1496 (100.0%)   0.1819 (100.0%)   0.3315 (100.0%)   3.5621 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5789 seconds (2.2502 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3985 (100.0%)   0.1804 (100.0%)   0.5789 (100.0%)   2.2502 (100.0%)  Building Target
   0.3985 (100.0%)   0.1804 (100.0%)   0.5789 (100.0%)   2.2502 (100.0%)  Total
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-1745714923787971-swift-frontend-DynamicCodableKit-all-arm64_apple_ios8.0-swiftmodule-Onone-4199234411.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 2.3569 seconds (3.9934 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.6017 ( 36.1%)   0.2969 ( 42.9%)   0.8986 ( 38.1%)   1.6707 ( 41.8%)  parse-and-resolve-imports
   0.6009 ( 36.1%)   0.2966 ( 42.9%)   0.8975 ( 38.1%)   1.6696 ( 41.8%)  Import resolution
   0.1423 (  8.5%)   0.0338 (  4.9%)   0.1762 (  7.5%)   0.1807 (  4.5%)  SIL optimization
   0.1224 (  7.4%)   0.0236 (  3.4%)   0.1461 (  6.2%)   0.1500 (  3.8%)  Serialization, symbolgraph
   0.0017 (  0.1%)   0.0127 (  1.8%)   0.0144 (  0.6%)   0.0971 (  2.4%)  load-stdlib
   0.0470 (  2.8%)   0.0047 (  0.7%)   0.0517 (  2.2%)   0.0519 (  1.3%)  perform-sema
   0.0467 (  2.8%)   0.0045 (  0.7%)   0.0512 (  2.2%)   0.0514 (  1.3%)  Type checking and Semantic analysis
   0.0417 (  2.5%)   0.0035 (  0.5%)   0.0452 (  1.9%)   0.0453 (  1.1%)  typecheck-decl
   0.0336 (  2.0%)   0.0063 (  0.9%)   0.0399 (  1.7%)   0.0399 (  1.0%)  build-rewrite-system
   0.0090 (  0.5%)   0.0011 (  0.2%)   0.0101 (  0.4%)   0.0102 (  0.3%)  SILGen
   0.0027 (  0.2%)   0.0040 (  0.6%)   0.0067 (  0.3%)   0.0072 (  0.2%)  Serialization, swiftmodule
   0.0045 (  0.3%)   0.0006 (  0.1%)   0.0050 (  0.2%)   0.0050 (  0.1%)  typecheck-stmt
   0.0029 (  0.2%)   0.0013 (  0.2%)   0.0042 (  0.2%)   0.0042 (  0.1%)  Serialization, swiftdoc
   0.0033 (  0.2%)   0.0003 (  0.0%)   0.0036 (  0.2%)   0.0037 (  0.1%)  SILGen-function
   0.0025 (  0.1%)   0.0002 (  0.0%)   0.0027 (  0.1%)   0.0027 (  0.1%)  typecheck-expr
   0.0010 (  0.1%)   0.0014 (  0.2%)   0.0024 (  0.1%)   0.0024 (  0.1%)  import-clang-decl
   0.0007 (  0.0%)   0.0001 (  0.0%)   0.0008 (  0.0%)   0.0008 (  0.0%)  Serialization, swiftsourceinfo
   0.0003 (  0.0%)   0.0000 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  precheck-target
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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%)  AST verification
   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
   1.6652 (100.0%)   0.6917 (100.0%)   2.3569 (100.0%)   3.9934 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.1710 seconds (2.0329 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8160 (100.0%)   0.3550 (100.0%)   1.1710 (100.0%)   2.0329 (100.0%)  Building Target
   0.8160 (100.0%)   0.3550 (100.0%)   1.1710 (100.0%)   2.0329 (100.0%)  Total
EmitSwiftModule normal arm64 (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')
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

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745714923787933-swift-frontend-DynamicCodableKit-DynamicDecodable.swift-arm64_apple_ios8.0-o-Onone-3604202090.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5066 seconds (3.6699 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0230 (  8.2%)   0.0702 ( 31.2%)   0.0932 ( 18.4%)   1.6373 ( 44.6%)  parse-and-resolve-imports
   0.0218 (  7.7%)   0.0679 ( 30.2%)   0.0897 ( 17.7%)   1.6244 ( 44.3%)  Import resolution
   0.0859 ( 30.5%)   0.0289 ( 12.9%)   0.1148 ( 22.7%)   0.1158 (  3.2%)  build-rewrite-system
   0.0017 (  0.6%)   0.0139 (  6.2%)   0.0156 (  3.1%)   0.0953 (  2.6%)  load-stdlib
   0.0315 ( 11.2%)   0.0095 (  4.2%)   0.0410 (  8.1%)   0.0422 (  1.1%)  perform-sema
   0.0314 ( 11.1%)   0.0095 (  4.2%)   0.0408 (  8.1%)   0.0421 (  1.1%)  Type checking and Semantic analysis
   0.0218 (  7.7%)   0.0074 (  3.3%)   0.0292 (  5.8%)   0.0304 (  0.8%)  typecheck-decl
   0.0143 (  5.1%)   0.0038 (  1.7%)   0.0181 (  3.6%)   0.0181 (  0.5%)  IRGen
   0.0102 (  3.6%)   0.0068 (  3.0%)   0.0170 (  3.4%)   0.0171 (  0.5%)  import-clang-decl
   0.0100 (  3.6%)   0.0020 (  0.9%)   0.0120 (  2.4%)   0.0121 (  0.3%)  SILGen
   0.0097 (  3.4%)   0.0020 (  0.9%)   0.0116 (  2.3%)   0.0117 (  0.3%)  typecheck-stmt
   0.0081 (  2.9%)   0.0014 (  0.6%)   0.0096 (  1.9%)   0.0096 (  0.3%)  typecheck-expr
   0.0055 (  2.0%)   0.0011 (  0.5%)   0.0066 (  1.3%)   0.0067 (  0.2%)  SILGen-function
   0.0056 (  2.0%)   0.0001 (  0.0%)   0.0057 (  1.1%)   0.0057 (  0.2%)  SIL optimization
   0.0005 (  0.2%)   0.0003 (  0.1%)   0.0008 (  0.2%)   0.0008 (  0.0%)  load-all-members
   0.0007 (  0.2%)   0.0000 (  0.0%)   0.0007 (  0.1%)   0.0007 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.2819 (100.0%)   0.2247 (100.0%)   0.5066 (100.0%)   3.6699 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.4386 seconds (3.1111 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9533 (100.0%)   0.4852 (100.0%)   1.4386 (100.0%)   3.1111 (100.0%)  Building Target
   0.9533 (100.0%)   0.4852 (100.0%)   1.4386 (100.0%)   3.1111 (100.0%)  Total
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')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745714923793264-swift-frontend-DynamicCodableKit-DynamicDecodingDictionaryWrapper.swift-arm64_apple_ios8.0-o-Onone-4261420691.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3623 seconds (3.6516 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0249 ( 14.8%)   0.0725 ( 37.3%)   0.0974 ( 26.9%)   1.7008 ( 46.6%)  parse-and-resolve-imports
   0.0238 ( 14.2%)   0.0720 ( 37.0%)   0.0958 ( 26.4%)   1.6992 ( 46.5%)  Import resolution
   0.0017 (  1.0%)   0.0120 (  6.2%)   0.0137 (  3.8%)   0.0959 (  2.6%)  load-stdlib
   0.0529 ( 31.5%)   0.0214 ( 11.0%)   0.0743 ( 20.5%)   0.0745 (  2.0%)  build-rewrite-system
   0.0143 (  8.5%)   0.0034 (  1.8%)   0.0177 (  4.9%)   0.0177 (  0.5%)  perform-sema
   0.0142 (  8.5%)   0.0034 (  1.8%)   0.0176 (  4.9%)   0.0176 (  0.5%)  Type checking and Semantic analysis
   0.0080 (  4.8%)   0.0015 (  0.8%)   0.0095 (  2.6%)   0.0095 (  0.3%)  typecheck-stmt
   0.0060 (  3.6%)   0.0029 (  1.5%)   0.0089 (  2.5%)   0.0091 (  0.2%)  IRGen
   0.0071 (  4.2%)   0.0014 (  0.7%)   0.0085 (  2.3%)   0.0085 (  0.2%)  typecheck-expr
   0.0061 (  3.6%)   0.0019 (  1.0%)   0.0079 (  2.2%)   0.0079 (  0.2%)  typecheck-decl
   0.0027 (  1.6%)   0.0004 (  0.2%)   0.0032 (  0.9%)   0.0032 (  0.1%)  SILGen
   0.0029 (  1.7%)   0.0001 (  0.1%)   0.0030 (  0.8%)   0.0030 (  0.1%)  SIL optimization
   0.0013 (  0.8%)   0.0012 (  0.6%)   0.0025 (  0.7%)   0.0025 (  0.1%)  import-clang-decl
   0.0017 (  1.0%)   0.0002 (  0.1%)   0.0019 (  0.5%)   0.0019 (  0.1%)  SILGen-function
   0.0001 (  0.1%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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.1679 (100.0%)   0.1944 (100.0%)   0.3623 (100.0%)   3.6516 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5542 seconds (2.2465 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3889 (100.0%)   0.1653 (100.0%)   0.5542 (100.0%)   2.2465 (100.0%)  Building Target
   0.3889 (100.0%)   0.1653 (100.0%)   0.5542 (100.0%)   2.2465 (100.0%)  Total
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

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')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745714923802060-swift-frontend-DynamicCodableKit-DynamicDecodingCollectionDictionaryWrapper.swift-arm64_apple_ios8.0-o-Onone-2627550523.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4002 seconds (3.5507 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0245 ( 12.4%)   0.0695 ( 34.4%)   0.0941 ( 23.5%)   1.6278 ( 45.8%)  parse-and-resolve-imports
   0.0235 ( 11.8%)   0.0688 ( 34.1%)   0.0923 ( 23.1%)   1.6224 ( 45.7%)  Import resolution
   0.0015 (  0.8%)   0.0101 (  5.0%)   0.0116 (  2.9%)   0.0922 (  2.6%)  load-stdlib
   0.0536 ( 27.0%)   0.0212 ( 10.5%)   0.0748 ( 18.7%)   0.0769 (  2.2%)  build-rewrite-system
   0.0211 ( 10.6%)   0.0075 (  3.7%)   0.0286 (  7.1%)   0.0300 (  0.8%)  perform-sema
   0.0210 ( 10.6%)   0.0075 (  3.7%)   0.0285 (  7.1%)   0.0299 (  0.8%)  Type checking and Semantic analysis
   0.0136 (  6.9%)   0.0030 (  1.5%)   0.0166 (  4.2%)   0.0166 (  0.5%)  typecheck-stmt
   0.0075 (  3.8%)   0.0046 (  2.3%)   0.0120 (  3.0%)   0.0133 (  0.4%)  typecheck-decl
   0.0080 (  4.0%)   0.0041 (  2.0%)   0.0121 (  3.0%)   0.0121 (  0.3%)  IRGen
   0.0073 (  3.7%)   0.0020 (  1.0%)   0.0093 (  2.3%)   0.0093 (  0.3%)  typecheck-expr
   0.0062 (  3.1%)   0.0008 (  0.4%)   0.0070 (  1.7%)   0.0070 (  0.2%)  SILGen
   0.0049 (  2.5%)   0.0006 (  0.3%)   0.0056 (  1.4%)   0.0056 (  0.2%)  SILGen-function
   0.0041 (  2.1%)   0.0003 (  0.1%)   0.0044 (  1.1%)   0.0044 (  0.1%)  SIL optimization
   0.0011 (  0.6%)   0.0017 (  0.8%)   0.0028 (  0.7%)   0.0028 (  0.1%)  import-clang-decl
   0.0003 (  0.2%)   0.0000 (  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%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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.1983 (100.0%)   0.2019 (100.0%)   0.4002 (100.0%)   3.5507 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6101 seconds (2.2400 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.4223 (100.0%)   0.1878 (100.0%)   0.6101 (100.0%)   2.2400 (100.0%)  Building Target
   0.4223 (100.0%)   0.1878 (100.0%)   0.6101 (100.0%)   2.2400 (100.0%)  Total
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

SwiftCompile normal arm64 Compiling\ DynamicDecodingDefaultValueContextBasedWrapper.swift,\ DynamicEncodable.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextProvider/DynamicDecodingDefaultValueContextBasedWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicEncodable.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745714923803467-swift-frontend-DynamicCodableKit-DynamicDecodingDefaultValueContextBasedWrapper.swift-arm64_apple_ios8.0-o-Onone-747509686.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.3274 seconds (3.6288 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3571 ( 39.8%)   0.1699 ( 39.5%)   0.5270 ( 39.7%)   1.6677 ( 46.0%)  parse-and-resolve-imports
   0.3562 ( 39.7%)   0.1695 ( 39.4%)   0.5256 ( 39.6%)   1.6661 ( 45.9%)  Import resolution
   0.0903 ( 10.1%)   0.0276 (  6.4%)   0.1179 (  8.9%)   0.1191 (  3.3%)  build-rewrite-system
   0.0112 (  1.3%)   0.0365 (  8.5%)   0.0477 (  3.6%)   0.0662 (  1.8%)  load-stdlib
   0.0162 (  1.8%)   0.0045 (  1.0%)   0.0207 (  1.6%)   0.0209 (  0.6%)  perform-sema
   0.0161 (  1.8%)   0.0045 (  1.0%)   0.0206 (  1.6%)   0.0208 (  0.6%)  Type checking and Semantic analysis
   0.0111 (  1.2%)   0.0079 (  1.8%)   0.0190 (  1.4%)   0.0190 (  0.5%)  import-clang-decl
   0.0101 (  1.1%)   0.0019 (  0.4%)   0.0120 (  0.9%)   0.0122 (  0.3%)  typecheck-decl
   0.0082 (  0.9%)   0.0037 (  0.9%)   0.0119 (  0.9%)   0.0119 (  0.3%)  IRGen
   0.0057 (  0.6%)   0.0024 (  0.6%)   0.0081 (  0.6%)   0.0082 (  0.2%)  typecheck-stmt
   0.0045 (  0.5%)   0.0005 (  0.1%)   0.0051 (  0.4%)   0.0051 (  0.1%)  SILGen
   0.0038 (  0.4%)   0.0009 (  0.2%)   0.0046 (  0.3%)   0.0046 (  0.1%)  typecheck-expr
   0.0037 (  0.4%)   0.0000 (  0.0%)   0.0037 (  0.3%)   0.0037 (  0.1%)  SIL optimization
   0.0021 (  0.2%)   0.0002 (  0.1%)   0.0024 (  0.2%)   0.0024 (  0.1%)  SILGen-function
   0.0006 (  0.1%)   0.0002 (  0.1%)   0.0008 (  0.1%)   0.0008 (  0.0%)  load-all-members
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.8971 (100.0%)   0.4303 (100.0%)   1.3274 (100.0%)   3.6288 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.8765 seconds (3.0927 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.2820 (100.0%)   0.5944 (100.0%)   1.8765 (100.0%)   3.0927 (100.0%)  Building Target
   1.2820 (100.0%)   0.5944 (100.0%)   1.8765 (100.0%)   3.0927 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextProvider/DynamicDecodingDefaultValueContextBasedWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace

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

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-1745714923793623-swift-frontend-DynamicCodableKit-DynamicDecodingCollectionWrapper.swift-arm64_apple_ios8.0-o-Onone-1799699494.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4454 seconds (3.6005 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0250 ( 11.9%)   0.0816 ( 34.7%)   0.1066 ( 23.9%)   1.6475 ( 45.8%)  parse-and-resolve-imports
   0.0241 ( 11.5%)   0.0810 ( 34.5%)   0.1051 ( 23.6%)   1.6459 ( 45.7%)  Import resolution
   0.0016 (  0.8%)   0.0113 (  4.8%)   0.0129 (  2.9%)   0.0846 (  2.3%)  load-stdlib
   0.0528 ( 25.1%)   0.0220 (  9.4%)   0.0748 ( 16.8%)   0.0749 (  2.1%)  build-rewrite-system
   0.0245 ( 11.6%)   0.0086 (  3.6%)   0.0330 (  7.4%)   0.0336 (  0.9%)  perform-sema
   0.0244 ( 11.6%)   0.0085 (  3.6%)   0.0329 (  7.4%)   0.0335 (  0.9%)  Type checking and Semantic analysis
   0.0149 (  7.1%)   0.0062 (  2.6%)   0.0211 (  4.7%)   0.0214 (  0.6%)  typecheck-stmt
   0.0101 (  4.8%)   0.0042 (  1.8%)   0.0143 (  3.2%)   0.0143 (  0.4%)  typecheck-expr
   0.0088 (  4.2%)   0.0052 (  2.2%)   0.0140 (  3.1%)   0.0140 (  0.4%)  IRGen
   0.0103 (  4.9%)   0.0024 (  1.0%)   0.0127 (  2.9%)   0.0129 (  0.4%)  typecheck-decl
   0.0021 (  1.0%)   0.0022 (  0.9%)   0.0044 (  1.0%)   0.0044 (  0.1%)  precheck-target
   0.0037 (  1.7%)   0.0003 (  0.1%)   0.0040 (  0.9%)   0.0040 (  0.1%)  SILGen
   0.0038 (  1.8%)   0.0001 (  0.0%)   0.0039 (  0.9%)   0.0039 (  0.1%)  SIL optimization
   0.0027 (  1.3%)   0.0002 (  0.1%)   0.0029 (  0.7%)   0.0029 (  0.1%)  SILGen-function
   0.0012 (  0.6%)   0.0014 (  0.6%)   0.0026 (  0.6%)   0.0026 (  0.1%)  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%)  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.2104 (100.0%)   0.2350 (100.0%)   0.4454 (100.0%)   3.6005 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6214 seconds (2.2481 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.4197 (100.0%)   0.2017 (100.0%)   0.6214 (100.0%)   2.2481 (100.0%)  Building Target
   0.4197 (100.0%)   0.2017 (100.0%)   0.6214 (100.0%)   2.2481 (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\ 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-1745714923801591-swift-frontend-DynamicCodableKit-Decoder.swift-arm64_apple_ios8.0-o-Onone-1706968453.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3335 seconds (3.4764 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0239 ( 17.2%)   0.0712 ( 36.7%)   0.0951 ( 28.5%)   1.6240 ( 46.7%)  parse-and-resolve-imports
   0.0227 ( 16.3%)   0.0681 ( 35.1%)   0.0908 ( 27.2%)   1.6109 ( 46.3%)  Import resolution
   0.0016 (  1.1%)   0.0086 (  4.4%)   0.0102 (  3.1%)   0.0960 (  2.8%)  load-stdlib
   0.0536 ( 38.4%)   0.0214 ( 11.0%)   0.0749 ( 22.5%)   0.0750 (  2.2%)  build-rewrite-system
   0.0072 (  5.2%)   0.0049 (  2.5%)   0.0121 (  3.6%)   0.0143 (  0.4%)  perform-sema
   0.0071 (  5.1%)   0.0048 (  2.5%)   0.0120 (  3.6%)   0.0142 (  0.4%)  Type checking and Semantic analysis
   0.0052 (  3.7%)   0.0042 (  2.2%)   0.0094 (  2.8%)   0.0094 (  0.3%)  IRGen
   0.0047 (  3.3%)   0.0030 (  1.5%)   0.0076 (  2.3%)   0.0079 (  0.2%)  typecheck-stmt
   0.0033 (  2.4%)   0.0022 (  1.1%)   0.0055 (  1.6%)   0.0061 (  0.2%)  SILGen
   0.0020 (  1.4%)   0.0017 (  0.9%)   0.0037 (  1.1%)   0.0057 (  0.2%)  typecheck-decl
   0.0029 (  2.0%)   0.0021 (  1.1%)   0.0050 (  1.5%)   0.0055 (  0.2%)  SILGen-function
   0.0036 (  2.6%)   0.0001 (  0.0%)   0.0037 (  1.1%)   0.0037 (  0.1%)  SIL optimization
   0.0011 (  0.8%)   0.0015 (  0.7%)   0.0025 (  0.8%)   0.0025 (  0.1%)  import-clang-decl
   0.0005 (  0.3%)   0.0002 (  0.1%)   0.0006 (  0.2%)   0.0006 (  0.0%)  typecheck-expr
   0.0001 (  0.1%)   0.0003 (  0.1%)   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%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-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%)  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.1394 (100.0%)   0.1942 (100.0%)   0.3335 (100.0%)   3.4764 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5861 seconds (2.2339 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3912 (100.0%)   0.1949 (100.0%)   0.5861 (100.0%)   2.2339 (100.0%)  Building Target
   0.3912 (100.0%)   0.1949 (100.0%)   0.5861 (100.0%)   2.2339 (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\ 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-1745714923802338-swift-frontend-DynamicCodableKit-KeyedDecodingContainerProtocol.swift-arm64_apple_ios8.0-o-Onone-3171534343.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3357 seconds (3.4918 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0236 ( 17.4%)   0.0723 ( 36.2%)   0.0959 ( 28.6%)   1.6332 ( 46.8%)  parse-and-resolve-imports
   0.0226 ( 16.7%)   0.0718 ( 35.9%)   0.0945 ( 28.1%)   1.6317 ( 46.7%)  Import resolution
   0.0016 (  1.1%)   0.0094 (  4.7%)   0.0110 (  3.3%)   0.0861 (  2.5%)  load-stdlib
   0.0526 ( 38.8%)   0.0226 ( 11.3%)   0.0752 ( 22.4%)   0.0754 (  2.2%)  build-rewrite-system
   0.0063 (  4.6%)   0.0044 (  2.2%)   0.0107 (  3.2%)   0.0126 (  0.4%)  perform-sema
   0.0062 (  4.6%)   0.0044 (  2.2%)   0.0106 (  3.2%)   0.0125 (  0.4%)  Type checking and Semantic analysis
   0.0055 (  4.0%)   0.0056 (  2.8%)   0.0111 (  3.3%)   0.0111 (  0.3%)  IRGen
   0.0025 (  1.9%)   0.0023 (  1.2%)   0.0049 (  1.4%)   0.0063 (  0.2%)  typecheck-decl
   0.0035 (  2.6%)   0.0020 (  1.0%)   0.0055 (  1.6%)   0.0057 (  0.2%)  SILGen
   0.0034 (  2.5%)   0.0019 (  1.0%)   0.0053 (  1.6%)   0.0056 (  0.2%)  typecheck-stmt
   0.0025 (  1.8%)   0.0015 (  0.7%)   0.0040 (  1.2%)   0.0041 (  0.1%)  SILGen-function
   0.0036 (  2.6%)   0.0001 (  0.1%)   0.0037 (  1.1%)   0.0037 (  0.1%)  SIL optimization
   0.0010 (  0.8%)   0.0014 (  0.7%)   0.0025 (  0.7%)   0.0025 (  0.1%)  import-clang-decl
   0.0007 (  0.5%)   0.0002 (  0.1%)   0.0008 (  0.2%)   0.0008 (  0.0%)  typecheck-expr
   0.0001 (  0.1%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0003 (  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%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.1358 (100.0%)   0.2000 (100.0%)   0.3357 (100.0%)   3.4918 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5927 seconds (2.2355 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3889 (100.0%)   0.2039 (100.0%)   0.5927 (100.0%)   2.2355 (100.0%)  Building Target
   0.3889 (100.0%)   0.2039 (100.0%)   0.5927 (100.0%)   2.2355 (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\ 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-1745714923801785-swift-frontend-DynamicCodableKit-DynamicDecodingContextBasedWrapper.swift-arm64_apple_ios8.0-o-Onone-53506262.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4856 seconds (3.4784 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0741 ( 31.3%)   0.0995 ( 40.0%)   0.1736 ( 35.7%)   1.6324 ( 46.9%)  parse-and-resolve-imports
   0.0729 ( 30.8%)   0.0947 ( 38.1%)   0.1676 ( 34.5%)   1.6187 ( 46.5%)  Import resolution
   0.0015 (  0.7%)   0.0088 (  3.5%)   0.0103 (  2.1%)   0.0873 (  2.5%)  load-stdlib
   0.0538 ( 22.7%)   0.0184 (  7.4%)   0.0722 ( 14.9%)   0.0725 (  2.1%)  build-rewrite-system
   0.0056 (  2.4%)   0.0062 (  2.5%)   0.0118 (  2.4%)   0.0123 (  0.4%)  IRGen
   0.0058 (  2.4%)   0.0048 (  1.9%)   0.0106 (  2.2%)   0.0121 (  0.3%)  perform-sema
   0.0057 (  2.4%)   0.0048 (  1.9%)   0.0105 (  2.2%)   0.0120 (  0.3%)  Type checking and Semantic analysis
   0.0035 (  1.5%)   0.0020 (  0.8%)   0.0055 (  1.1%)   0.0059 (  0.2%)  typecheck-stmt
   0.0035 (  1.5%)   0.0019 (  0.8%)   0.0054 (  1.1%)   0.0059 (  0.2%)  typecheck-expr
   0.0019 (  0.8%)   0.0027 (  1.1%)   0.0046 (  1.0%)   0.0057 (  0.2%)  typecheck-decl
   0.0023 (  1.0%)   0.0022 (  0.9%)   0.0045 (  0.9%)   0.0046 (  0.1%)  SILGen
   0.0017 (  0.7%)   0.0015 (  0.6%)   0.0032 (  0.7%)   0.0032 (  0.1%)  SILGen-function
   0.0030 (  1.3%)   0.0001 (  0.0%)   0.0032 (  0.7%)   0.0032 (  0.1%)  SIL optimization
   0.0012 (  0.5%)   0.0012 (  0.5%)   0.0024 (  0.5%)   0.0024 (  0.1%)  import-clang-decl
   0.0001 (  0.0%)   0.0001 (  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%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.2368 (100.0%)   0.2488 (100.0%)   0.4856 (100.0%)   3.4784 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6677 seconds (2.2319 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.4415 (100.0%)   0.2261 (100.0%)   0.6677 (100.0%)   2.2319 (100.0%)  Building Target
   0.4415 (100.0%)   0.2261 (100.0%)   0.6677 (100.0%)   2.2319 (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\ 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-1745714925895798-swift-frontend-DynamicCodableKit-PathCodingKeyWrapper.swift-arm64_apple_ios8.0-o-Onone-4196565330.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1846 seconds (0.1853 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0221 ( 19.5%)   0.0270 ( 37.6%)   0.0491 ( 26.6%)   0.0494 ( 26.6%)  parse-and-resolve-imports
   0.0214 ( 19.0%)   0.0266 ( 37.0%)   0.0480 ( 26.0%)   0.0483 ( 26.1%)  Import resolution
   0.0156 ( 13.8%)   0.0034 (  4.7%)   0.0190 ( 10.3%)   0.0190 ( 10.2%)  perform-sema
   0.0155 ( 13.8%)   0.0033 (  4.7%)   0.0189 ( 10.2%)   0.0189 ( 10.2%)  Type checking and Semantic analysis
   0.0084 (  7.5%)   0.0019 (  2.7%)   0.0104 (  5.6%)   0.0104 (  5.6%)  typecheck-stmt
   0.0068 (  6.0%)   0.0014 (  1.9%)   0.0081 (  4.4%)   0.0081 (  4.4%)  typecheck-decl
   0.0047 (  4.1%)   0.0030 (  4.1%)   0.0076 (  4.1%)   0.0076 (  4.1%)  IRGen
   0.0057 (  5.0%)   0.0009 (  1.2%)   0.0066 (  3.6%)   0.0066 (  3.5%)  typecheck-expr
   0.0038 (  3.4%)   0.0017 (  2.4%)   0.0056 (  3.0%)   0.0055 (  3.0%)  build-rewrite-system
   0.0011 (  1.0%)   0.0016 (  2.3%)   0.0027 (  1.5%)   0.0027 (  1.5%)  load-stdlib
   0.0025 (  2.2%)   0.0000 (  0.0%)   0.0025 (  1.4%)   0.0025 (  1.4%)  SIL optimization
   0.0021 (  1.8%)   0.0002 (  0.3%)   0.0023 (  1.2%)   0.0023 (  1.2%)  SILGen
   0.0014 (  1.3%)   0.0002 (  0.3%)   0.0017 (  0.9%)   0.0017 (  0.9%)  precheck-target
   0.0013 (  1.2%)   0.0001 (  0.2%)   0.0014 (  0.8%)   0.0014 (  0.8%)  SILGen-function
   0.0004 (  0.4%)   0.0004 (  0.6%)   0.0008 (  0.5%)   0.0008 (  0.5%)  import-clang-decl
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.1129 (100.0%)   0.0718 (100.0%)   0.1846 (100.0%)   0.1853 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1421 seconds (0.1447 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0891 (100.0%)   0.0530 (100.0%)   0.1421 (100.0%)   0.1447 (100.0%)  Building Target
   0.0891 (100.0%)   0.0530 (100.0%)   0.1421 (100.0%)   0.1447 (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

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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios8.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-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/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-iphoneos/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-iphoneos/DynamicCodableKit.build/symbol-graph/swift/arm64-apple-ios -emit-extension-block-symbols -emit-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/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-iphoneos/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 PathCodingKeyWrapper.swift, DynamicDecodingCollectionContextBasedWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicCodableKit.framework/Headers/DynamicCodableKit-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/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-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicCodableKit.framework/Headers/DynamicCodableKit-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling DynamicDecodingContextBasedWrapper.swift, DynamicDecodingContextProvider.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/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-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/arm64-apple-ios.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/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-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/arm64-apple-ios.swiftinterface
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/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-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/arm64-apple-ios.swiftdoc
SwiftDriverJobDiscovery normal arm64 Compiling Decoder.swift, DecodingError.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/arm64-apple-ios.private.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/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-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.private.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/arm64-apple-ios.private.swiftinterface
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/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-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/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-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
CompileDocumentation /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicCodableKit.docc (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/docc convert --emit-lmdb-index --fallback-display-name DynamicCodableKit --fallback-bundle-identifier DynamicCodableKit --output-dir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicCodableKit.doccarchive --ide-console-output --diagnostics-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/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-iphoneos/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 DynamicDecodingDefaultValueWrapper.swift, DynamicDecodingWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftDriverJobDiscovery normal arm64 Compiling KeyedDecodingContainerProtocol.swift, UnkeyedDecodingContainer.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 DynamicDecodingDictionaryWrapper.swift, PathCodingKeyDefaultValueWrapper.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 DynamicDecodingDefaultValueContextBasedWrapper.swift, DynamicEncodable.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftDriverJobDiscovery normal arm64 Compiling DynamicDecodable.swift, DynamicDecodingConfiguration.swift, DynamicDecodingContext.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftDriver\ Compilation DynamicCodableKit normal arm64 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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios8.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-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/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-iphoneos/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-iphoneos/DynamicCodableKit.build/symbol-graph/swift/arm64-apple-ios -emit-extension-block-symbols -emit-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-ios8.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicCodableKit.framework/DynamicCodableKit
clang: error: SDK does not contain 'libarclite' at the path '/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphoneos.a'; try increasing the minimum deployment target
/Users/admin/builder/spi-builder-workspace/DynamicCodableKit.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
** BUILD FAILED **
The following build commands failed:
	Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicCodableKit.framework/DynamicCodableKit normal (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
	Building project DynamicCodableKit with scheme DynamicCodableKit-Package
(2 failures)
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",
        "DynamicDecodingContextCodingKey/Models/SocialMediaPost.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=iOS
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=iOS
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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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: 6c34d4f0b1d69ecf5b26eaae0be8fb34
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/6c34d4f0b1d69ecf5b26eaae0be8fb34.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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 iphoneos -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicCodableKit.framework/Info.plist
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-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios8.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-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/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-iphoneos/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-iphoneos/DynamicCodableKit.build/symbol-graph/swift/arm64-apple-ios -emit-extension-block-symbols -emit-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/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-iphoneos/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
SwiftEmitModule normal arm64 Emitting\ module\ for\ DynamicCodableKit (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
EmitSwiftModule normal arm64 (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')
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

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

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

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

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

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')
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')
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\ 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')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextProvider/DynamicDecodingContextBasedWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
    cd /Users/admin/builder/spi-builder-workspace

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

SwiftDriverJobDiscovery normal arm64 Compiling DynamicDecodable.swift, DynamicDecodingConfiguration.swift, DynamicDecodingContext.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftDriverJobDiscovery normal arm64 Compiling KeyedDecodingContainerProtocol.swift, UnkeyedDecodingContainer.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftDriverJobDiscovery normal arm64 Compiling Decoder.swift, DecodingError.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftDriverJobDiscovery normal arm64 Compiling DynamicDecodingDefaultValueWrapper.swift, DynamicDecodingWrapper.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 PathCodingKeyWrapper.swift, DynamicDecodingCollectionContextBasedWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftDriverJobDiscovery normal arm64 Compiling DynamicDecodingDefaultValueContextBasedWrapper.swift, DynamicEncodable.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 DynamicDecodingCollectionWrapper.swift, DynamicDecodingContextCodingKey.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftDriverJobDiscovery normal arm64 Emitting module for DynamicCodableKit (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftDriverJobDiscovery normal arm64 Compiling DynamicDecodingContextBasedWrapper.swift, DynamicDecodingContextProvider.swift (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-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios8.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-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/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-iphoneos/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-iphoneos/DynamicCodableKit.build/symbol-graph/swift/arm64-apple-ios -emit-extension-block-symbols -emit-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/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-iphoneos/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
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-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios8.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-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/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-iphoneos/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-iphoneos/DynamicCodableKit.build/symbol-graph/swift/arm64-apple-ios -emit-extension-block-symbols -emit-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/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-iphoneos/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
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-iphoneos/DynamicCodableKit.doccarchive --ide-console-output --diagnostics-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/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-iphoneos/DynamicCodableKit.build/symbol-graph
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-ios8.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicCodableKit.framework/DynamicCodableKit
clang: error: SDK does not contain 'libarclite' at the path '/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphoneos.a'; try increasing the minimum deployment target
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/arm64-apple-ios.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/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-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/arm64-apple-ios.swiftinterface
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/arm64-apple-ios.private.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/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-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.private.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/arm64-apple-ios.private.swiftinterface
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/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-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/arm64-apple-ios.abi.json
/Users/admin/builder/spi-builder-workspace/DynamicCodableKit.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
** BUILD FAILED **
The following build commands failed:
	Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicCodableKit.framework/DynamicCodableKit normal (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
	Building project DynamicCodableKit with scheme DynamicCodableKit-Package
(2 failures)
BUILD FAILURE 6.1 iOS