The Swift Package Index logo.Swift Package Index

Build Information

Successful build of VDCodable, reference 2.14.0 (0d0166), with Swift 6.3 for macOS (Xcode) using Xcode 26.4 on 14 Apr 2026 02:40:24 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme VDCodable -destination platform=macOS,arch=arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dankinsoid/VDCodable.git
Reference: 2.14.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dankinsoid/VDCodable
 * tag               2.14.0     -> FETCH_HEAD
HEAD is now at 0d01666 hm
Cloned https://github.com/dankinsoid/VDCodable.git
Revision (git rev-parse @):
0d016669f23c70ce09bb7bfde321927783ac2af7
SUCCESS checkout https://github.com/dankinsoid/VDCodable.git at 2.14.0
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.3
Building package at path:  $PWD
https://github.com/dankinsoid/VDCodable.git
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/dankinsoid/SimpleCoders.git
Creating working copy of package ‘SimpleCoders’
Checking out 1.6.0 of package ‘SimpleCoders’
Resolve Package Graph
Resolved source packages:
  SimpleCoders: https://github.com/dankinsoid/SimpleCoders.git @ 1.6.0
  VDCodable: /Users/admin/builder/spi-builder-workspace
resolved source packages: SimpleCoders, VDCodable
2026-04-13 22:40:00.358 xcodebuild[529:3087] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "simplecoders",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dankinsoid/SimpleCoders.git"
    }
  ],
  "manifest_display_name" : "VDCodable",
  "name" : "VDCodable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "VDCodable",
      "targets" : [
        "VDCodable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VDCodableTests",
      "module_type" : "SwiftTarget",
      "name" : "VDCodableTests",
      "path" : "Tests/VDCodableTests",
      "sources" : [
        "VDCodableTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "VDCodable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VDCodable",
      "module_type" : "SwiftTarget",
      "name" : "VDCodable",
      "path" : "Sources/VDCodable",
      "product_dependencies" : [
        "SimpleCoders"
      ],
      "product_memberships" : [
        "VDCodable"
      ],
      "sources" : [
        "Dictionary/DictionaryDecoder.swift",
        "Dictionary/DictionaryEncoder.swift",
        "JSON/DataDecodingStrategy.swift",
        "JSON/DoubleFormatter.swift",
        "JSON/EncodingOptions.swift",
        "JSON/JSON.swift",
        "JSON/JSONDecodingError.swift",
        "JSON/JSONScanner.swift",
        "JSON/ProtobufJSONEncoder.swift",
        "JSON/VDJSONDecoder.swift",
        "JSON/VDJSONEncoder.swift",
        "NSCodable/NSCodable.swift",
        "NSCodable/NSManagedCodable.swift",
        "URLQuery/URLQueryDecoder.swift",
        "URLQuery/URLQueryEncoder.swift",
        "Utils/Int++.swift",
        "Utils/StringUtils.swift",
        "Utils/UnwrapOperator.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "VDCodable"
    ]
  }
}
2026-04-13 22:40:08.223 xcodebuild[665:3995] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme VDCodable -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-26.4.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 VDCodable -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  SimpleCoders: https://github.com/dankinsoid/SimpleCoders.git @ 1.6.0
  VDCodable: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'VDCodable' in project 'VDCodable'
        ➜ Explicit dependency on target 'VDCodable' in project 'VDCodable'
        ➜ Explicit dependency on target 'SimpleCoders' in project 'SimpleCoders'
    Target 'VDCodable' in project 'VDCodable'
        ➜ Explicit dependency on target 'SimpleCoders' in project 'SimpleCoders'
    Target 'SimpleCoders' in project 'SimpleCoders'
        ➜ Explicit dependency on target 'SimpleCoders' in project 'SimpleCoders'
    Target 'SimpleCoders' in project 'SimpleCoders' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 7e525e81ac75498f66fc6066783e6d1e
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/7e525e81ac75498f66fc6066783e6d1e.xcbuilddata
ClangStatCache /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache
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
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/Intermediates.noindex/SwiftExplicitPrecompiledModules
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
    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
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug/VDCodable.build/VDCodable.DependencyStaticMetadataFileList (in target 'VDCodable' from project 'VDCodable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug/VDCodable.build/VDCodable.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug/VDCodable.build/VDCodable.DependencyMetadataFileList (in target 'VDCodable' from project 'VDCodable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug/VDCodable.build/VDCodable.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug/VDCodable.build/VDCodable.modulemap (in target 'VDCodable' from project 'VDCodable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug/VDCodable.build/VDCodable.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug/VDCodable.build/Objects-normal/arm64/VDCodable.LinkFileList (in target 'VDCodable' from project 'VDCodable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug/VDCodable.build/Objects-normal/arm64/VDCodable.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug/VDCodable.build/Objects-normal/arm64/VDCodable_const_extract_protocols.json (in target 'VDCodable' from project 'VDCodable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug/VDCodable.build/Objects-normal/arm64/VDCodable_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug/VDCodable.build/Objects-normal/arm64/VDCodable.SwiftFileList (in target 'VDCodable' from project 'VDCodable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug/VDCodable.build/Objects-normal/arm64/VDCodable.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug/VDCodable.build/Objects-normal/arm64/VDCodable-OutputFileMap.json (in target 'VDCodable' from project 'VDCodable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug/VDCodable.build/Objects-normal/arm64/VDCodable-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug/VDCodable.build/Objects-normal/arm64/VDCodable.SwiftConstValuesFileList (in target 'VDCodable' from project 'VDCodable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug/VDCodable.build/Objects-normal/arm64/VDCodable.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug/SimpleCoders.build/SimpleCoders.DependencyStaticMetadataFileList (in target 'SimpleCoders' from project 'SimpleCoders')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleCoders
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug/SimpleCoders.build/SimpleCoders.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug/SimpleCoders.build/SimpleCoders.modulemap (in target 'SimpleCoders' from project 'SimpleCoders')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleCoders
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug/SimpleCoders.build/SimpleCoders.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug/SimpleCoders.build/SimpleCoders.DependencyMetadataFileList (in target 'SimpleCoders' from project 'SimpleCoders')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleCoders
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug/SimpleCoders.build/SimpleCoders.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug/SimpleCoders.build/Objects-normal/arm64/SimpleCoders.SwiftFileList (in target 'SimpleCoders' from project 'SimpleCoders')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleCoders
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug/SimpleCoders.build/Objects-normal/arm64/SimpleCoders.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug/SimpleCoders.build/Objects-normal/arm64/SimpleCoders.SwiftConstValuesFileList (in target 'SimpleCoders' from project 'SimpleCoders')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleCoders
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug/SimpleCoders.build/Objects-normal/arm64/SimpleCoders.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug/SimpleCoders.build/Objects-normal/arm64/SimpleCoders_const_extract_protocols.json (in target 'SimpleCoders' from project 'SimpleCoders')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleCoders
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug/SimpleCoders.build/Objects-normal/arm64/SimpleCoders_const_extract_protocols.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/VDCodable.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug/VDCodable.build/VDCodable.modulemap (in target 'VDCodable' from project 'VDCodable')
    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/VDCodable.build/Debug/VDCodable.build/VDCodable.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug/SimpleCoders.build/Objects-normal/arm64/SimpleCoders.LinkFileList (in target 'SimpleCoders' from project 'SimpleCoders')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleCoders
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug/SimpleCoders.build/Objects-normal/arm64/SimpleCoders.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug/SimpleCoders.build/Objects-normal/arm64/SimpleCoders-OutputFileMap.json (in target 'SimpleCoders' from project 'SimpleCoders')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleCoders
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug/SimpleCoders.build/Objects-normal/arm64/SimpleCoders-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/SimpleCoders.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug/SimpleCoders.build/SimpleCoders.modulemap (in target 'SimpleCoders' from project 'SimpleCoders')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleCoders
    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/SimpleCoders.build/Debug/SimpleCoders.build/SimpleCoders.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
SwiftDriver SimpleCoders normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SimpleCoders' from project 'SimpleCoders')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SimpleCoders -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug/SimpleCoders.build/Objects-normal/arm64/SimpleCoders.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug/SimpleCoders.build/Objects-normal/arm64/SimpleCoders-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug/SimpleCoders.build/Objects-normal/arm64/SimpleCoders.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/SimpleCoders.build/Debug/SimpleCoders.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug/SimpleCoders.build/Objects-normal/arm64/SimpleCoders_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug/SimpleCoders.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug/SimpleCoders.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug/SimpleCoders.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/SimpleCoders.build/Debug/SimpleCoders.build/Objects-normal/arm64/SimpleCoders-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-BCLCOFDJ45OMTZGSK1C16CGHW.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-5X5O5I1K4D43GH7GT4CGHWXLB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-1WXIS9B8VZ4ADZ061QHYRWR5D.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-32R3Z9RQY92YALH0OD4ICAILO.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-E0NVGU93S9O2QVCG64NNOZE2S.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-AAQ399SBBP2BDCMG81VRYRUPH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-6A9L0EIEOJ6YCVBSISW78RWKS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-3I2AYATAZOB5SX5PV3FFLUN3C.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-ADGO289DDFG5Q27QQ112PKPEZ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-GSSKQPJJW7SA1MLS4HASRW3M.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-X5HZSTF4XF14KD1VQVVZ7DB8.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-491K6A0QLGG5JHYG15DXNJX2E.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/sys_types-B8IE8I8WDCT8XY9KJOINFAYTG.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-6AB3YXIQ4BDSRRE3TRNTF0OMM.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/libDER-3PT2HVP45SXV8N8LCNR5SYA65.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-DMGWQDFUW313ZACCZI4XLDLQ1.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-BBBF5RT536Y4I87NLI3MWUZS6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-3F91P5BX2TKCGL6BR17N6GQDC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MachO-BDEU6LGPQ76RC84QS7KXQQ3QL.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/libkern-RVY6HDIC3JFUPOK9RR52HYIA.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/launch-AFSCPX9157218S9492O0JL1YP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-6TCYF66X09PKWGHX4JCJOWK1K.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-DT91J1DL43SMC5KJP0KLXIA3Z.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-8FRTL4121JBMOHW50XB1IB9V3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-B0DV6M8EG5BIP5321UHN4BRJU.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/XPC-2J5ES7IQGYS2L7L69WUL6MTBR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-ANQ3A25QNSYX7B50BP32T807.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-9O034QAFSU7BBHM8I0WT8OZ01.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/IOKit-E1TTD7GPKU23O8MO53HNIJ123.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-CV0NM9C2Z4JA5YDDLMIYM5KY9.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DiskArbitration-VO6U70ZP61URI2H1J70SQCQZ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreServices-9VY6U63TWM3XIX70OZQU6WOIQ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-4ST2G3OL1U694TZLAJEK24H48.pcm
SwiftEmitModule normal arm64 Emitting\ module\ for\ SimpleCoders (in target 'SimpleCoders' from project 'SimpleCoders')
EmitSwiftModule normal arm64 (in target 'SimpleCoders' from project 'SimpleCoders')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ StringKey.swift,\ CodableTypes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleCoders/Sources/SimpleCoders/StringKey.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleCoders/Sources/SimpleCoders/TypeRevision/CodableTypes.swift (in target 'SimpleCoders' from project 'SimpleCoders')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleCoders/Sources/SimpleCoders/StringKey.swift (in target 'SimpleCoders' from project 'SimpleCoders')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleCoders/Sources/SimpleCoders/TypeRevision/CodableTypes.swift (in target 'SimpleCoders' from project 'SimpleCoders')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ TypeRevision.swift,\ TypeRevisionDecoder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleCoders/Sources/SimpleCoders/TypeRevision/TypeRevision.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleCoders/Sources/SimpleCoders/TypeRevision/TypeRevisionDecoder.swift (in target 'SimpleCoders' from project 'SimpleCoders')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleCoders/Sources/SimpleCoders/TypeRevision/TypeRevision.swift (in target 'SimpleCoders' from project 'SimpleCoders')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleCoders/Sources/SimpleCoders/TypeRevision/TypeRevisionDecoder.swift (in target 'SimpleCoders' from project 'SimpleCoders')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

SwiftCompile normal arm64 Compiling\ StringConvertibleHintProvider.swift,\ PlainCodingKey.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleCoders/Sources/SimpleCoders/OrderedDictionary/StringConvertibleHintProvider.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleCoders/Sources/SimpleCoders/PlainCodingKey.swift (in target 'SimpleCoders' from project 'SimpleCoders')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleCoders/Sources/SimpleCoders/OrderedDictionary/StringConvertibleHintProvider.swift (in target 'SimpleCoders' from project 'SimpleCoders')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleCoders/Sources/SimpleCoders/PlainCodingKey.swift (in target 'SimpleCoders' from project 'SimpleCoders')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ KeyCodingStrategies.swift,\ CodingStrategy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleCoders/Sources/SimpleCoders/CodingStrategies/KeyCodingStrategies.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleCoders/Sources/SimpleCoders/CodingStrategy.swift (in target 'SimpleCoders' from project 'SimpleCoders')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleCoders/Sources/SimpleCoders/CodingStrategies/KeyCodingStrategies.swift (in target 'SimpleCoders' from project 'SimpleCoders')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleCoders/Sources/SimpleCoders/CodingStrategy.swift (in target 'SimpleCoders' from project 'SimpleCoders')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ DecodingUnboxer.swift,\ EncodingBoxer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleCoders/Sources/SimpleCoders/DecodingUnboxer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleCoders/Sources/SimpleCoders/EncodingBoxer.swift (in target 'SimpleCoders' from project 'SimpleCoders')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleCoders/Sources/SimpleCoders/DecodingUnboxer.swift (in target 'SimpleCoders' from project 'SimpleCoders')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleCoders/Sources/SimpleCoders/EncodingBoxer.swift (in target 'SimpleCoders' from project 'SimpleCoders')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ IntKey.swift,\ OrderedDictionary.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleCoders/Sources/SimpleCoders/IntKey.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleCoders/Sources/SimpleCoders/OrderedDictionary/OrderedDictionary.swift (in target 'SimpleCoders' from project 'SimpleCoders')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleCoders/Sources/SimpleCoders/IntKey.swift (in target 'SimpleCoders' from project 'SimpleCoders')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleCoders/Sources/SimpleCoders/OrderedDictionary/OrderedDictionary.swift (in target 'SimpleCoders' from project 'SimpleCoders')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ CodableProtocols.swift,\ DateCodingStrategies.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleCoders/Sources/SimpleCoders/CodableProtocols.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleCoders/Sources/SimpleCoders/CodingStrategies/DateCodingStrategies.swift (in target 'SimpleCoders' from project 'SimpleCoders')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleCoders/Sources/SimpleCoders/CodableProtocols.swift (in target 'SimpleCoders' from project 'SimpleCoders')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleCoders/Sources/SimpleCoders/CodingStrategies/DateCodingStrategies.swift (in target 'SimpleCoders' from project 'SimpleCoders')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for SimpleCoders (in target 'SimpleCoders' from project 'SimpleCoders')
SwiftDriver\ Compilation\ Requirements SimpleCoders normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SimpleCoders' from project 'SimpleCoders')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SimpleCoders -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug/SimpleCoders.build/Objects-normal/arm64/SimpleCoders.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug/SimpleCoders.build/Objects-normal/arm64/SimpleCoders-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug/SimpleCoders.build/Objects-normal/arm64/SimpleCoders.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/SimpleCoders.build/Debug/SimpleCoders.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug/SimpleCoders.build/Objects-normal/arm64/SimpleCoders_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug/SimpleCoders.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug/SimpleCoders.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug/SimpleCoders.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/SimpleCoders.build/Debug/SimpleCoders.build/Objects-normal/arm64/SimpleCoders-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling CodableProtocols.swift, DateCodingStrategies.swift (in target 'SimpleCoders' from project 'SimpleCoders')
SwiftDriverJobDiscovery normal arm64 Compiling StringKey.swift, CodableTypes.swift (in target 'SimpleCoders' from project 'SimpleCoders')
SwiftDriverJobDiscovery normal arm64 Compiling StringConvertibleHintProvider.swift, PlainCodingKey.swift (in target 'SimpleCoders' from project 'SimpleCoders')
SwiftDriverJobDiscovery normal arm64 Compiling TypeRevision.swift, TypeRevisionDecoder.swift (in target 'SimpleCoders' from project 'SimpleCoders')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/SimpleCoders-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug/SimpleCoders.build/Objects-normal/arm64/SimpleCoders-Swift.h (in target 'SimpleCoders' from project 'SimpleCoders')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleCoders
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug/SimpleCoders.build/Objects-normal/arm64/SimpleCoders-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/SimpleCoders-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SimpleCoders.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug/SimpleCoders.build/Objects-normal/arm64/SimpleCoders.swiftmodule (in target 'SimpleCoders' from project 'SimpleCoders')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleCoders
    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/SimpleCoders.build/Debug/SimpleCoders.build/Objects-normal/arm64/SimpleCoders.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SimpleCoders.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SimpleCoders.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug/SimpleCoders.build/Objects-normal/arm64/SimpleCoders.swiftdoc (in target 'SimpleCoders' from project 'SimpleCoders')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleCoders
    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/SimpleCoders.build/Debug/SimpleCoders.build/Objects-normal/arm64/SimpleCoders.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SimpleCoders.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SimpleCoders.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug/SimpleCoders.build/Objects-normal/arm64/SimpleCoders.abi.json (in target 'SimpleCoders' from project 'SimpleCoders')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleCoders
    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/SimpleCoders.build/Debug/SimpleCoders.build/Objects-normal/arm64/SimpleCoders.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SimpleCoders.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SimpleCoders.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug/SimpleCoders.build/Objects-normal/arm64/SimpleCoders.swiftsourceinfo (in target 'SimpleCoders' from project 'SimpleCoders')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleCoders
    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/SimpleCoders.build/Debug/SimpleCoders.build/Objects-normal/arm64/SimpleCoders.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SimpleCoders.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriver VDCodable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'VDCodable' from project 'VDCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name VDCodable -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug/VDCodable.build/Objects-normal/arm64/VDCodable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -target arm64-apple-macos10.13 -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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug/VDCodable.build/Objects-normal/arm64/VDCodable-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug/VDCodable.build/Objects-normal/arm64/VDCodable.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/VDCodable.build/Debug/VDCodable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug/VDCodable.build/Objects-normal/arm64/VDCodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug/VDCodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug/VDCodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug/VDCodable.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/VDCodable.build/Debug/VDCodable.build/Objects-normal/arm64/VDCodable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling IntKey.swift, OrderedDictionary.swift (in target 'SimpleCoders' from project 'SimpleCoders')
SwiftDriverJobDiscovery normal arm64 Compiling Ref.swift (in target 'SimpleCoders' from project 'SimpleCoders')
SwiftDriverJobDiscovery normal arm64 Compiling KeyCodingStrategies.swift, CodingStrategy.swift (in target 'SimpleCoders' from project 'SimpleCoders')
SwiftDriverJobDiscovery normal arm64 Compiling CheckAllKeysDecoder.swift (in target 'SimpleCoders' from project 'SimpleCoders')
SwiftDriverJobDiscovery normal arm64 Compiling DecodingUnboxer.swift, EncodingBoxer.swift (in target 'SimpleCoders' from project 'SimpleCoders')
SwiftDriverJobDiscovery normal arm64 Compiling TypeRevisionEncoder.swift (in target 'SimpleCoders' from project 'SimpleCoders')
SwiftDriver\ Compilation SimpleCoders normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SimpleCoders' from project 'SimpleCoders')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SimpleCoders -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug/SimpleCoders.build/Objects-normal/arm64/SimpleCoders.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug/SimpleCoders.build/Objects-normal/arm64/SimpleCoders-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug/SimpleCoders.build/Objects-normal/arm64/SimpleCoders.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/SimpleCoders.build/Debug/SimpleCoders.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug/SimpleCoders.build/Objects-normal/arm64/SimpleCoders_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug/SimpleCoders.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug/SimpleCoders.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug/SimpleCoders.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/SimpleCoders.build/Debug/SimpleCoders.build/Objects-normal/arm64/SimpleCoders-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/SimpleCoders.o normal (in target 'SimpleCoders' from project 'SimpleCoders')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleCoders
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -O0 -w -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug/SimpleCoders.build/Objects-normal/arm64/SimpleCoders.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug/SimpleCoders.build/Objects-normal/arm64/SimpleCoders_lto.o -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug/SimpleCoders.build/Objects-normal/arm64/SimpleCoders_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug/SimpleCoders.build/Objects-normal/arm64/SimpleCoders.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug/SimpleCoders.build/Objects-normal/arm64/SimpleCoders-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SimpleCoders.o
ExtractAppIntentsMetadata (in target 'SimpleCoders' from project 'SimpleCoders')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleCoders
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /var/run/com.apple.security.cryptexd/mnt/com.apple.MobileAsset.MetalToolchain-v17.5.188.0.FvYCwe/Metal.xctoolchain --module-name SimpleCoders --sdk-root /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk --xcode-version 17E192 --platform-family macOS --deployment-target 10.13 --bundle-identifier simplecoders.SimpleCoders --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SimpleCoders.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SimpleCoders.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug/SimpleCoders.build/Objects-normal/arm64/SimpleCoders_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug/SimpleCoders.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug/SimpleCoders.build/Objects-normal/arm64/SimpleCoders.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug/SimpleCoders.build/SimpleCoders.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug/SimpleCoders.build/SimpleCoders.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug/SimpleCoders.build/Objects-normal/arm64/SimpleCoders.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-13 22:40:21.074 appintentsmetadataprocessor[744:4476] Starting appintentsmetadataprocessor export
2026-04-13 22:40:21.121 appintentsmetadataprocessor[744:4476] Extracted no relevant App Intents symbols, skipping writing output
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdatomic-KS1FMXPZU97HOY4MALET99UE.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreData-26HLSY04W4APMJJ4D9SZFJ4WC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os-AR3SJJLBV6Y7LCDQ9JZGLXN3I.pcm
SwiftEmitModule normal arm64 Emitting\ module\ for\ VDCodable (in target 'VDCodable' from project 'VDCodable')
EmitSwiftModule normal arm64 (in target 'VDCodable' from project 'VDCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VDCodable/JSON/DoubleFormatter.swift (in target 'VDCodable' from project 'VDCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VDCodable/Dictionary/DictionaryEncoder.swift (in target 'VDCodable' from project 'VDCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ NSManagedCodable.swift,\ URLQueryDecoder.swift /Users/admin/builder/spi-builder-workspace/Sources/VDCodable/NSCodable/NSManagedCodable.swift /Users/admin/builder/spi-builder-workspace/Sources/VDCodable/URLQuery/URLQueryDecoder.swift (in target 'VDCodable' from project 'VDCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VDCodable/NSCodable/NSManagedCodable.swift (in target 'VDCodable' from project 'VDCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VDCodable/URLQuery/URLQueryDecoder.swift (in target 'VDCodable' from project 'VDCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ URLQueryEncoder.swift,\ Int++.swift /Users/admin/builder/spi-builder-workspace/Sources/VDCodable/URLQuery/URLQueryEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/VDCodable/Utils/Int++.swift (in target 'VDCodable' from project 'VDCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VDCodable/URLQuery/URLQueryEncoder.swift (in target 'VDCodable' from project 'VDCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VDCodable/Utils/Int++.swift (in target 'VDCodable' from project 'VDCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VDCodable/JSON/JSONScanner.swift (in target 'VDCodable' from project 'VDCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VDCodable/JSON/VDJSONDecoder.swift (in target 'VDCodable' from project 'VDCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

SwiftDriverJobDiscovery normal arm64 Compiling UnwrapOperator.swift (in target 'VDCodable' from project 'VDCodable')
SwiftDriverJobDiscovery normal arm64 Compiling StringUtils.swift (in target 'VDCodable' from project 'VDCodable')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SimpleCoders.o (in target 'SimpleCoders' from project 'SimpleCoders')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleCoders
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SimpleCoders.o
SwiftDriverJobDiscovery normal arm64 Compiling DataDecodingStrategy.swift, DoubleFormatter.swift (in target 'VDCodable' from project 'VDCodable')
SwiftDriverJobDiscovery normal arm64 Compiling DictionaryDecoder.swift, DictionaryEncoder.swift (in target 'VDCodable' from project 'VDCodable')
SwiftDriverJobDiscovery normal arm64 Emitting module for VDCodable (in target 'VDCodable' from project 'VDCodable')
SwiftDriver\ Compilation\ Requirements VDCodable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'VDCodable' from project 'VDCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name VDCodable -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug/VDCodable.build/Objects-normal/arm64/VDCodable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -target arm64-apple-macos10.13 -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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug/VDCodable.build/Objects-normal/arm64/VDCodable-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug/VDCodable.build/Objects-normal/arm64/VDCodable.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/VDCodable.build/Debug/VDCodable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug/VDCodable.build/Objects-normal/arm64/VDCodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug/VDCodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug/VDCodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug/VDCodable.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/VDCodable.build/Debug/VDCodable.build/Objects-normal/arm64/VDCodable-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/VDCodable-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug/VDCodable.build/Objects-normal/arm64/VDCodable-Swift.h (in target 'VDCodable' from project 'VDCodable')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug/VDCodable.build/Objects-normal/arm64/VDCodable-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/VDCodable-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/VDCodable.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug/VDCodable.build/Objects-normal/arm64/VDCodable.swiftmodule (in target 'VDCodable' from project 'VDCodable')
    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/VDCodable.build/Debug/VDCodable.build/Objects-normal/arm64/VDCodable.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/VDCodable.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/VDCodable.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug/VDCodable.build/Objects-normal/arm64/VDCodable.swiftdoc (in target 'VDCodable' from project 'VDCodable')
    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/VDCodable.build/Debug/VDCodable.build/Objects-normal/arm64/VDCodable.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/VDCodable.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/VDCodable.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug/VDCodable.build/Objects-normal/arm64/VDCodable.abi.json (in target 'VDCodable' from project 'VDCodable')
    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/VDCodable.build/Debug/VDCodable.build/Objects-normal/arm64/VDCodable.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/VDCodable.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/VDCodable.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug/VDCodable.build/Objects-normal/arm64/VDCodable.swiftsourceinfo (in target 'VDCodable' from project 'VDCodable')
    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/VDCodable.build/Debug/VDCodable.build/Objects-normal/arm64/VDCodable.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/VDCodable.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling URLQueryEncoder.swift, Int++.swift (in target 'VDCodable' from project 'VDCodable')
SwiftDriverJobDiscovery normal arm64 Compiling NSManagedCodable.swift, URLQueryDecoder.swift (in target 'VDCodable' from project 'VDCodable')
SwiftDriverJobDiscovery normal arm64 Compiling EncodingOptions.swift, JSON.swift (in target 'VDCodable' from project 'VDCodable')
SwiftDriverJobDiscovery normal arm64 Compiling VDJSONEncoder.swift, NSCodable.swift (in target 'VDCodable' from project 'VDCodable')
SwiftDriverJobDiscovery normal arm64 Compiling JSONDecodingError.swift, JSONScanner.swift (in target 'VDCodable' from project 'VDCodable')
SwiftDriverJobDiscovery normal arm64 Compiling ProtobufJSONEncoder.swift, VDJSONDecoder.swift (in target 'VDCodable' from project 'VDCodable')
SwiftDriver\ Compilation VDCodable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'VDCodable' from project 'VDCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name VDCodable -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug/VDCodable.build/Objects-normal/arm64/VDCodable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -target arm64-apple-macos10.13 -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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug/VDCodable.build/Objects-normal/arm64/VDCodable-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug/VDCodable.build/Objects-normal/arm64/VDCodable.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/VDCodable.build/Debug/VDCodable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug/VDCodable.build/Objects-normal/arm64/VDCodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug/VDCodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug/VDCodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug/VDCodable.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/VDCodable.build/Debug/VDCodable.build/Objects-normal/arm64/VDCodable-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/VDCodable.o normal (in target 'VDCodable' from project 'VDCodable')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -O0 -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug/VDCodable.build/Objects-normal/arm64/VDCodable.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug/VDCodable.build/Objects-normal/arm64/VDCodable_lto.o -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug/VDCodable.build/Objects-normal/arm64/VDCodable_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug/VDCodable.build/Objects-normal/arm64/VDCodable.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug/VDCodable.build/Objects-normal/arm64/VDCodable-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/VDCodable.o
ExtractAppIntentsMetadata (in target 'VDCodable' from project 'VDCodable')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /var/run/com.apple.security.cryptexd/mnt/com.apple.MobileAsset.MetalToolchain-v17.5.188.0.FvYCwe/Metal.xctoolchain --module-name VDCodable --sdk-root /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk --xcode-version 17E192 --platform-family macOS --deployment-target 10.13 --bundle-identifier spi-builder-workspace.VDCodable --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/VDCodable.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/VDCodable.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug/VDCodable.build/Objects-normal/arm64/VDCodable_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug/VDCodable.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug/VDCodable.build/Objects-normal/arm64/VDCodable.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug/VDCodable.build/VDCodable.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug/VDCodable.build/VDCodable.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug/VDCodable.build/Objects-normal/arm64/VDCodable.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-13 22:40:22.880 appintentsmetadataprocessor[761:4548] Starting appintentsmetadataprocessor export
2026-04-13 22:40:22.896 appintentsmetadataprocessor[761:4548] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/VDCodable.o (in target 'VDCodable' from project 'VDCodable')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/VDCodable.o
** BUILD SUCCEEDED **
2026-04-13 22:40:10.291 xcodebuild[672:4061] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:354f1b40063738162de5b9250ac80a8c799f882b, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:354f1b40063738162de5b9250ac80a8c799f882b, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:354f1b40063738162de5b9250ac80a8c799f882b, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:354f1b40063738162de5b9250ac80a8c799f882b, name:My Mac }
Build complete.
{
  "dependencies" : [
    {
      "identity" : "simplecoders",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dankinsoid/SimpleCoders.git"
    }
  ],
  "manifest_display_name" : "VDCodable",
  "name" : "VDCodable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "VDCodable",
      "targets" : [
        "VDCodable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VDCodableTests",
      "module_type" : "SwiftTarget",
      "name" : "VDCodableTests",
      "path" : "Tests/VDCodableTests",
      "sources" : [
        "VDCodableTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "VDCodable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VDCodable",
      "module_type" : "SwiftTarget",
      "name" : "VDCodable",
      "path" : "Sources/VDCodable",
      "product_dependencies" : [
        "SimpleCoders"
      ],
      "product_memberships" : [
        "VDCodable"
      ],
      "sources" : [
        "Dictionary/DictionaryDecoder.swift",
        "Dictionary/DictionaryEncoder.swift",
        "JSON/DataDecodingStrategy.swift",
        "JSON/DoubleFormatter.swift",
        "JSON/EncodingOptions.swift",
        "JSON/JSON.swift",
        "JSON/JSONDecodingError.swift",
        "JSON/JSONScanner.swift",
        "JSON/ProtobufJSONEncoder.swift",
        "JSON/VDJSONDecoder.swift",
        "JSON/VDJSONEncoder.swift",
        "NSCodable/NSCodable.swift",
        "NSCodable/NSManagedCodable.swift",
        "URLQuery/URLQueryDecoder.swift",
        "URLQuery/URLQueryEncoder.swift",
        "Utils/Int++.swift",
        "Utils/StringUtils.swift",
        "Utils/UnwrapOperator.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.