Build Information
Successful build of AnyCodable, reference master (862808
), with Swift 6.1 for watchOS using Xcode 16.3 on 27 Apr 2025 05:51:37 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AnyCodable-Package -destination generic/platform=watchOS 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/flight-school/anycodable.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/flight-school/anycodable
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 862808b Bump version to 0.6.7
Cloned https://github.com/flight-school/anycodable.git
Revision (git rev-parse @):
862808b2070cd908cb04f9aafe7de83d35f81b05
SUCCESS checkout https://github.com/flight-school/anycodable.git at master
========================================
Build
========================================
Selected platform: watchOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/flight-school/anycodable.git
https://github.com/flight-school/anycodable.git
{
"dependencies" : [
],
"manifest_display_name" : "AnyCodable",
"name" : "AnyCodable",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "tvos",
"version" : "9.0"
},
{
"name" : "watchos",
"version" : "2.0"
}
],
"products" : [
{
"name" : "AnyCodable",
"targets" : [
"AnyCodable"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AnyCodableTests",
"module_type" : "SwiftTarget",
"name" : "AnyCodableTests",
"path" : "Tests/AnyCodableTests",
"sources" : [
"AnyCodableTests.swift",
"AnyDecodableTests.swift",
"AnyEncodableTests.swift"
],
"target_dependencies" : [
"AnyCodable"
],
"type" : "test"
},
{
"c99name" : "AnyCodable",
"module_type" : "SwiftTarget",
"name" : "AnyCodable",
"path" : "Sources/AnyCodable",
"product_memberships" : [
"AnyCodable"
],
"sources" : [
"AnyCodable.swift",
"AnyDecodable.swift",
"AnyEncodable.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
"dependencies" : [
],
"manifest_display_name" : "AnyCodable",
"name" : "AnyCodable",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "tvos",
"version" : "9.0"
},
{
"name" : "watchos",
"version" : "2.0"
}
],
"products" : [
{
"name" : "AnyCodable",
"targets" : [
"AnyCodable"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AnyCodableTests",
"module_type" : "SwiftTarget",
"name" : "AnyCodableTests",
"path" : "Tests/AnyCodableTests",
"sources" : [
"AnyCodableTests.swift",
"AnyDecodableTests.swift",
"AnyEncodableTests.swift"
],
"target_dependencies" : [
"AnyCodable"
],
"type" : "test"
},
{
"c99name" : "AnyCodable",
"module_type" : "SwiftTarget",
"name" : "AnyCodable",
"path" : "Sources/AnyCodable",
"product_memberships" : [
"AnyCodable"
],
"sources" : [
"AnyCodable.swift",
"AnyDecodable.swift",
"AnyEncodable.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "AnyCodable",
"schemes" : [
"AnyCodable-Package"
],
"targets" : [
"AnyCodable",
"AnyCodablePackageDescription",
"AnyCodablePackageTests",
"AnyCodableTests"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AnyCodable-Package -destination generic/platform=watchOS 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 AnyCodable-Package -destination generic/platform=watchOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
Target 'AnyCodable' in project 'AnyCodable' (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/WatchOS.platform/Developer/SDKs/WatchOS11.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: e852e13d1bdba9f0e3769fc90cdb9912
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/e852e13d1bdba9f0e3769fc90cdb9912.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/AnyCodable.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/AnyCodable.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/AnyCodable.xcodeproj
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
cd /Users/admin/builder/spi-builder-workspace/AnyCodable.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
cd /Users/admin/builder/spi-builder-workspace/AnyCodable.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable_const_extract_protocols.json (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.SwiftConstValuesFileList (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable_const_extract_protocols.json (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.SwiftFileList (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.LinkFileList (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.SwiftFileList (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.LinkFileList (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.SwiftConstValuesFileList (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable-OutputFileMap.json (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable-OutputFileMap.json (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable_const_extract_protocols.json (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.SwiftFileList (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.SwiftConstValuesFileList (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.LinkFileList (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable-OutputFileMap.json (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/AnyCodable.DependencyStaticMetadataFileList (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/AnyCodable.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/AnyCodable.DependencyMetadataFileList (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/AnyCodable.DependencyMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Headers (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Info.plist /Users/admin/builder/spi-builder-workspace/AnyCodable.xcodeproj/AnyCodable_Info.plist (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/AnyCodable.xcodeproj/AnyCodable_Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform watchos -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Info.plist
SwiftDriver AnyCodable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AnyCodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-library-evolution -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable-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/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftmodule -emit-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftinterface -emit-private-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.private.swiftinterface -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable-Swift.h -no-verify-emitted-module-interface -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriver AnyCodable normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AnyCodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-library-evolution -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable-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/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.swiftmodule -emit-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.swiftinterface -emit-private-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.private.swiftinterface -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable-Swift.h -no-verify-emitted-module-interface -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriver AnyCodable normal armv7k com.apple.xcode.tools.swift.compiler (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AnyCodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-library-evolution -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable-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/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.swiftmodule -emit-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.swiftinterface -emit-private-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.private.swiftinterface -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable-Swift.h -no-verify-emitted-module-interface -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal armv7k Compiling\ AnyDecodable.swift /Users/admin/builder/spi-builder-workspace/Sources/AnyCodable/AnyDecodable.swift (in target 'AnyCodable' from project 'AnyCodable')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/AnyCodable/AnyDecodable.swift (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745733091918383-swift-frontend-AnyCodable-AnyDecodable.swift-armv7k_apple_watchos2.0-o-Onone-922673820.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.7859 seconds (5.1049 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0264 ( 7.5%) 0.1510 ( 34.8%) 0.1774 ( 22.6%) 2.3068 ( 45.2%) parse-and-resolve-imports
0.0263 ( 7.5%) 0.1509 ( 34.8%) 0.1771 ( 22.5%) 2.3065 ( 45.2%) Import resolution
0.0157 ( 4.4%) 0.0536 ( 12.4%) 0.0693 ( 8.8%) 0.1293 ( 2.5%) load-stdlib
0.0790 ( 22.4%) 0.0272 ( 6.3%) 0.1062 ( 13.5%) 0.1062 ( 2.1%) build-rewrite-system
0.0504 ( 14.3%) 0.0107 ( 2.5%) 0.0612 ( 7.8%) 0.0612 ( 1.2%) perform-sema
0.0504 ( 14.3%) 0.0107 ( 2.5%) 0.0611 ( 7.8%) 0.0612 ( 1.2%) Type checking and Semantic analysis
0.0382 ( 10.9%) 0.0060 ( 1.4%) 0.0442 ( 5.6%) 0.0443 ( 0.9%) typecheck-stmt
0.0123 ( 3.5%) 0.0101 ( 2.3%) 0.0224 ( 2.9%) 0.0224 ( 0.4%) import-clang-decl
0.0116 ( 3.3%) 0.0047 ( 1.1%) 0.0163 ( 2.1%) 0.0163 ( 0.3%) typecheck-decl
0.0107 ( 3.0%) 0.0036 ( 0.8%) 0.0143 ( 1.8%) 0.0144 ( 0.3%) typecheck-expr
0.0057 ( 1.6%) 0.0027 ( 0.6%) 0.0084 ( 1.1%) 0.0084 ( 0.2%) IRGen
0.0063 ( 1.8%) 0.0011 ( 0.3%) 0.0074 ( 0.9%) 0.0074 ( 0.1%) SILGen
0.0067 ( 1.9%) 0.0003 ( 0.1%) 0.0071 ( 0.9%) 0.0070 ( 0.1%) precheck-target
0.0056 ( 1.6%) 0.0010 ( 0.2%) 0.0066 ( 0.8%) 0.0065 ( 0.1%) SILGen-function
0.0053 ( 1.5%) 0.0001 ( 0.0%) 0.0054 ( 0.7%) 0.0054 ( 0.1%) SIL optimization
0.0009 ( 0.3%) 0.0003 ( 0.1%) 0.0013 ( 0.2%) 0.0013 ( 0.0%) load-all-members
0.0002 ( 0.0%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.3519 (100.0%) 0.4339 (100.0%) 0.7859 (100.0%) 5.1049 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.3528 seconds (3.5697 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8666 (100.0%) 0.4862 (100.0%) 1.3528 (100.0%) 3.5697 (100.0%) Building Target
0.8666 (100.0%) 0.4862 (100.0%) 1.3528 (100.0%) 3.5697 (100.0%) Total
SwiftEmitModule normal armv7k Emitting\ module\ for\ AnyCodable (in target 'AnyCodable' from project 'AnyCodable')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745733091958503-swift-frontend-AnyCodable-all-armv7k_apple_watchos2.0-swiftmodule-Onone-3173793192.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 2.6287 seconds (4.3505 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.6993 ( 47.4%) 0.5625 ( 48.8%) 1.2618 ( 48.0%) 2.0626 ( 47.4%) parse-and-resolve-imports
0.6992 ( 47.4%) 0.5624 ( 48.8%) 1.2616 ( 48.0%) 2.0624 ( 47.4%) Import resolution
0.0019 ( 0.1%) 0.0063 ( 0.5%) 0.0082 ( 0.3%) 0.1283 ( 2.9%) load-stdlib
0.0201 ( 1.4%) 0.0053 ( 0.5%) 0.0254 ( 1.0%) 0.0254 ( 0.6%) perform-sema
0.0201 ( 1.4%) 0.0053 ( 0.5%) 0.0253 ( 1.0%) 0.0254 ( 0.6%) Type checking and Semantic analysis
0.0199 ( 1.4%) 0.0050 ( 0.4%) 0.0250 ( 1.0%) 0.0250 ( 0.6%) typecheck-decl
0.0048 ( 0.3%) 0.0014 ( 0.1%) 0.0061 ( 0.2%) 0.0061 ( 0.1%) build-rewrite-system
0.0040 ( 0.3%) 0.0018 ( 0.2%) 0.0058 ( 0.2%) 0.0058 ( 0.1%) SIL optimization
0.0033 ( 0.2%) 0.0008 ( 0.1%) 0.0041 ( 0.2%) 0.0041 ( 0.1%) SILGen
0.0010 ( 0.1%) 0.0016 ( 0.1%) 0.0026 ( 0.1%) 0.0026 ( 0.1%) import-clang-decl
0.0008 ( 0.1%) 0.0002 ( 0.0%) 0.0010 ( 0.0%) 0.0010 ( 0.0%) Serialization, swiftmodule
0.0006 ( 0.0%) 0.0001 ( 0.0%) 0.0007 ( 0.0%) 0.0007 ( 0.0%) SILGen-function
0.0003 ( 0.0%) 0.0001 ( 0.0%) 0.0004 ( 0.0%) 0.0004 ( 0.0%) Serialization, swiftsourceinfo
0.0002 ( 0.0%) 0.0000 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) associated-type-inference
0.0002 ( 0.0%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) Serialization, swiftdoc
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-module-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
1.4759 (100.0%) 1.1528 (100.0%) 2.6287 (100.0%) 4.3505 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.3138 seconds (2.2348 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.7334 (100.0%) 0.5804 (100.0%) 1.3138 (100.0%) 2.2348 (100.0%) Building Target
0.7334 (100.0%) 0.5804 (100.0%) 1.3138 (100.0%) 2.2348 (100.0%) Total
EmitSwiftModule normal armv7k (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/AnyCodable/AnyCodable.swift:15:23: warning: public struct 'AnyCodable.AnyCodable' shadows module 'AnyCodable', which may cause failures when importing 'AnyCodable' or its clients in some configurations; please rename either the struct 'AnyCodable.AnyCodable' or the module 'AnyCodable', or see https://github.com/apple/swift/issues/56573 for workarounds
@frozen public struct AnyCodable: Codable {
^
/Users/admin/builder/spi-builder-workspace/Sources/AnyCodable/AnyCodable.swift:15:23: warning: public struct 'AnyCodable.AnyCodable' shadows module 'AnyCodable', which may cause failures when importing 'AnyCodable' or its clients in some configurations; please rename either the struct 'AnyCodable.AnyCodable' or the module 'AnyCodable', or see https://github.com/apple/swift/issues/56573 for workarounds
@frozen public struct AnyCodable: Codable {
^
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ AnyCodable (in target 'AnyCodable' from project 'AnyCodable')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745733091947236-swift-frontend-AnyCodable-all-arm64_32_apple_watchos2.0-swiftmodule-Onone-1505040507.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 3.4918 seconds (4.1905 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.0662 ( 48.3%) 0.5967 ( 46.4%) 1.6629 ( 47.6%) 1.9532 ( 46.6%) parse-and-resolve-imports
1.0660 ( 48.3%) 0.5965 ( 46.4%) 1.6625 ( 47.6%) 1.9528 ( 46.6%) Import resolution
0.0025 ( 0.1%) 0.0167 ( 1.3%) 0.0192 ( 0.5%) 0.1089 ( 2.6%) load-stdlib
0.0189 ( 0.9%) 0.0211 ( 1.6%) 0.0401 ( 1.1%) 0.0491 ( 1.2%) perform-sema
0.0189 ( 0.9%) 0.0211 ( 1.6%) 0.0400 ( 1.1%) 0.0490 ( 1.2%) Type checking and Semantic analysis
0.0188 ( 0.9%) 0.0209 ( 1.6%) 0.0396 ( 1.1%) 0.0487 ( 1.2%) typecheck-decl
0.0041 ( 0.2%) 0.0049 ( 0.4%) 0.0091 ( 0.3%) 0.0097 ( 0.2%) SIL optimization
0.0034 ( 0.2%) 0.0023 ( 0.2%) 0.0057 ( 0.2%) 0.0057 ( 0.1%) SILGen
0.0038 ( 0.2%) 0.0005 ( 0.0%) 0.0043 ( 0.1%) 0.0043 ( 0.1%) build-rewrite-system
0.0008 ( 0.0%) 0.0020 ( 0.2%) 0.0028 ( 0.1%) 0.0034 ( 0.1%) Serialization, swiftmodule
0.0011 ( 0.0%) 0.0015 ( 0.1%) 0.0026 ( 0.1%) 0.0026 ( 0.1%) import-clang-decl
0.0007 ( 0.0%) 0.0007 ( 0.1%) 0.0015 ( 0.0%) 0.0015 ( 0.0%) SILGen-function
0.0002 ( 0.0%) 0.0007 ( 0.1%) 0.0009 ( 0.0%) 0.0009 ( 0.0%) Serialization, swiftdoc
0.0003 ( 0.0%) 0.0001 ( 0.0%) 0.0004 ( 0.0%) 0.0004 ( 0.0%) Serialization, swiftsourceinfo
0.0002 ( 0.0%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) associated-type-inference
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-module-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
2.2059 (100.0%) 1.2860 (100.0%) 3.4918 (100.0%) 4.1905 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.7481 seconds (2.1402 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.0993 (100.0%) 0.6487 (100.0%) 1.7481 (100.0%) 2.1402 (100.0%) Building Target
1.0993 (100.0%) 0.6487 (100.0%) 1.7481 (100.0%) 2.1402 (100.0%) Total
EmitSwiftModule normal arm64_32 (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/AnyCodable/AnyCodable.swift:15:23: warning: public struct 'AnyCodable.AnyCodable' shadows module 'AnyCodable', which may cause failures when importing 'AnyCodable' or its clients in some configurations; please rename either the struct 'AnyCodable.AnyCodable' or the module 'AnyCodable', or see https://github.com/apple/swift/issues/56573 for workarounds
@frozen public struct AnyCodable: Codable {
^
/Users/admin/builder/spi-builder-workspace/Sources/AnyCodable/AnyCodable.swift:15:23: warning: public struct 'AnyCodable.AnyCodable' shadows module 'AnyCodable', which may cause failures when importing 'AnyCodable' or its clients in some configurations; please rename either the struct 'AnyCodable.AnyCodable' or the module 'AnyCodable', or see https://github.com/apple/swift/issues/56573 for workarounds
@frozen public struct AnyCodable: Codable {
^
SwiftEmitModule normal arm64 Emitting\ module\ for\ AnyCodable (in target 'AnyCodable' from project 'AnyCodable')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745733091957520-swift-frontend-AnyCodable-all-arm64_apple_watchos2.0-swiftmodule-Onone-3672152007.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4148 seconds (4.2622 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0213 ( 18.6%) 0.1279 ( 42.6%) 0.1492 ( 36.0%) 2.0042 ( 47.0%) parse-and-resolve-imports
0.0212 ( 18.4%) 0.1278 ( 42.6%) 0.1490 ( 35.9%) 2.0039 ( 47.0%) Import resolution
0.0023 ( 2.0%) 0.0180 ( 6.0%) 0.0203 ( 4.9%) 0.1575 ( 3.7%) load-stdlib
0.0186 ( 16.2%) 0.0066 ( 2.2%) 0.0252 ( 6.1%) 0.0252 ( 0.6%) perform-sema
0.0186 ( 16.2%) 0.0066 ( 2.2%) 0.0252 ( 6.1%) 0.0252 ( 0.6%) Type checking and Semantic analysis
0.0184 ( 16.0%) 0.0064 ( 2.1%) 0.0248 ( 6.0%) 0.0248 ( 0.6%) typecheck-decl
0.0045 ( 3.9%) 0.0025 ( 0.8%) 0.0070 ( 1.7%) 0.0071 ( 0.2%) SIL optimization
0.0039 ( 3.4%) 0.0010 ( 0.3%) 0.0049 ( 1.2%) 0.0049 ( 0.1%) build-rewrite-system
0.0026 ( 2.2%) 0.0006 ( 0.2%) 0.0032 ( 0.8%) 0.0032 ( 0.1%) SILGen
0.0012 ( 1.0%) 0.0019 ( 0.6%) 0.0031 ( 0.7%) 0.0031 ( 0.1%) import-clang-decl
0.0008 ( 0.7%) 0.0003 ( 0.1%) 0.0011 ( 0.3%) 0.0011 ( 0.0%) Serialization, swiftmodule
0.0006 ( 0.5%) 0.0002 ( 0.1%) 0.0008 ( 0.2%) 0.0008 ( 0.0%) SILGen-function
0.0004 ( 0.3%) 0.0001 ( 0.0%) 0.0004 ( 0.1%) 0.0004 ( 0.0%) Serialization, swiftsourceinfo
0.0003 ( 0.2%) 0.0002 ( 0.1%) 0.0004 ( 0.1%) 0.0004 ( 0.0%) Serialization, swiftdoc
0.0002 ( 0.2%) 0.0000 ( 0.0%) 0.0002 ( 0.1%) 0.0002 ( 0.0%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-module-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.1149 (100.0%) 0.2999 (100.0%) 0.4148 (100.0%) 4.2622 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.2125 seconds (2.2049 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0536 (100.0%) 0.1589 (100.0%) 0.2125 (100.0%) 2.2049 (100.0%) Building Target
0.0536 (100.0%) 0.1589 (100.0%) 0.2125 (100.0%) 2.2049 (100.0%) Total
EmitSwiftModule normal arm64 (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/AnyCodable/AnyCodable.swift:15:23: warning: public struct 'AnyCodable.AnyCodable' shadows module 'AnyCodable', which may cause failures when importing 'AnyCodable' or its clients in some configurations; please rename either the struct 'AnyCodable.AnyCodable' or the module 'AnyCodable', or see https://github.com/apple/swift/issues/56573 for workarounds
@frozen public struct AnyCodable: Codable {
^
/Users/admin/builder/spi-builder-workspace/Sources/AnyCodable/AnyCodable.swift:15:23: warning: public struct 'AnyCodable.AnyCodable' shadows module 'AnyCodable', which may cause failures when importing 'AnyCodable' or its clients in some configurations; please rename either the struct 'AnyCodable.AnyCodable' or the module 'AnyCodable', or see https://github.com/apple/swift/issues/56573 for workarounds
@frozen public struct AnyCodable: Codable {
^
SwiftCompile normal arm64_32 Compiling\ AnyCodable.swift /Users/admin/builder/spi-builder-workspace/Sources/AnyCodable/AnyCodable.swift (in target 'AnyCodable' from project 'AnyCodable')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/AnyCodable/AnyCodable.swift (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745733091957052-swift-frontend-AnyCodable-AnyCodable.swift-arm64_32_apple_watchos2.0-o-Onone-1683083596.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6984 seconds (5.1719 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0274 ( 7.7%) 0.1158 ( 33.6%) 0.1432 ( 20.5%) 2.3585 ( 45.6%) parse-and-resolve-imports
0.0272 ( 7.7%) 0.1157 ( 33.6%) 0.1429 ( 20.5%) 2.3583 ( 45.6%) Import resolution
0.0798 ( 22.6%) 0.0273 ( 7.9%) 0.1071 ( 15.3%) 0.1072 ( 2.1%) build-rewrite-system
0.0158 ( 4.5%) 0.0352 ( 10.2%) 0.0511 ( 7.3%) 0.0932 ( 1.8%) load-stdlib
0.0536 ( 15.1%) 0.0114 ( 3.3%) 0.0649 ( 9.3%) 0.0651 ( 1.3%) perform-sema
0.0535 ( 15.1%) 0.0113 ( 3.3%) 0.0648 ( 9.3%) 0.0650 ( 1.3%) Type checking and Semantic analysis
0.0371 ( 10.5%) 0.0061 ( 1.8%) 0.0432 ( 6.2%) 0.0432 ( 0.8%) typecheck-stmt
0.0130 ( 3.7%) 0.0098 ( 2.8%) 0.0228 ( 3.3%) 0.0228 ( 0.4%) import-clang-decl
0.0158 ( 4.5%) 0.0051 ( 1.5%) 0.0209 ( 3.0%) 0.0210 ( 0.4%) typecheck-decl
0.0062 ( 1.7%) 0.0029 ( 0.8%) 0.0090 ( 1.3%) 0.0090 ( 0.2%) IRGen
0.0060 ( 1.7%) 0.0017 ( 0.5%) 0.0077 ( 1.1%) 0.0077 ( 0.1%) SILGen
0.0066 ( 1.9%) 0.0003 ( 0.1%) 0.0069 ( 1.0%) 0.0069 ( 0.1%) precheck-target
0.0044 ( 1.3%) 0.0014 ( 0.4%) 0.0058 ( 0.8%) 0.0058 ( 0.1%) SILGen-function
0.0045 ( 1.3%) 0.0001 ( 0.0%) 0.0046 ( 0.7%) 0.0046 ( 0.1%) SIL optimization
0.0018 ( 0.5%) 0.0004 ( 0.1%) 0.0022 ( 0.3%) 0.0022 ( 0.0%) typecheck-expr
0.0008 ( 0.2%) 0.0002 ( 0.1%) 0.0011 ( 0.2%) 0.0011 ( 0.0%) load-all-members
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.3536 (100.0%) 0.3449 (100.0%) 0.6984 (100.0%) 5.1719 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.2610 seconds (3.5355 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8673 (100.0%) 0.3937 (100.0%) 1.2610 (100.0%) 3.5355 (100.0%) Building Target
0.8673 (100.0%) 0.3937 (100.0%) 1.2610 (100.0%) 3.5355 (100.0%) Total
SwiftCompile normal armv7k Compiling\ AnyEncodable.swift /Users/admin/builder/spi-builder-workspace/Sources/AnyCodable/AnyEncodable.swift (in target 'AnyCodable' from project 'AnyCodable')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745733091976350-swift-frontend-AnyCodable-AnyEncodable.swift-armv7k_apple_watchos2.0-o-Onone-749067647.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.7425 seconds (4.5316 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0220 ( 5.9%) 0.1420 ( 38.3%) 0.1639 ( 22.1%) 2.0207 ( 44.6%) parse-and-resolve-imports
0.0218 ( 5.9%) 0.1416 ( 38.2%) 0.1634 ( 22.0%) 2.0202 ( 44.6%) Import resolution
0.0796 ( 21.4%) 0.0283 ( 7.6%) 0.1078 ( 14.5%) 0.1078 ( 2.4%) build-rewrite-system
0.0020 ( 0.5%) 0.0032 ( 0.9%) 0.0052 ( 0.7%) 0.0806 ( 1.8%) load-stdlib
0.0592 ( 15.9%) 0.0112 ( 3.0%) 0.0703 ( 9.5%) 0.0704 ( 1.6%) perform-sema
0.0591 ( 15.9%) 0.0111 ( 3.0%) 0.0702 ( 9.5%) 0.0703 ( 1.6%) Type checking and Semantic analysis
0.0429 ( 11.5%) 0.0059 ( 1.6%) 0.0488 ( 6.6%) 0.0488 ( 1.1%) typecheck-stmt
0.0118 ( 3.2%) 0.0099 ( 2.7%) 0.0218 ( 2.9%) 0.0218 ( 0.5%) import-clang-decl
0.0156 ( 4.2%) 0.0051 ( 1.4%) 0.0207 ( 2.8%) 0.0208 ( 0.5%) typecheck-decl
0.0170 ( 4.6%) 0.0032 ( 0.9%) 0.0203 ( 2.7%) 0.0203 ( 0.4%) typecheck-expr
0.0108 ( 2.9%) 0.0043 ( 1.2%) 0.0151 ( 2.0%) 0.0151 ( 0.3%) IRGen
0.0075 ( 2.0%) 0.0014 ( 0.4%) 0.0088 ( 1.2%) 0.0089 ( 0.2%) SILGen
0.0071 ( 1.9%) 0.0005 ( 0.1%) 0.0075 ( 1.0%) 0.0075 ( 0.2%) SIL optimization
0.0062 ( 1.7%) 0.0011 ( 0.3%) 0.0073 ( 1.0%) 0.0073 ( 0.2%) SILGen-function
0.0066 ( 1.8%) 0.0007 ( 0.2%) 0.0072 ( 1.0%) 0.0072 ( 0.2%) precheck-target
0.0018 ( 0.5%) 0.0006 ( 0.2%) 0.0024 ( 0.3%) 0.0024 ( 0.1%) typecheck-expr-pattern
0.0009 ( 0.2%) 0.0004 ( 0.1%) 0.0013 ( 0.2%) 0.0013 ( 0.0%) load-all-members
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.3720 (100.0%) 0.3704 (100.0%) 0.7425 (100.0%) 4.5316 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.5464 seconds (3.5114 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9855 (100.0%) 0.5610 (100.0%) 1.5464 (100.0%) 3.5114 (100.0%) Building Target
0.9855 (100.0%) 0.5610 (100.0%) 1.5464 (100.0%) 3.5114 (100.0%) Total
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/AnyCodable/AnyEncodable.swift (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ AnyCodable.swift /Users/admin/builder/spi-builder-workspace/Sources/AnyCodable/AnyCodable.swift (in target 'AnyCodable' from project 'AnyCodable')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745733091975121-swift-frontend-AnyCodable-AnyCodable.swift-arm64_apple_watchos2.0-o-Onone-3420203703.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 3.7605 seconds (4.4098 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.0607 ( 43.9%) 0.6102 ( 45.3%) 1.6709 ( 44.4%) 1.9395 ( 44.0%) parse-and-resolve-imports
1.0606 ( 43.9%) 0.6100 ( 45.3%) 1.6706 ( 44.4%) 1.9392 ( 44.0%) Import resolution
0.0834 ( 3.5%) 0.0187 ( 1.4%) 0.1021 ( 2.7%) 0.1023 ( 2.3%) build-rewrite-system
0.0022 ( 0.1%) 0.0078 ( 0.6%) 0.0100 ( 0.3%) 0.0946 ( 2.1%) load-stdlib
0.0555 ( 2.3%) 0.0276 ( 2.0%) 0.0831 ( 2.2%) 0.0918 ( 2.1%) perform-sema
0.0554 ( 2.3%) 0.0276 ( 2.0%) 0.0830 ( 2.2%) 0.0917 ( 2.1%) Type checking and Semantic analysis
0.0395 ( 1.6%) 0.0063 ( 0.5%) 0.0459 ( 1.2%) 0.0468 ( 1.1%) typecheck-stmt
0.0153 ( 0.6%) 0.0211 ( 1.6%) 0.0364 ( 1.0%) 0.0442 ( 1.0%) typecheck-decl
0.0128 ( 0.5%) 0.0092 ( 0.7%) 0.0219 ( 0.6%) 0.0219 ( 0.5%) import-clang-decl
0.0061 ( 0.3%) 0.0057 ( 0.4%) 0.0118 ( 0.3%) 0.0124 ( 0.3%) IRGen
0.0072 ( 0.3%) 0.0003 ( 0.0%) 0.0075 ( 0.2%) 0.0075 ( 0.2%) precheck-target
0.0050 ( 0.2%) 0.0007 ( 0.1%) 0.0057 ( 0.2%) 0.0059 ( 0.1%) SILGen
0.0037 ( 0.2%) 0.0005 ( 0.0%) 0.0042 ( 0.1%) 0.0044 ( 0.1%) SILGen-function
0.0042 ( 0.2%) 0.0003 ( 0.0%) 0.0044 ( 0.1%) 0.0044 ( 0.1%) SIL optimization
0.0016 ( 0.1%) 0.0003 ( 0.0%) 0.0018 ( 0.0%) 0.0018 ( 0.0%) typecheck-expr
0.0007 ( 0.0%) 0.0002 ( 0.0%) 0.0009 ( 0.0%) 0.0009 ( 0.0%) load-all-members
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
2.4141 (100.0%) 1.3464 (100.0%) 3.7605 (100.0%) 4.4098 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 3.0972 seconds (3.5075 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.9985 (100.0%) 1.0987 (100.0%) 3.0972 (100.0%) 3.5075 (100.0%) Building Target
1.9985 (100.0%) 1.0987 (100.0%) 3.0972 (100.0%) 3.5075 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AnyCodable/AnyCodable.swift (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ AnyEncodable.swift /Users/admin/builder/spi-builder-workspace/Sources/AnyCodable/AnyEncodable.swift (in target 'AnyCodable' from project 'AnyCodable')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745733091977955-swift-frontend-AnyCodable-AnyEncodable.swift-arm64_apple_watchos2.0-o-Onone-756603467.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.7909 seconds (4.8705 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0219 ( 5.6%) 0.1516 ( 38.0%) 0.1735 ( 21.9%) 2.1752 ( 44.7%) parse-and-resolve-imports
0.0218 ( 5.6%) 0.1514 ( 37.9%) 0.1732 ( 21.9%) 2.1749 ( 44.7%) Import resolution
0.0791 ( 20.2%) 0.0290 ( 7.3%) 0.1081 ( 13.7%) 0.1081 ( 2.2%) build-rewrite-system
0.0020 ( 0.5%) 0.0068 ( 1.7%) 0.0088 ( 1.1%) 0.0849 ( 1.7%) load-stdlib
0.0650 ( 16.6%) 0.0125 ( 3.1%) 0.0775 ( 9.8%) 0.0775 ( 1.6%) perform-sema
0.0649 ( 16.6%) 0.0125 ( 3.1%) 0.0775 ( 9.8%) 0.0775 ( 1.6%) Type checking and Semantic analysis
0.0489 ( 12.5%) 0.0071 ( 1.8%) 0.0560 ( 7.1%) 0.0560 ( 1.1%) typecheck-stmt
0.0126 ( 3.2%) 0.0107 ( 2.7%) 0.0233 ( 2.9%) 0.0233 ( 0.5%) import-clang-decl
0.0182 ( 4.7%) 0.0034 ( 0.8%) 0.0216 ( 2.7%) 0.0216 ( 0.4%) typecheck-expr
0.0154 ( 3.9%) 0.0053 ( 1.3%) 0.0207 ( 2.6%) 0.0207 ( 0.4%) typecheck-decl
0.0104 ( 2.7%) 0.0048 ( 1.2%) 0.0152 ( 1.9%) 0.0152 ( 0.3%) IRGen
0.0074 ( 1.9%) 0.0014 ( 0.4%) 0.0088 ( 1.1%) 0.0089 ( 0.2%) SILGen
0.0078 ( 2.0%) 0.0005 ( 0.1%) 0.0083 ( 1.1%) 0.0083 ( 0.2%) precheck-target
0.0062 ( 1.6%) 0.0012 ( 0.3%) 0.0074 ( 0.9%) 0.0075 ( 0.2%) SILGen-function
0.0065 ( 1.7%) 0.0001 ( 0.0%) 0.0066 ( 0.8%) 0.0066 ( 0.1%) SIL optimization
0.0023 ( 0.6%) 0.0007 ( 0.2%) 0.0031 ( 0.4%) 0.0031 ( 0.1%) typecheck-expr-pattern
0.0008 ( 0.2%) 0.0003 ( 0.1%) 0.0011 ( 0.1%) 0.0011 ( 0.0%) load-all-members
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.3914 (100.0%) 0.3995 (100.0%) 0.7909 (100.0%) 4.8705 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.4091 seconds (3.5127 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9023 (100.0%) 0.5068 (100.0%) 1.4091 (100.0%) 3.5127 (100.0%) Building Target
0.9023 (100.0%) 0.5068 (100.0%) 1.4091 (100.0%) 3.5127 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AnyCodable/AnyEncodable.swift (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ AnyDecodable.swift /Users/admin/builder/spi-builder-workspace/Sources/AnyCodable/AnyDecodable.swift (in target 'AnyCodable' from project 'AnyCodable')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745733091973129-swift-frontend-AnyCodable-AnyDecodable.swift-arm64_apple_watchos2.0-o-Onone-3737466218.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.7353 seconds (4.7173 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0270 ( 8.2%) 0.1526 ( 37.6%) 0.1796 ( 24.4%) 2.1529 ( 45.6%) parse-and-resolve-imports
0.0268 ( 8.1%) 0.1525 ( 37.6%) 0.1793 ( 24.4%) 2.1526 ( 45.6%) Import resolution
0.0797 ( 24.2%) 0.0275 ( 6.8%) 0.1071 ( 14.6%) 0.1073 ( 2.3%) build-rewrite-system
0.0153 ( 4.6%) 0.0260 ( 6.4%) 0.0413 ( 5.6%) 0.0765 ( 1.6%) load-stdlib
0.0447 ( 13.6%) 0.0093 ( 2.3%) 0.0540 ( 7.3%) 0.0540 ( 1.1%) perform-sema
0.0446 ( 13.5%) 0.0093 ( 2.3%) 0.0539 ( 7.3%) 0.0540 ( 1.1%) Type checking and Semantic analysis
0.0316 ( 9.6%) 0.0046 ( 1.1%) 0.0362 ( 4.9%) 0.0362 ( 0.8%) typecheck-stmt
0.0125 ( 3.8%) 0.0112 ( 2.8%) 0.0237 ( 3.2%) 0.0237 ( 0.5%) import-clang-decl
0.0126 ( 3.8%) 0.0047 ( 1.2%) 0.0173 ( 2.4%) 0.0173 ( 0.4%) typecheck-decl
0.0083 ( 2.5%) 0.0026 ( 0.6%) 0.0109 ( 1.5%) 0.0109 ( 0.2%) typecheck-expr
0.0056 ( 1.7%) 0.0030 ( 0.7%) 0.0086 ( 1.2%) 0.0086 ( 0.2%) IRGen
0.0051 ( 1.5%) 0.0010 ( 0.2%) 0.0060 ( 0.8%) 0.0060 ( 0.1%) SILGen
0.0053 ( 1.6%) 0.0002 ( 0.1%) 0.0055 ( 0.8%) 0.0055 ( 0.1%) precheck-target
0.0054 ( 1.6%) 0.0001 ( 0.0%) 0.0055 ( 0.7%) 0.0055 ( 0.1%) SIL optimization
0.0043 ( 1.3%) 0.0008 ( 0.2%) 0.0052 ( 0.7%) 0.0052 ( 0.1%) SILGen-function
0.0008 ( 0.2%) 0.0002 ( 0.1%) 0.0010 ( 0.1%) 0.0010 ( 0.0%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.3296 (100.0%) 0.4057 (100.0%) 0.7353 (100.0%) 4.7173 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.4704 seconds (3.5114 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9030 (100.0%) 0.5674 (100.0%) 1.4704 (100.0%) 3.5114 (100.0%) Building Target
0.9030 (100.0%) 0.5674 (100.0%) 1.4704 (100.0%) 3.5114 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AnyCodable/AnyDecodable.swift (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal armv7k Compiling\ AnyCodable.swift /Users/admin/builder/spi-builder-workspace/Sources/AnyCodable/AnyCodable.swift (in target 'AnyCodable' from project 'AnyCodable')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745733091975150-swift-frontend-AnyCodable-AnyCodable.swift-armv7k_apple_watchos2.0-o-Onone-1632980766.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 1.4638 seconds (4.4089 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.2933 ( 33.4%) 0.2278 ( 38.8%) 0.5210 ( 35.6%) 1.9286 ( 43.7%) parse-and-resolve-imports
0.2931 ( 33.4%) 0.2276 ( 38.8%) 0.5207 ( 35.6%) 1.9283 ( 43.7%) Import resolution
0.0843 ( 9.6%) 0.0267 ( 4.5%) 0.1110 ( 7.6%) 0.1109 ( 2.5%) build-rewrite-system
0.0013 ( 0.1%) 0.0037 ( 0.6%) 0.0050 ( 0.3%) 0.1053 ( 2.4%) load-stdlib
0.0542 ( 6.2%) 0.0275 ( 4.7%) 0.0817 ( 5.6%) 0.0915 ( 2.1%) perform-sema
0.0541 ( 6.2%) 0.0275 ( 4.7%) 0.0816 ( 5.6%) 0.0914 ( 2.1%) Type checking and Semantic analysis
0.0154 ( 1.8%) 0.0208 ( 3.5%) 0.0362 ( 2.5%) 0.0452 ( 1.0%) typecheck-decl
0.0381 ( 4.3%) 0.0063 ( 1.1%) 0.0444 ( 3.0%) 0.0452 ( 1.0%) typecheck-stmt
0.0135 ( 1.5%) 0.0106 ( 1.8%) 0.0241 ( 1.6%) 0.0243 ( 0.6%) import-clang-decl
0.0064 ( 0.7%) 0.0041 ( 0.7%) 0.0105 ( 0.7%) 0.0105 ( 0.2%) IRGen
0.0053 ( 0.6%) 0.0019 ( 0.3%) 0.0072 ( 0.5%) 0.0072 ( 0.2%) SILGen
0.0070 ( 0.8%) 0.0002 ( 0.0%) 0.0071 ( 0.5%) 0.0071 ( 0.2%) precheck-target
0.0040 ( 0.5%) 0.0017 ( 0.3%) 0.0057 ( 0.4%) 0.0057 ( 0.1%) SILGen-function
0.0044 ( 0.5%) 0.0001 ( 0.0%) 0.0045 ( 0.3%) 0.0046 ( 0.1%) SIL optimization
0.0015 ( 0.2%) 0.0003 ( 0.0%) 0.0018 ( 0.1%) 0.0018 ( 0.0%) typecheck-expr
0.0009 ( 0.1%) 0.0002 ( 0.0%) 0.0011 ( 0.1%) 0.0011 ( 0.0%) load-all-members
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.8769 (100.0%) 0.5869 (100.0%) 1.4638 (100.0%) 4.4089 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.9363 seconds (3.5068 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.2353 (100.0%) 0.7011 (100.0%) 1.9363 (100.0%) 3.5068 (100.0%) Building Target
1.2353 (100.0%) 0.7011 (100.0%) 1.9363 (100.0%) 3.5068 (100.0%) Total
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/AnyCodable/AnyCodable.swift (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64_32 Compiling\ AnyDecodable.swift /Users/admin/builder/spi-builder-workspace/Sources/AnyCodable/AnyDecodable.swift (in target 'AnyCodable' from project 'AnyCodable')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745733094161550-swift-frontend-AnyCodable-AnyDecodable.swift-arm64_32_apple_watchos2.0-o-Onone-10464471.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4277 seconds (0.4288 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0832 ( 27.1%) 0.0282 ( 23.3%) 0.1114 ( 26.1%) 0.1115 ( 26.0%) build-rewrite-system
0.0470 ( 15.3%) 0.0107 ( 8.9%) 0.0577 ( 13.5%) 0.0580 ( 13.5%) perform-sema
0.0469 ( 15.3%) 0.0107 ( 8.8%) 0.0576 ( 13.5%) 0.0580 ( 13.5%) Type checking and Semantic analysis
0.0333 ( 10.9%) 0.0058 ( 4.8%) 0.0391 ( 9.1%) 0.0394 ( 9.2%) typecheck-stmt
0.0180 ( 5.9%) 0.0204 ( 16.9%) 0.0384 ( 9.0%) 0.0384 ( 9.0%) parse-and-resolve-imports
0.0178 ( 5.8%) 0.0203 ( 16.8%) 0.0381 ( 8.9%) 0.0381 ( 8.9%) Import resolution
0.0120 ( 3.9%) 0.0107 ( 8.9%) 0.0228 ( 5.3%) 0.0227 ( 5.3%) import-clang-decl
0.0131 ( 4.3%) 0.0049 ( 4.0%) 0.0179 ( 4.2%) 0.0179 ( 4.2%) typecheck-decl
0.0086 ( 2.8%) 0.0025 ( 2.1%) 0.0111 ( 2.6%) 0.0111 ( 2.6%) typecheck-expr
0.0053 ( 1.7%) 0.0028 ( 2.3%) 0.0081 ( 1.9%) 0.0081 ( 1.9%) IRGen
0.0058 ( 1.9%) 0.0002 ( 0.2%) 0.0060 ( 1.4%) 0.0060 ( 1.4%) precheck-target
0.0047 ( 1.5%) 0.0008 ( 0.7%) 0.0055 ( 1.3%) 0.0055 ( 1.3%) SILGen
0.0052 ( 1.7%) 0.0001 ( 0.1%) 0.0053 ( 1.2%) 0.0053 ( 1.2%) SIL optimization
0.0040 ( 1.3%) 0.0007 ( 0.6%) 0.0047 ( 1.1%) 0.0047 ( 1.1%) SILGen-function
0.0011 ( 0.4%) 0.0019 ( 1.5%) 0.0030 ( 0.7%) 0.0030 ( 0.7%) load-stdlib
0.0007 ( 0.2%) 0.0002 ( 0.2%) 0.0009 ( 0.2%) 0.0009 ( 0.2%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.3067 (100.0%) 0.1209 (100.0%) 0.4277 (100.0%) 0.4288 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.2836 seconds (1.3258 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9333 (100.0%) 0.3503 (100.0%) 1.2836 (100.0%) 1.3258 (100.0%) Building Target
0.9333 (100.0%) 0.3503 (100.0%) 1.2836 (100.0%) 1.3258 (100.0%) Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/AnyCodable/AnyDecodable.swift (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace
SwiftDriverJobDiscovery normal arm64_32 Emitting module for AnyCodable (in target 'AnyCodable' from project 'AnyCodable')
SwiftDriver\ Compilation\ Requirements AnyCodable normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AnyCodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-library-evolution -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable-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/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.swiftmodule -emit-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.swiftinterface -emit-private-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.private.swiftinterface -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable-Swift.h -no-verify-emitted-module-interface -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Emitting module for AnyCodable (in target 'AnyCodable' from project 'AnyCodable')
SwiftDriver\ Compilation\ Requirements AnyCodable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AnyCodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-library-evolution -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable-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/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftmodule -emit-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftinterface -emit-private-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.private.swiftinterface -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable-Swift.h -no-verify-emitted-module-interface -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.swiftmodule (in target 'AnyCodable' from project 'AnyCodable')
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/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/arm64_32-apple-watchos.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.swiftinterface (in target 'AnyCodable' from project 'AnyCodable')
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/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/arm64_32-apple-watchos.swiftinterface
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.swiftdoc (in target 'AnyCodable' from project 'AnyCodable')
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/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/arm64_32-apple-watchos.private.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.private.swiftinterface (in target 'AnyCodable' from project 'AnyCodable')
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/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.private.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/arm64_32-apple-watchos.private.swiftinterface
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.abi.json (in target 'AnyCodable' from project 'AnyCodable')
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/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftmodule (in target 'AnyCodable' from project 'AnyCodable')
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/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/arm64-apple-watchos.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftinterface (in target 'AnyCodable' from project 'AnyCodable')
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/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/arm64-apple-watchos.swiftinterface
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftdoc (in target 'AnyCodable' from project 'AnyCodable')
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/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/arm64-apple-watchos.private.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.private.swiftinterface (in target 'AnyCodable' from project 'AnyCodable')
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/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.private.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/arm64-apple-watchos.private.swiftinterface
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.abi.json (in target 'AnyCodable' from project 'AnyCodable')
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/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.swiftsourceinfo (in target 'AnyCodable' from project 'AnyCodable')
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/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftsourceinfo (in target 'AnyCodable' from project 'AnyCodable')
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/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftCompile normal arm64_32 Compiling\ AnyEncodable.swift /Users/admin/builder/spi-builder-workspace/Sources/AnyCodable/AnyEncodable.swift (in target 'AnyCodable' from project 'AnyCodable')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745733094247213-swift-frontend-AnyCodable-AnyEncodable.swift-arm64_32_apple_watchos2.0-o-Onone-3411830043.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4914 seconds (0.4914 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0794 ( 21.5%) 0.0284 ( 23.1%) 0.1077 ( 21.9%) 0.1078 ( 21.9%) build-rewrite-system
0.0602 ( 16.3%) 0.0117 ( 9.6%) 0.0720 ( 14.6%) 0.0720 ( 14.6%) perform-sema
0.0601 ( 16.3%) 0.0117 ( 9.5%) 0.0719 ( 14.6%) 0.0719 ( 14.6%) Type checking and Semantic analysis
0.0442 ( 12.0%) 0.0061 ( 5.0%) 0.0504 ( 10.3%) 0.0504 ( 10.3%) typecheck-stmt
0.0178 ( 4.8%) 0.0169 ( 13.8%) 0.0347 ( 7.1%) 0.0347 ( 7.1%) parse-and-resolve-imports
0.0177 ( 4.8%) 0.0168 ( 13.7%) 0.0345 ( 7.0%) 0.0345 ( 7.0%) Import resolution
0.0123 ( 3.3%) 0.0108 ( 8.8%) 0.0231 ( 4.7%) 0.0231 ( 4.7%) import-clang-decl
0.0178 ( 4.8%) 0.0036 ( 2.9%) 0.0214 ( 4.4%) 0.0214 ( 4.4%) typecheck-expr
0.0151 ( 4.1%) 0.0055 ( 4.5%) 0.0206 ( 4.2%) 0.0207 ( 4.2%) typecheck-decl
0.0092 ( 2.5%) 0.0040 ( 3.3%) 0.0133 ( 2.7%) 0.0133 ( 2.7%) IRGen
0.0090 ( 2.4%) 0.0019 ( 1.5%) 0.0108 ( 2.2%) 0.0109 ( 2.2%) SILGen
0.0076 ( 2.1%) 0.0016 ( 1.3%) 0.0093 ( 1.9%) 0.0092 ( 1.9%) SILGen-function
0.0068 ( 1.8%) 0.0008 ( 0.7%) 0.0076 ( 1.5%) 0.0076 ( 1.5%) precheck-target
0.0069 ( 1.9%) 0.0002 ( 0.2%) 0.0072 ( 1.5%) 0.0072 ( 1.5%) SIL optimization
0.0011 ( 0.3%) 0.0017 ( 1.4%) 0.0028 ( 0.6%) 0.0028 ( 0.6%) load-stdlib
0.0021 ( 0.6%) 0.0006 ( 0.5%) 0.0028 ( 0.6%) 0.0028 ( 0.6%) typecheck-expr-pattern
0.0008 ( 0.2%) 0.0003 ( 0.3%) 0.0011 ( 0.2%) 0.0011 ( 0.2%) load-all-members
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.3684 (100.0%) 0.1229 (100.0%) 0.4914 (100.0%) 0.4914 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.2223 seconds (1.2469 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9246 (100.0%) 0.2977 (100.0%) 1.2223 (100.0%) 1.2469 (100.0%) Building Target
0.9246 (100.0%) 0.2977 (100.0%) 1.2223 (100.0%) 1.2469 (100.0%) Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/AnyCodable/AnyEncodable.swift (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace
SwiftDriverJobDiscovery normal armv7k Emitting module for AnyCodable (in target 'AnyCodable' from project 'AnyCodable')
SwiftDriver\ Compilation\ Requirements AnyCodable normal armv7k com.apple.xcode.tools.swift.compiler (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AnyCodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-library-evolution -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable-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/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.swiftmodule -emit-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.swiftinterface -emit-private-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.private.swiftinterface -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable-Swift.h -no-verify-emitted-module-interface -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Headers/AnyCodable-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable-Swift.h (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable-Swift.h -arch armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Headers/AnyCodable-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.swiftmodule (in target 'AnyCodable' from project 'AnyCodable')
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/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/armv7k-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/armv7k-apple-watchos.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.swiftinterface (in target 'AnyCodable' from project 'AnyCodable')
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/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/armv7k-apple-watchos.swiftinterface
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/armv7k-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.swiftdoc (in target 'AnyCodable' from project 'AnyCodable')
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/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/armv7k-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/armv7k-apple-watchos.private.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.private.swiftinterface (in target 'AnyCodable' from project 'AnyCodable')
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/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.private.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/armv7k-apple-watchos.private.swiftinterface
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.abi.json (in target 'AnyCodable' from project 'AnyCodable')
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/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/armv7k-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.swiftsourceinfo (in target 'AnyCodable' from project 'AnyCodable')
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/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/Modules/AnyCodable.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo
SwiftDriverJobDiscovery normal armv7k Compiling AnyCodable.swift (in target 'AnyCodable' from project 'AnyCodable')
SwiftDriverJobDiscovery normal armv7k Compiling AnyDecodable.swift (in target 'AnyCodable' from project 'AnyCodable')
SwiftDriverJobDiscovery normal armv7k Compiling AnyEncodable.swift (in target 'AnyCodable' from project 'AnyCodable')
SwiftDriver\ Compilation AnyCodable normal armv7k com.apple.xcode.tools.swift.compiler (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AnyCodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-library-evolution -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable-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/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.swiftmodule -emit-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.swiftinterface -emit-private-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.private.swiftinterface -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable-Swift.h -no-verify-emitted-module-interface -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/Binary/AnyCodable normal armv7k (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos2.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.LinkFileList -install_name @rpath/AnyCodable.framework/AnyCodable -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.swiftmodule -compatibility_version 1 -current_version 1 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/Binary/AnyCodable
SwiftDriverJobDiscovery normal arm64_32 Compiling AnyDecodable.swift (in target 'AnyCodable' from project 'AnyCodable')
SwiftDriverJobDiscovery normal arm64 Compiling AnyCodable.swift (in target 'AnyCodable' from project 'AnyCodable')
SwiftDriverJobDiscovery normal arm64 Compiling AnyEncodable.swift (in target 'AnyCodable' from project 'AnyCodable')
SwiftDriverJobDiscovery normal arm64 Compiling AnyDecodable.swift (in target 'AnyCodable' from project 'AnyCodable')
SwiftDriverJobDiscovery normal arm64_32 Compiling AnyCodable.swift (in target 'AnyCodable' from project 'AnyCodable')
SwiftDriverJobDiscovery normal arm64_32 Compiling AnyEncodable.swift (in target 'AnyCodable' from project 'AnyCodable')
SwiftDriver\ Compilation AnyCodable normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AnyCodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-library-evolution -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable-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/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.swiftmodule -emit-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.swiftinterface -emit-private-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.private.swiftinterface -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable-Swift.h -no-verify-emitted-module-interface -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriver\ Compilation AnyCodable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AnyCodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-library-evolution -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable-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/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftmodule -emit-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftinterface -emit-private-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.private.swiftinterface -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable-Swift.h -no-verify-emitted-module-interface -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/Binary/AnyCodable normal arm64_32 (in target 'AnyCodable' from project 'AnyCodable')
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_32-apple-watchos2.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.LinkFileList -install_name @rpath/AnyCodable.framework/AnyCodable -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.swiftmodule -compatibility_version 1 -current_version 1 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/Binary/AnyCodable
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/Binary/AnyCodable normal arm64 (in target 'AnyCodable' from project 'AnyCodable')
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-watchos2.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.LinkFileList -install_name @rpath/AnyCodable.framework/AnyCodable -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftmodule -compatibility_version 1 -current_version 1 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/Binary/AnyCodable
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/AnyCodable normal arm64\ armv7k\ arm64_32 (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/Binary/AnyCodable /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/Binary/AnyCodable /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/Binary/AnyCodable -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/AnyCodable
ExtractAppIntentsMetadata (in target 'AnyCodable' from project 'AnyCodable')
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 AnyCodable --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 2.0 --bundle-identifier AnyCodable --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework --target-triple arm64-apple-watchos2.0 --target-triple armv7k-apple-watchos2.0 --target-triple arm64_32-apple-watchos2.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/AnyCodable --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/AnyCodable.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/AnyCodable.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64/AnyCodable.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/armv7k/AnyCodable.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-watchos/AnyCodable.build/Objects-normal/arm64_32/AnyCodable.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-26 22:51:36.051 appintentsmetadataprocessor[712:4162] Starting appintentsmetadataprocessor export
2025-04-26 22:51:36.055 appintentsmetadataprocessor[712:4162] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos/AnyCodable.framework/AnyCodable.tbd (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi stubify -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework/AnyCodable -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos/AnyCodable.framework/AnyCodable.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnyCodable.framework
/Users/admin/builder/spi-builder-workspace/AnyCodable.xcodeproj: warning: The watchOS deployment target 'WATCHOS_DEPLOYMENT_TARGET' is set to 2.0, but the range of supported deployment target versions is 4.0 to 11.4.99. (in target 'AnyCodable' from project 'AnyCodable')
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "AnyCodable",
"name" : "AnyCodable",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "tvos",
"version" : "9.0"
},
{
"name" : "watchos",
"version" : "2.0"
}
],
"products" : [
{
"name" : "AnyCodable",
"targets" : [
"AnyCodable"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AnyCodableTests",
"module_type" : "SwiftTarget",
"name" : "AnyCodableTests",
"path" : "Tests/AnyCodableTests",
"sources" : [
"AnyCodableTests.swift",
"AnyDecodableTests.swift",
"AnyEncodableTests.swift"
],
"target_dependencies" : [
"AnyCodable"
],
"type" : "test"
},
{
"c99name" : "AnyCodable",
"module_type" : "SwiftTarget",
"name" : "AnyCodable",
"path" : "Sources/AnyCodable",
"product_memberships" : [
"AnyCodable"
],
"sources" : [
"AnyCodable.swift",
"AnyDecodable.swift",
"AnyEncodable.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.