Build Information
Successful build of VDCodable, reference master (b5f8ba
), with Swift 6.2 (beta) for tvOS using Xcode 26.0 on 20 Jun 2025 20:32:41 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme VDCodable -destination generic/platform=tvOS
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dankinsoid/VDCodable.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dankinsoid/VDCodable
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at b5f8ba2 (no commit message provided)
Cloned https://github.com/dankinsoid/VDCodable.git
Revision (git rev-parse @):
b5f8ba27807a8c1dbfc5394a659c17029e99269b
SUCCESS checkout https://github.com/dankinsoid/VDCodable.git at master
========================================
Build
========================================
Selected platform: tvOS
Swift version: 6.2
Building package at path: $PWD
https://github.com/dankinsoid/VDCodable.git
Command line invocation:
/Applications/Xcode-26.0.0-Beta.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
{
"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"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme VDCodable -destination generic/platform=tvOS
Command line invocation:
/Applications/Xcode-26.0.0-Beta.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 generic/platform=tvOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
VDCodable: /Users/admin/builder/spi-builder-workspace
SimpleCoders: https://github.com/dankinsoid/SimpleCoders.git @ 1.6.0
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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 05189341e81a68f9c2e610c19bf9ad9d
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/05189341e81a68f9c2e610c19bf9ad9d.xcbuilddata
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
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.sdkstatcache
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/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/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/VDCodable.build/Debug-appletvos/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-appletvos/VDCodable.build/VDCodable.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-appletvos/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-appletvos/VDCodable.build/VDCodable.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-appletvos/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-appletvos/VDCodable.build/VDCodable.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-appletvos/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-appletvos/VDCodable.build/Objects-normal/arm64/VDCodable.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-appletvos/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-appletvos/VDCodable.build/Objects-normal/arm64/VDCodable_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-appletvos/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-appletvos/VDCodable.build/Objects-normal/arm64/VDCodable-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-appletvos/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-appletvos/VDCodable.build/Objects-normal/arm64/VDCodable.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-appletvos/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-appletvos/VDCodable.build/Objects-normal/arm64/VDCodable.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-appletvos/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-appletvos/SimpleCoders.build/SimpleCoders.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-appletvos/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-appletvos/SimpleCoders.build/SimpleCoders.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-appletvos/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-appletvos/SimpleCoders.build/SimpleCoders.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-appletvos/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-appletvos/SimpleCoders.build/Objects-normal/arm64/SimpleCoders_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-appletvos/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-appletvos/SimpleCoders.build/Objects-normal/arm64/SimpleCoders.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-appletvos/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-appletvos/SimpleCoders.build/Objects-normal/arm64/SimpleCoders.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-appletvos/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-appletvos/SimpleCoders.build/Objects-normal/arm64/SimpleCoders.LinkFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/VDCodable.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-appletvos/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-appletvos/VDCodable.build/VDCodable.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-appletvos/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-appletvos/SimpleCoders.build/Objects-normal/arm64/SimpleCoders-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/SimpleCoders.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-appletvos/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-appletvos/SimpleCoders.build/SimpleCoders.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SimpleCoders -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-appletvos/SimpleCoders.build/Objects-normal/arm64/SimpleCoders.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.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 -suppress-warnings -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-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/SimpleCoders.build/Objects-normal/arm64/SimpleCoders_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/SimpleCoders.build/Debug-appletvos/SimpleCoders.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-appletvos/SimpleCoders.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-appletvos/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-appletvos/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_stdbool-5V9TWTJUEWN0N566W6KPDBMEN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-EASIRY8XHHQJ3YRARD7QTNXC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-D4Q9PQUH71WNTGTSVGPNOND8J.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-541TOOT0518GCI4KLSEHEG94I.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-9CL4C0NWSJAZ2OHAZ0M9LSLLC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-ALM7SKT414KKRQINZOM6314Q8.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-AB57J0X8UXJ6EYW3A82W8WEPK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-O9TU80G5DO9W2CFYAA6U316Z.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-ARZU5ONE6DRMFD35AP9HSK69Q.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-4QALTV7M0SARGPI9I4OW3TFNT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-2QS3K92NBW87HYSVJ582SX1NE.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-4OQQOX310UB0KG2J1CPZ7BISO.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-44CZHIF4XMQNXBVOUP0JWDC02.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-E2UF1JPKFLE3IIXCEW36I880G.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-BRNYGK24RLR224PCXFA1SCBFG.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-6SJ7VQ53YNILF5M2YQP1FPLRB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-17SW2XP68FXVPR50UFO2DN775.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-8G0XZEZONF9AGXS50PZ2FA7CD.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-2TJRFV4C78OXLCV50R3SK6DQN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-3KJPTTAP0BQDTA5D9GK6QM7IT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-E90ZG8CBWD37T29NSYGZ1FJ7M.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-BZ79ZF3MGHB00WRYSCDBDUMPZ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-7MDTQIS6PKQ7UVBXK6JICGLKZ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-9JN1CBWYC5ZAVWSK8TCGKFE9I.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\ 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\ 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\ 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\ 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\ 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\ 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\ 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\ 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\ 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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SimpleCoders -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-appletvos/SimpleCoders.build/Objects-normal/arm64/SimpleCoders.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.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 -suppress-warnings -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-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/SimpleCoders.build/Objects-normal/arm64/SimpleCoders_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/SimpleCoders.build/Debug-appletvos/SimpleCoders.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-appletvos/SimpleCoders.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-appletvos/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-appletvos/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 Ref.swift (in target 'SimpleCoders' from project 'SimpleCoders')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/SimpleCoders-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-appletvos/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-appletvos/SimpleCoders.build/Objects-normal/arm64/SimpleCoders-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/SimpleCoders-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SimpleCoders.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-appletvos/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-appletvos/SimpleCoders.build/Objects-normal/arm64/SimpleCoders.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SimpleCoders.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SimpleCoders.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-appletvos/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-appletvos/SimpleCoders.build/Objects-normal/arm64/SimpleCoders.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SimpleCoders.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SimpleCoders.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-appletvos/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-appletvos/SimpleCoders.build/Objects-normal/arm64/SimpleCoders.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SimpleCoders.swiftmodule/arm64-apple-tvos.abi.json
SwiftDriverJobDiscovery normal arm64 Compiling CodableProtocols.swift, DateCodingStrategies.swift (in target 'SimpleCoders' from project 'SimpleCoders')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SimpleCoders.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-appletvos/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-appletvos/SimpleCoders.build/Objects-normal/arm64/SimpleCoders.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SimpleCoders.swiftmodule/Project/arm64-apple-tvos.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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name VDCodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-appletvos/VDCodable.build/Objects-normal/arm64/VDCodable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.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-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/VDCodable.build/Objects-normal/arm64/VDCodable_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/VDCodable.build/Debug-appletvos/VDCodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-appletvos/VDCodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-appletvos/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-appletvos/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 StringConvertibleHintProvider.swift, PlainCodingKey.swift (in target 'SimpleCoders' from project 'SimpleCoders')
SwiftDriverJobDiscovery normal arm64 Compiling CheckAllKeysDecoder.swift (in target 'SimpleCoders' from project 'SimpleCoders')
SwiftDriverJobDiscovery normal arm64 Compiling TypeRevision.swift, TypeRevisionDecoder.swift (in target 'SimpleCoders' from project 'SimpleCoders')
SwiftDriverJobDiscovery normal arm64 Compiling IntKey.swift, OrderedDictionary.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 KeyCodingStrategies.swift, CodingStrategy.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 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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SimpleCoders -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-appletvos/SimpleCoders.build/Objects-normal/arm64/SimpleCoders.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.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 -suppress-warnings -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-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/SimpleCoders.build/Objects-normal/arm64/SimpleCoders_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/SimpleCoders.build/Debug-appletvos/SimpleCoders.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-appletvos/SimpleCoders.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-appletvos/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-appletvos/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-appletvos/SimpleCoders.o normal (in target 'SimpleCoders' from project 'SimpleCoders')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleCoders
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos12.0 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -O0 -w -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-26.0.0-Beta.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-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-appletvos/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-appletvos/SimpleCoders.build/Objects-normal/arm64/SimpleCoders_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-appletvos/SimpleCoders.build/Objects-normal/arm64/SimpleCoders_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0-Beta.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/SimpleCoders.build/Debug-appletvos/SimpleCoders.build/Objects-normal/arm64/SimpleCoders.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-appletvos/SimpleCoders.build/Objects-normal/arm64/SimpleCoders-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SimpleCoders.o
ExtractAppIntentsMetadata (in target 'SimpleCoders' from project 'SimpleCoders')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleCoders
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name SimpleCoders --sdk-root /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk --xcode-version 17A5241e --platform-family tvOS --deployment-target 12.0 --bundle-identifier simplecoders.SimpleCoders --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SimpleCoders.appintents --target-triple arm64-apple-tvos12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SimpleCoders.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-appletvos/SimpleCoders.build/Objects-normal/arm64/SimpleCoders_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-appletvos/SimpleCoders.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-appletvos/SimpleCoders.build/Objects-normal/arm64/SimpleCoders.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-appletvos/SimpleCoders.build/SimpleCoders.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-appletvos/SimpleCoders.build/SimpleCoders.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-appletvos/SimpleCoders.build/Objects-normal/arm64/SimpleCoders.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-20 13:32:39.629 appintentsmetadataprocessor[673:3918] Starting appintentsmetadataprocessor export
2025-06-20 13:32:39.689 appintentsmetadataprocessor[673:3918] Extracted no relevant App Intents symbols, skipping writing output
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MachO-9ULAXHR13V3WOD7L0A0B0OEI6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdatomic-BPVKMQSDPN8NF9KSITJQIBY12.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreData-CMQLH12TDG5L3OUW8KNWGX6HS.pcm
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-appletvos/SimpleCoders.o
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os-C38QSR75CQLOI3D5QDP1OHKDO.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\ 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
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\ 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\ 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\ 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\ 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\ 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\ 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\ 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
SwiftDriverJobDiscovery normal arm64 Compiling StringUtils.swift (in target 'VDCodable' from project 'VDCodable')
SwiftDriverJobDiscovery normal arm64 Compiling UnwrapOperator.swift (in target 'VDCodable' from project 'VDCodable')
SwiftDriverJobDiscovery normal arm64 Compiling DictionaryDecoder.swift, DictionaryEncoder.swift (in target 'VDCodable' from project 'VDCodable')
SwiftDriverJobDiscovery normal arm64 Compiling DataDecodingStrategy.swift, DoubleFormatter.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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name VDCodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-appletvos/VDCodable.build/Objects-normal/arm64/VDCodable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.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-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/VDCodable.build/Objects-normal/arm64/VDCodable_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/VDCodable.build/Debug-appletvos/VDCodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-appletvos/VDCodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-appletvos/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-appletvos/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-appletvos/VDCodable-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-appletvos/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-appletvos/VDCodable.build/Objects-normal/arm64/VDCodable-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/VDCodable-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/VDCodable.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-appletvos/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-appletvos/VDCodable.build/Objects-normal/arm64/VDCodable.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/VDCodable.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/VDCodable.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-appletvos/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-appletvos/VDCodable.build/Objects-normal/arm64/VDCodable.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/VDCodable.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/VDCodable.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-appletvos/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-appletvos/VDCodable.build/Objects-normal/arm64/VDCodable.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/VDCodable.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/VDCodable.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-appletvos/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-appletvos/VDCodable.build/Objects-normal/arm64/VDCodable.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/VDCodable.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling URLQueryEncoder.swift, Int++.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 EncodingOptions.swift, JSON.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 ProtobufJSONEncoder.swift, VDJSONDecoder.swift (in target 'VDCodable' from project 'VDCodable')
SwiftDriverJobDiscovery normal arm64 Compiling JSONDecodingError.swift, JSONScanner.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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name VDCodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-appletvos/VDCodable.build/Objects-normal/arm64/VDCodable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.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-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/VDCodable.build/Objects-normal/arm64/VDCodable_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/VDCodable.build/Debug-appletvos/VDCodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-appletvos/VDCodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-appletvos/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-appletvos/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-appletvos/VDCodable.o normal (in target 'VDCodable' from project 'VDCodable')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos12.0 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.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-26.0.0-Beta.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/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-appletvos/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-appletvos/VDCodable.build/Objects-normal/arm64/VDCodable_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-appletvos/VDCodable.build/Objects-normal/arm64/VDCodable_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0-Beta.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/VDCodable.build/Debug-appletvos/VDCodable.build/Objects-normal/arm64/VDCodable.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-appletvos/VDCodable.build/Objects-normal/arm64/VDCodable-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/VDCodable.o
ExtractAppIntentsMetadata (in target 'VDCodable' from project 'VDCodable')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name VDCodable --sdk-root /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk --xcode-version 17A5241e --platform-family tvOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.VDCodable --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/VDCodable.appintents --target-triple arm64-apple-tvos12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/VDCodable.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-appletvos/VDCodable.build/Objects-normal/arm64/VDCodable_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-appletvos/VDCodable.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-appletvos/VDCodable.build/Objects-normal/arm64/VDCodable.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-appletvos/VDCodable.build/VDCodable.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-appletvos/VDCodable.build/VDCodable.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-appletvos/VDCodable.build/Objects-normal/arm64/VDCodable.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-20 13:32:40.678 appintentsmetadataprocessor[691:3985] Starting appintentsmetadataprocessor export
2025-06-20 13:32:40.718 appintentsmetadataprocessor[691:3985] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-appletvos/VDCodable.o
** BUILD SUCCEEDED **
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.