Build Information
Successful build of VDCodable, reference 2.14.0 (0d0166
), with Swift 6.1 for visionOS using Xcode 16.3 on 28 Apr 2025 02:54:06 UTC.
Swift 6 data race errors: 1
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme VDCodable -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/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: visionOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/dankinsoid/VDCodable.git
https://github.com/dankinsoid/VDCodable.git
{
"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"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
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:
VDCodable: /Users/admin/builder/spi-builder-workspace
SimpleCoders: https://github.com/dankinsoid/SimpleCoders.git @ 1.6.0
resolved source packages: VDCodable, SimpleCoders
{
"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-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme VDCodable -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme VDCodable -destination generic/platform=xrOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
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-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 45421fc9fb423ef694500d361ca26f50
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/45421fc9fb423ef694500d361ca26f50.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.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/EagerLinkingTBDs/Debug-xros
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-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-xros/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-xros/SimpleCoders.build/SimpleCoders.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-xros/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-xros/SimpleCoders.build/SimpleCoders.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-xros/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-xros/SimpleCoders.build/SimpleCoders.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-xros/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-xros/VDCodable.build/VDCodable.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-xros/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-xros/VDCodable.build/VDCodable.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-xros/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-xros/VDCodable.build/VDCodable.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-xros/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-xros/VDCodable.build/Objects-normal/arm64/VDCodable.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-xros/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-xros/VDCodable.build/Objects-normal/arm64/VDCodable.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-xros/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-xros/VDCodable.build/Objects-normal/arm64/VDCodable_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-xros/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-xros/VDCodable.build/Objects-normal/arm64/VDCodable.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-xros/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-xros/VDCodable.build/Objects-normal/arm64/VDCodable-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-xros/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-xros/SimpleCoders.build/Objects-normal/arm64/SimpleCoders_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-xros/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-xros/SimpleCoders.build/Objects-normal/arm64/SimpleCoders.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-xros/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-xros/SimpleCoders.build/Objects-normal/arm64/SimpleCoders.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-xros/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-xros/SimpleCoders.build/Objects-normal/arm64/SimpleCoders.LinkFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/VDCodable.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-xros/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-xros/VDCodable.build/VDCodable.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-xros/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-xros/SimpleCoders.build/Objects-normal/arm64/SimpleCoders-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/SimpleCoders.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-xros/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-xros/SimpleCoders.build/SimpleCoders.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
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-16.3.0.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-xros/SimpleCoders.build/Objects-normal/arm64/SimpleCoders.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.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-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-xros/SimpleCoders.build/Objects-normal/arm64/SimpleCoders-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-xros/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-xros/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-xros/SimpleCoders.build/Objects-normal/arm64/SimpleCoders_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-xros/SimpleCoders.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-xros/SimpleCoders.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-xros/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-xros/SimpleCoders.build/Objects-normal/arm64/SimpleCoders-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
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\ 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\ 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
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\ 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
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\ 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\ 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
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-16.3.0.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-xros/SimpleCoders.build/Objects-normal/arm64/SimpleCoders.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.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-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-xros/SimpleCoders.build/Objects-normal/arm64/SimpleCoders-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-xros/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-xros/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-xros/SimpleCoders.build/Objects-normal/arm64/SimpleCoders_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-xros/SimpleCoders.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-xros/SimpleCoders.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-xros/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-xros/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 CheckAllKeysDecoder.swift (in target 'SimpleCoders' from project 'SimpleCoders')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/SimpleCoders-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-xros/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-xros/SimpleCoders.build/Objects-normal/arm64/SimpleCoders-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/SimpleCoders-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleCoders.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-xros/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-xros/SimpleCoders.build/Objects-normal/arm64/SimpleCoders.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleCoders.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleCoders.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-xros/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-xros/SimpleCoders.build/Objects-normal/arm64/SimpleCoders.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleCoders.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleCoders.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-xros/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-xros/SimpleCoders.build/Objects-normal/arm64/SimpleCoders.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleCoders.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleCoders.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-xros/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-xros/SimpleCoders.build/Objects-normal/arm64/SimpleCoders.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleCoders.swiftmodule/Project/arm64-apple-xros.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-16.3.0.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-xros/VDCodable.build/Objects-normal/arm64/VDCodable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.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-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-xros/VDCodable.build/Objects-normal/arm64/VDCodable-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-xros/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-xros/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-xros/VDCodable.build/Objects-normal/arm64/VDCodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-xros/VDCodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-xros/VDCodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-xros/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-xros/VDCodable.build/Objects-normal/arm64/VDCodable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
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
/Users/admin/builder/spi-builder-workspace/Sources/VDCodable/JSON/VDJSONDecoder.swift:319:14: warning: let '_iso8601Formatter' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
internal let _iso8601Formatter: ISO8601DateFormatter = {
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSISO8601DateFormatter.h:46:12: note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
@interface NSISO8601DateFormatter : NSFormatter <NSSecureCoding> {
^
/Users/admin/builder/spi-builder-workspace/Sources/VDCodable/JSON/VDJSONDecoder.swift:319:14: note: add '@MainActor' to make let '_iso8601Formatter' part of global actor 'MainActor'
internal let _iso8601Formatter: ISO8601DateFormatter = {
^
/Users/admin/builder/spi-builder-workspace/Sources/VDCodable/JSON/VDJSONDecoder.swift:319:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
internal let _iso8601Formatter: ISO8601DateFormatter = {
^
nonisolated(unsafe)
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
SwiftDriverJobDiscovery normal arm64 Compiling Ref.swift (in target 'SimpleCoders' from project 'SimpleCoders')
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 StringConvertibleHintProvider.swift, PlainCodingKey.swift (in target 'SimpleCoders' from project 'SimpleCoders')
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
SwiftDriverJobDiscovery normal arm64 Compiling StringKey.swift, CodableTypes.swift (in target 'SimpleCoders' from project 'SimpleCoders')
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
SwiftDriverJobDiscovery normal arm64 Compiling DecodingUnboxer.swift, EncodingBoxer.swift (in target 'SimpleCoders' from project 'SimpleCoders')
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\ 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
SwiftDriverJobDiscovery normal arm64 Compiling TypeRevisionEncoder.swift (in target 'SimpleCoders' from project 'SimpleCoders')
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
/Users/admin/builder/spi-builder-workspace/Sources/VDCodable/JSON/VDJSONDecoder.swift:319:14: warning: let '_iso8601Formatter' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
internal let _iso8601Formatter: ISO8601DateFormatter = {
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSISO8601DateFormatter.h:46:12: note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
@interface NSISO8601DateFormatter : NSFormatter <NSSecureCoding> {
^
/Users/admin/builder/spi-builder-workspace/Sources/VDCodable/JSON/VDJSONDecoder.swift:319:14: note: add '@MainActor' to make let '_iso8601Formatter' part of global actor 'MainActor'
internal let _iso8601Formatter: ISO8601DateFormatter = {
^
/Users/admin/builder/spi-builder-workspace/Sources/VDCodable/JSON/VDJSONDecoder.swift:319:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
internal let _iso8601Formatter: ISO8601DateFormatter = {
^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling KeyCodingStrategies.swift, CodingStrategy.swift (in target 'SimpleCoders' from project 'SimpleCoders')
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\ 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
SwiftDriverJobDiscovery normal arm64 Compiling CodableProtocols.swift, DateCodingStrategies.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')
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
SwiftDriverJobDiscovery normal arm64 Compiling UnwrapOperator.swift (in target 'VDCodable' from project 'VDCodable')
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-16.3.0.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-xros/SimpleCoders.build/Objects-normal/arm64/SimpleCoders.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.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-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-xros/SimpleCoders.build/Objects-normal/arm64/SimpleCoders-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-xros/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-xros/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-xros/SimpleCoders.build/Objects-normal/arm64/SimpleCoders_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-xros/SimpleCoders.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-xros/SimpleCoders.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-xros/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-xros/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 DictionaryDecoder.swift, DictionaryEncoder.swift (in target 'VDCodable' from project 'VDCodable')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleCoders.o normal (in target 'SimpleCoders' from project 'SimpleCoders')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleCoders
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-xros/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-xros/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-xros/SimpleCoders.build/Objects-normal/arm64/SimpleCoders_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-xros/SimpleCoders.build/Objects-normal/arm64/SimpleCoders.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleCoders.o
SwiftDriverJobDiscovery normal arm64 Compiling DataDecodingStrategy.swift, DoubleFormatter.swift (in target 'VDCodable' from project 'VDCodable')
ExtractAppIntentsMetadata (in target 'SimpleCoders' from project 'SimpleCoders')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleCoders
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name SimpleCoders --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier simplecoders.SimpleCoders --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleCoders.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleCoders.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-xros/SimpleCoders.build/Objects-normal/arm64/SimpleCoders_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-xros/SimpleCoders.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-xros/SimpleCoders.build/Objects-normal/arm64/SimpleCoders.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-xros/SimpleCoders.build/SimpleCoders.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-xros/SimpleCoders.build/SimpleCoders.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCoders.build/Debug-xros/SimpleCoders.build/Objects-normal/arm64/SimpleCoders.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 19:54:05.303 appintentsmetadataprocessor[780:4239] Starting appintentsmetadataprocessor export
2025-04-27 19:54:05.348 appintentsmetadataprocessor[780:4239] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling VDJSONEncoder.swift, NSCodable.swift (in target 'VDCodable' from project 'VDCodable')
SwiftDriverJobDiscovery normal arm64 Compiling StringUtils.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-16.3.0.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-xros/VDCodable.build/Objects-normal/arm64/VDCodable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.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-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-xros/VDCodable.build/Objects-normal/arm64/VDCodable-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-xros/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-xros/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-xros/VDCodable.build/Objects-normal/arm64/VDCodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-xros/VDCodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-xros/VDCodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-xros/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-xros/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-xros/VDCodable-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-xros/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-xros/VDCodable.build/Objects-normal/arm64/VDCodable-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/VDCodable-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/VDCodable.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-xros/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-xros/VDCodable.build/Objects-normal/arm64/VDCodable.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/VDCodable.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/VDCodable.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-xros/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-xros/VDCodable.build/Objects-normal/arm64/VDCodable.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/VDCodable.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/VDCodable.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-xros/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-xros/VDCodable.build/Objects-normal/arm64/VDCodable.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/VDCodable.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/VDCodable.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-xros/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-xros/VDCodable.build/Objects-normal/arm64/VDCodable.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/VDCodable.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling URLQueryEncoder.swift, Int++.swift (in target 'VDCodable' from project 'VDCodable')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/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-xros/SimpleCoders.o
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 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-16.3.0.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-xros/VDCodable.build/Objects-normal/arm64/VDCodable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.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-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-xros/VDCodable.build/Objects-normal/arm64/VDCodable-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-xros/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-xros/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-xros/VDCodable.build/Objects-normal/arm64/VDCodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-xros/VDCodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-xros/VDCodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-xros/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-xros/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-xros/VDCodable.o normal (in target 'VDCodable' from project 'VDCodable')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-xros/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-xros/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-xros/VDCodable.build/Objects-normal/arm64/VDCodable_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-xros/VDCodable.build/Objects-normal/arm64/VDCodable.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/VDCodable.o
ExtractAppIntentsMetadata (in target 'VDCodable' from project 'VDCodable')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name VDCodable --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier spi-builder-workspace.VDCodable --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/VDCodable.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/VDCodable.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-xros/VDCodable.build/Objects-normal/arm64/VDCodable_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-xros/VDCodable.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-xros/VDCodable.build/Objects-normal/arm64/VDCodable.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-xros/VDCodable.build/VDCodable.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-xros/VDCodable.build/VDCodable.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDCodable.build/Debug-xros/VDCodable.build/Objects-normal/arm64/VDCodable.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 19:54:05.682 appintentsmetadataprocessor[783:4268] Starting appintentsmetadataprocessor export
2025-04-27 19:54:05.717 appintentsmetadataprocessor[783:4268] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/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-xros/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.