The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of DynamicCodable, reference master (b90d87), with Swift 6.1 for tvOS using Xcode 16.3 on 26 Apr 2025 04:15:08 UTC.

Swift 6 data race errors: 1

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DynamicCodable -destination generic/platform=tvOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sebastianpixel/dynamiccodable.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sebastianpixel/dynamiccodable
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at b90d87f set swift tools version back to 5.2 due to github workflows
Cloned https://github.com/sebastianpixel/dynamiccodable.git
Revision (git rev-parse @):
b90d87fb3b84106eb99926f1fb2dc8bf382000b4
SUCCESS checkout https://github.com/sebastianpixel/dynamiccodable.git at master
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/sebastianpixel/dynamiccodable.git
https://github.com/sebastianpixel/dynamiccodable.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "DynamicCodable",
  "name" : "DynamicCodable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "DynamicCodable",
      "targets" : [
        "DynamicCodable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DynamicCodableTests",
      "module_type" : "SwiftTarget",
      "name" : "DynamicCodableTests",
      "path" : "Tests/DynamicCodableTests",
      "sources" : [
        "DynamicCodableTests.swift",
        "ExampleTypes.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "DynamicCodable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DynamicCodable",
      "module_type" : "SwiftTarget",
      "name" : "DynamicCodable",
      "path" : "Sources/DynamicCodable",
      "product_memberships" : [
        "DynamicCodable"
      ],
      "sources" : [
        "CustomCodingKey.swift",
        "DynamicCodable.swift",
        "DynamicDecodable.swift",
        "DynamicDecodableRegistry.swift",
        "DynamicEncodable.swift",
        "OptionalProtocol.swift",
        "TypeIdentifiable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  DynamicCodable: /Users/admin/builder/spi-builder-workspace
resolved source packages: DynamicCodable
{
  "dependencies" : [
  ],
  "manifest_display_name" : "DynamicCodable",
  "name" : "DynamicCodable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "DynamicCodable",
      "targets" : [
        "DynamicCodable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DynamicCodableTests",
      "module_type" : "SwiftTarget",
      "name" : "DynamicCodableTests",
      "path" : "Tests/DynamicCodableTests",
      "sources" : [
        "DynamicCodableTests.swift",
        "ExampleTypes.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "DynamicCodable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DynamicCodable",
      "module_type" : "SwiftTarget",
      "name" : "DynamicCodable",
      "path" : "Sources/DynamicCodable",
      "product_memberships" : [
        "DynamicCodable"
      ],
      "sources" : [
        "CustomCodingKey.swift",
        "DynamicCodable.swift",
        "DynamicDecodable.swift",
        "DynamicDecodableRegistry.swift",
        "DynamicEncodable.swift",
        "OptionalProtocol.swift",
        "TypeIdentifiable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "DynamicCodable"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DynamicCodable -destination generic/platform=tvOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme DynamicCodable -destination generic/platform=tvOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
  DynamicCodable: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'DynamicCodable' in project 'DynamicCodable'
        ➜ Explicit dependency on target 'DynamicCodable' in project 'DynamicCodable'
    Target 'DynamicCodable' in project 'DynamicCodable' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: ff326e9368407db605fe2dadfa900d31
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/ff326e9368407db605fe2dadfa900d31.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/DynamicCodable.DependencyStaticMetadataFileList (in target 'DynamicCodable' from project 'DynamicCodable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/DynamicCodable.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/DynamicCodable.DependencyMetadataFileList (in target 'DynamicCodable' from project 'DynamicCodable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/DynamicCodable.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/DynamicCodable.modulemap (in target 'DynamicCodable' from project 'DynamicCodable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/DynamicCodable.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/Objects-normal/arm64/DynamicCodable_const_extract_protocols.json (in target 'DynamicCodable' from project 'DynamicCodable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/Objects-normal/arm64/DynamicCodable_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/Objects-normal/arm64/DynamicCodable.LinkFileList (in target 'DynamicCodable' from project 'DynamicCodable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/Objects-normal/arm64/DynamicCodable.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/Objects-normal/arm64/DynamicCodable.SwiftConstValuesFileList (in target 'DynamicCodable' from project 'DynamicCodable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/Objects-normal/arm64/DynamicCodable.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/Objects-normal/arm64/DynamicCodable-OutputFileMap.json (in target 'DynamicCodable' from project 'DynamicCodable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/Objects-normal/arm64/DynamicCodable-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/Objects-normal/arm64/DynamicCodable.SwiftFileList (in target 'DynamicCodable' from project 'DynamicCodable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/Objects-normal/arm64/DynamicCodable.SwiftFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/DynamicCodable.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/DynamicCodable.modulemap (in target 'DynamicCodable' from project 'DynamicCodable')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/DynamicCodable.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
SwiftDriver DynamicCodable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DynamicCodable' from project 'DynamicCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DynamicCodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/Objects-normal/arm64/DynamicCodable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/Objects-normal/arm64/DynamicCodable-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/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/Objects-normal/arm64/DynamicCodable.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/Objects-normal/arm64/DynamicCodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/Objects-normal/arm64/DynamicCodable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ DynamicEncodable.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodable/DynamicEncodable.swift (in target 'DynamicCodable' from project 'DynamicCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodable/DynamicEncodable.swift (in target 'DynamicCodable' from project 'DynamicCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodable/DynamicDecodableRegistry.swift:10:24: warning: static property 'types' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var types = [String: DynamicDecodable.Type]()
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodable/DynamicDecodableRegistry.swift:10:24: note: convert 'types' to a 'let' constant to make 'Sendable' shared state immutable
    private static var types = [String: DynamicDecodable.Type]()
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodable/DynamicDecodableRegistry.swift:10:24: note: add '@MainActor' to make static property 'types' part of global actor 'MainActor'
    private static var types = [String: DynamicDecodable.Type]()
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodable/DynamicDecodableRegistry.swift:10:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var types = [String: DynamicDecodable.Type]()
                       ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ TypeIdentifiable.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodable/TypeIdentifiable.swift (in target 'DynamicCodable' from project 'DynamicCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodable/TypeIdentifiable.swift (in target 'DynamicCodable' from project 'DynamicCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodable/DynamicDecodableRegistry.swift:10:24: warning: static property 'types' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var types = [String: DynamicDecodable.Type]()
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodable/DynamicDecodableRegistry.swift:10:24: note: convert 'types' to a 'let' constant to make 'Sendable' shared state immutable
    private static var types = [String: DynamicDecodable.Type]()
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodable/DynamicDecodableRegistry.swift:10:24: note: add '@MainActor' to make static property 'types' part of global actor 'MainActor'
    private static var types = [String: DynamicDecodable.Type]()
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodable/DynamicDecodableRegistry.swift:10:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var types = [String: DynamicDecodable.Type]()
                       ^
    nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Emitting module for DynamicCodable (in target 'DynamicCodable' from project 'DynamicCodable')
SwiftDriver\ Compilation\ Requirements DynamicCodable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DynamicCodable' from project 'DynamicCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DynamicCodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/Objects-normal/arm64/DynamicCodable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/Objects-normal/arm64/DynamicCodable-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/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/Objects-normal/arm64/DynamicCodable.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/Objects-normal/arm64/DynamicCodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/Objects-normal/arm64/DynamicCodable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/DynamicCodable-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/Objects-normal/arm64/DynamicCodable-Swift.h (in target 'DynamicCodable' from project 'DynamicCodable')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/Objects-normal/arm64/DynamicCodable-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/DynamicCodable-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DynamicCodable.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/Objects-normal/arm64/DynamicCodable.swiftmodule (in target 'DynamicCodable' from project 'DynamicCodable')
    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/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/Objects-normal/arm64/DynamicCodable.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DynamicCodable.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DynamicCodable.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/Objects-normal/arm64/DynamicCodable.swiftdoc (in target 'DynamicCodable' from project 'DynamicCodable')
    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/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/Objects-normal/arm64/DynamicCodable.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DynamicCodable.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DynamicCodable.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/Objects-normal/arm64/DynamicCodable.abi.json (in target 'DynamicCodable' from project 'DynamicCodable')
    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/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/Objects-normal/arm64/DynamicCodable.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DynamicCodable.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DynamicCodable.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/Objects-normal/arm64/DynamicCodable.swiftsourceinfo (in target 'DynamicCodable' from project 'DynamicCodable')
    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/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/Objects-normal/arm64/DynamicCodable.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DynamicCodable.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling DynamicDecodableRegistry.swift (in target 'DynamicCodable' from project 'DynamicCodable')
SwiftDriverJobDiscovery normal arm64 Compiling CustomCodingKey.swift (in target 'DynamicCodable' from project 'DynamicCodable')
SwiftDriverJobDiscovery normal arm64 Compiling OptionalProtocol.swift (in target 'DynamicCodable' from project 'DynamicCodable')
SwiftDriverJobDiscovery normal arm64 Compiling DynamicDecodable.swift (in target 'DynamicCodable' from project 'DynamicCodable')
SwiftDriverJobDiscovery normal arm64 Compiling DynamicCodable.swift (in target 'DynamicCodable' from project 'DynamicCodable')
SwiftDriverJobDiscovery normal arm64 Compiling TypeIdentifiable.swift (in target 'DynamicCodable' from project 'DynamicCodable')
SwiftDriverJobDiscovery normal arm64 Compiling DynamicEncodable.swift (in target 'DynamicCodable' from project 'DynamicCodable')
SwiftDriver\ Compilation DynamicCodable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DynamicCodable' from project 'DynamicCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DynamicCodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/Objects-normal/arm64/DynamicCodable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/Objects-normal/arm64/DynamicCodable-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/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/Objects-normal/arm64/DynamicCodable.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/Objects-normal/arm64/DynamicCodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/Objects-normal/arm64/DynamicCodable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DynamicCodable.o normal (in target 'DynamicCodable' from project 'DynamicCodable')
    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-tvos12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/Objects-normal/arm64/DynamicCodable.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/Objects-normal/arm64/DynamicCodable_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/Objects-normal/arm64/DynamicCodable_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/Objects-normal/arm64/DynamicCodable.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DynamicCodable.o
ExtractAppIntentsMetadata (in target 'DynamicCodable' from project 'DynamicCodable')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name DynamicCodable --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk --xcode-version 16E140 --platform-family tvOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.DynamicCodable --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DynamicCodable.appintents --target-triple arm64-apple-tvos12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DynamicCodable.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/Objects-normal/arm64/DynamicCodable_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/Objects-normal/arm64/DynamicCodable.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/DynamicCodable.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/DynamicCodable.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodable.build/Debug-appletvos/DynamicCodable.build/Objects-normal/arm64/DynamicCodable.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-25 21:15:07.352 appintentsmetadataprocessor[714:3996] Starting appintentsmetadataprocessor export
2025-04-25 21:15:07.395 appintentsmetadataprocessor[714:3996] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DynamicCodable.o (in target 'DynamicCodable' from project 'DynamicCodable')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DynamicCodable.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "DynamicCodable",
  "name" : "DynamicCodable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "DynamicCodable",
      "targets" : [
        "DynamicCodable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DynamicCodableTests",
      "module_type" : "SwiftTarget",
      "name" : "DynamicCodableTests",
      "path" : "Tests/DynamicCodableTests",
      "sources" : [
        "DynamicCodableTests.swift",
        "ExampleTypes.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "DynamicCodable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DynamicCodable",
      "module_type" : "SwiftTarget",
      "name" : "DynamicCodable",
      "path" : "Sources/DynamicCodable",
      "product_memberships" : [
        "DynamicCodable"
      ],
      "sources" : [
        "CustomCodingKey.swift",
        "DynamicCodable.swift",
        "DynamicDecodable.swift",
        "DynamicDecodableRegistry.swift",
        "DynamicEncodable.swift",
        "OptionalProtocol.swift",
        "TypeIdentifiable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.