Build Information
Successful build of JSONFeed, reference master (71b34b
), with Swift 6.1 for watchOS using Xcode 16.3 on 24 Apr 2025 11:37:36 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 JSONFeed -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/jsonfeed.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/flight-school/jsonfeed
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 71b34b9 Use GitHub Actions for CI/CD (#1)
Cloned https://github.com/flight-school/jsonfeed.git
Revision (git rev-parse @):
71b34b945c17c5998e8c1f93ccefd8fd95033a78
SUCCESS checkout https://github.com/flight-school/jsonfeed.git at master
========================================
Build
========================================
Selected platform: watchOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/flight-school/jsonfeed.git
https://github.com/flight-school/jsonfeed.git
{
"dependencies" : [
],
"manifest_display_name" : "JSONFeed",
"name" : "JSONFeed",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "JSONFeed",
"targets" : [
"JSONFeed"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "JSONFeedTests",
"module_type" : "SwiftTarget",
"name" : "JSONFeedTests",
"path" : "Tests/JSONFeedTests",
"sources" : [
"JSONFeedTests.swift"
],
"target_dependencies" : [
"JSONFeed"
],
"type" : "test"
},
{
"c99name" : "JSONFeed",
"module_type" : "SwiftTarget",
"name" : "JSONFeed",
"path" : "Sources/JSONFeed",
"product_memberships" : [
"JSONFeed"
],
"sources" : [
"Attachment.swift",
"Author.swift",
"Feed.swift",
"Hub.swift",
"Item.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
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" : "JSONFeed",
"name" : "JSONFeed",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "JSONFeed",
"targets" : [
"JSONFeed"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "JSONFeedTests",
"module_type" : "SwiftTarget",
"name" : "JSONFeedTests",
"path" : "Tests/JSONFeedTests",
"sources" : [
"JSONFeedTests.swift"
],
"target_dependencies" : [
"JSONFeed"
],
"type" : "test"
},
{
"c99name" : "JSONFeed",
"module_type" : "SwiftTarget",
"name" : "JSONFeed",
"path" : "Sources/JSONFeed",
"product_memberships" : [
"JSONFeed"
],
"sources" : [
"Attachment.swift",
"Author.swift",
"Feed.swift",
"Hub.swift",
"Item.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "JSONFeed",
"schemes" : [
"JSONFeed"
],
"targets" : [
"JSONFeed",
"JSONFeedPackageDescription",
"JSONFeedPackageTests",
"JSONFeedTests"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme JSONFeed -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 JSONFeed -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 'JSONFeed' in project 'JSONFeed' (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: bc34d506799f9e03c3a596effe72b516
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/bc34d506799f9e03c3a596effe72b516.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/JSONFeed.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/JSONFeed.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/JSONFeed.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/Products/Debug-watchos
cd /Users/admin/builder/spi-builder-workspace/JSONFeed.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
cd /Users/admin/builder/spi-builder-workspace/JSONFeed.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64/JSONFeed.SwiftConstValuesFileList (in target 'JSONFeed' from project 'JSONFeed')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64/JSONFeed.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64/JSONFeed.LinkFileList (in target 'JSONFeed' from project 'JSONFeed')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64/JSONFeed.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64/JSONFeed.SwiftFileList (in target 'JSONFeed' from project 'JSONFeed')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64/JSONFeed.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64/JSONFeed_const_extract_protocols.json (in target 'JSONFeed' from project 'JSONFeed')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64/JSONFeed_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64_32/JSONFeed.SwiftFileList (in target 'JSONFeed' from project 'JSONFeed')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64_32/JSONFeed.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64_32/JSONFeed.LinkFileList (in target 'JSONFeed' from project 'JSONFeed')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64_32/JSONFeed.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64_32/JSONFeed.SwiftConstValuesFileList (in target 'JSONFeed' from project 'JSONFeed')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64_32/JSONFeed.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64_32/JSONFeed-OutputFileMap.json (in target 'JSONFeed' from project 'JSONFeed')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64_32/JSONFeed-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64_32/JSONFeed_const_extract_protocols.json (in target 'JSONFeed' from project 'JSONFeed')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64_32/JSONFeed_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64/JSONFeed-OutputFileMap.json (in target 'JSONFeed' from project 'JSONFeed')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64/JSONFeed-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/JSONFeed.DependencyStaticMetadataFileList (in target 'JSONFeed' from project 'JSONFeed')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/JSONFeed.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/JSONFeed.DependencyMetadataFileList (in target 'JSONFeed' from project 'JSONFeed')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/JSONFeed.DependencyMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFeed.framework/Headers (in target 'JSONFeed' from project 'JSONFeed')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFeed.framework/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFeed.framework (in target 'JSONFeed' from project 'JSONFeed')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFeed.framework
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFeed.framework/Info.plist /Users/admin/builder/spi-builder-workspace/JSONFeed.xcodeproj/JSONFeed_Info.plist (in target 'JSONFeed' from project 'JSONFeed')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/JSONFeed.xcodeproj/JSONFeed_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/JSONFeed.framework/Info.plist
SwiftDriver JSONFeed normal arm64 com.apple.xcode.tools.swift.compiler (in target 'JSONFeed' from project 'JSONFeed')
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 JSONFeed -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64/JSONFeed.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-watchos11.4 -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 -swift-version 4 -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/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64/JSONFeed-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/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64/JSONFeed.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64/JSONFeed_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/JSONFeed.build/Debug-watchos/JSONFeed.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64/JSONFeed-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriver JSONFeed normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'JSONFeed' from project 'JSONFeed')
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 JSONFeed -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64_32/JSONFeed.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-watchos11.4 -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 -swift-version 4 -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/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64_32/JSONFeed-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/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64_32/JSONFeed.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64_32/JSONFeed_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/JSONFeed.build/Debug-watchos/JSONFeed.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64_32/JSONFeed-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ JSONFeed (in target 'JSONFeed' from project 'JSONFeed')
EmitSwiftModule normal arm64_32 (in target 'JSONFeed' from project 'JSONFeed')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745494651599962-swift-frontend-JSONFeed-all-arm64_32_apple_watchos11.4-swiftmodule-Onone-1439004523.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3518 seconds (3.7964 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0180 ( 13.2%) 0.0730 ( 33.9%) 0.0910 ( 25.9%) 1.7583 ( 46.3%) parse-and-resolve-imports
0.0180 ( 13.2%) 0.0729 ( 33.9%) 0.0909 ( 25.9%) 1.7582 ( 46.3%) Import resolution
0.0016 ( 1.2%) 0.0161 ( 7.5%) 0.0177 ( 5.0%) 0.1182 ( 3.1%) load-stdlib
0.0246 ( 18.0%) 0.0067 ( 3.1%) 0.0313 ( 8.9%) 0.0314 ( 0.8%) perform-sema
0.0245 ( 18.0%) 0.0066 ( 3.1%) 0.0312 ( 8.9%) 0.0312 ( 0.8%) Type checking and Semantic analysis
0.0241 ( 17.6%) 0.0065 ( 3.0%) 0.0306 ( 8.7%) 0.0306 ( 0.8%) typecheck-decl
0.0072 ( 5.3%) 0.0148 ( 6.9%) 0.0221 ( 6.3%) 0.0269 ( 0.7%) SIL optimization
0.0017 ( 1.3%) 0.0120 ( 5.6%) 0.0137 ( 3.9%) 0.0179 ( 0.5%) Serialization, swiftmodule
0.0054 ( 4.0%) 0.0012 ( 0.5%) 0.0066 ( 1.9%) 0.0066 ( 0.2%) SILGen
0.0032 ( 2.3%) 0.0012 ( 0.6%) 0.0044 ( 1.2%) 0.0044 ( 0.1%) typecheck-expr
0.0032 ( 2.4%) 0.0009 ( 0.4%) 0.0042 ( 1.2%) 0.0042 ( 0.1%) build-rewrite-system
0.0019 ( 1.4%) 0.0018 ( 0.9%) 0.0037 ( 1.0%) 0.0037 ( 0.1%) import-clang-decl
0.0021 ( 1.6%) 0.0003 ( 0.2%) 0.0025 ( 0.7%) 0.0025 ( 0.1%) SILGen-function
0.0005 ( 0.3%) 0.0011 ( 0.5%) 0.0015 ( 0.4%) 0.0021 ( 0.1%) Serialization, swiftdoc
0.0002 ( 0.1%) 0.0000 ( 0.0%) 0.0002 ( 0.1%) 0.0002 ( 0.0%) Serialization, swiftsourceinfo
0.0001 ( 0.1%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) precheck-target
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%) AST verification
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%) populate-module-class-member-cache
0.1365 (100.0%) 0.2153 (100.0%) 0.3518 (100.0%) 3.7964 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1813 seconds (1.9538 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0664 (100.0%) 0.1148 (100.0%) 0.1813 (100.0%) 1.9538 (100.0%) Building Target
0.0664 (100.0%) 0.1148 (100.0%) 0.1813 (100.0%) 1.9538 (100.0%) Total
SwiftEmitModule normal arm64 Emitting\ module\ for\ JSONFeed (in target 'JSONFeed' from project 'JSONFeed')
EmitSwiftModule normal arm64 (in target 'JSONFeed' from project 'JSONFeed')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745494651601144-swift-frontend-JSONFeed-all-arm64_apple_watchos11.4-swiftmodule-Onone-2671997687.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3498 seconds (3.9574 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0191 ( 13.2%) 0.0808 ( 39.4%) 0.0999 ( 28.6%) 1.8650 ( 47.1%) parse-and-resolve-imports
0.0191 ( 13.2%) 0.0807 ( 39.3%) 0.0998 ( 28.5%) 1.8649 ( 47.1%) Import resolution
0.0017 ( 1.2%) 0.0105 ( 5.1%) 0.0122 ( 3.5%) 0.0888 ( 2.2%) load-stdlib
0.0264 ( 18.2%) 0.0081 ( 3.9%) 0.0344 ( 9.8%) 0.0346 ( 0.9%) perform-sema
0.0263 ( 18.2%) 0.0080 ( 3.9%) 0.0343 ( 9.8%) 0.0345 ( 0.9%) Type checking and Semantic analysis
0.0258 ( 17.8%) 0.0078 ( 3.8%) 0.0336 ( 9.6%) 0.0337 ( 0.9%) typecheck-decl
0.0071 ( 4.9%) 0.0021 ( 1.0%) 0.0092 ( 2.6%) 0.0092 ( 0.2%) SIL optimization
0.0057 ( 3.9%) 0.0015 ( 0.8%) 0.0072 ( 2.1%) 0.0072 ( 0.2%) SILGen
0.0035 ( 2.4%) 0.0012 ( 0.6%) 0.0046 ( 1.3%) 0.0047 ( 0.1%) build-rewrite-system
0.0032 ( 2.2%) 0.0012 ( 0.6%) 0.0044 ( 1.3%) 0.0044 ( 0.1%) typecheck-expr
0.0020 ( 1.4%) 0.0020 ( 1.0%) 0.0041 ( 1.2%) 0.0041 ( 0.1%) import-clang-decl
0.0023 ( 1.6%) 0.0005 ( 0.2%) 0.0028 ( 0.8%) 0.0028 ( 0.1%) SILGen-function
0.0017 ( 1.2%) 0.0007 ( 0.3%) 0.0024 ( 0.7%) 0.0024 ( 0.1%) Serialization, swiftmodule
0.0004 ( 0.3%) 0.0001 ( 0.1%) 0.0005 ( 0.2%) 0.0005 ( 0.0%) Serialization, swiftdoc
0.0002 ( 0.1%) 0.0001 ( 0.0%) 0.0003 ( 0.1%) 0.0003 ( 0.0%) Serialization, swiftsourceinfo
0.0001 ( 0.1%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) precheck-target
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%) perform-whole-module-type-checking
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%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-module-class-member-cache
0.1445 (100.0%) 0.2053 (100.0%) 0.3498 (100.0%) 3.9574 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1753 seconds (2.0174 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0695 (100.0%) 0.1058 (100.0%) 0.1753 (100.0%) 2.0174 (100.0%) Building Target
0.0695 (100.0%) 0.1058 (100.0%) 0.1753 (100.0%) 2.0174 (100.0%) Total
SwiftCompile normal arm64 Compiling\ Attachment.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONFeed/Attachment.swift (in target 'JSONFeed' from project 'JSONFeed')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONFeed/Attachment.swift (in target 'JSONFeed' from project 'JSONFeed')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745494651595616-swift-frontend-JSONFeed-Attachment.swift-arm64_apple_watchos11.4-o-Onone-2537611164.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5545 seconds (3.5983 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0224 ( 8.1%) 0.0836 ( 30.1%) 0.1060 ( 19.1%) 1.6013 ( 44.5%) parse-and-resolve-imports
0.0224 ( 8.1%) 0.0835 ( 30.1%) 0.1059 ( 19.1%) 1.6012 ( 44.5%) Import resolution
0.0847 ( 30.6%) 0.0294 ( 10.6%) 0.1142 ( 20.6%) 0.1140 ( 3.2%) build-rewrite-system
0.0132 ( 4.8%) 0.0345 ( 12.4%) 0.0477 ( 8.6%) 0.0897 ( 2.5%) load-stdlib
0.0161 ( 5.8%) 0.0085 ( 3.1%) 0.0246 ( 4.4%) 0.0281 ( 0.8%) perform-sema
0.0160 ( 5.8%) 0.0085 ( 3.0%) 0.0245 ( 4.4%) 0.0280 ( 0.8%) Type checking and Semantic analysis
0.0135 ( 4.9%) 0.0077 ( 2.8%) 0.0212 ( 3.8%) 0.0245 ( 0.7%) typecheck-decl
0.0119 ( 4.3%) 0.0102 ( 3.7%) 0.0221 ( 4.0%) 0.0221 ( 0.6%) import-clang-decl
0.0162 ( 5.9%) 0.0024 ( 0.9%) 0.0186 ( 3.4%) 0.0191 ( 0.5%) typecheck-stmt
0.0160 ( 5.8%) 0.0023 ( 0.8%) 0.0183 ( 3.3%) 0.0188 ( 0.5%) typecheck-expr
0.0168 ( 6.1%) 0.0019 ( 0.7%) 0.0187 ( 3.4%) 0.0187 ( 0.5%) SILGen
0.0157 ( 5.7%) 0.0017 ( 0.6%) 0.0175 ( 3.2%) 0.0175 ( 0.5%) SILGen-function
0.0043 ( 1.6%) 0.0023 ( 0.8%) 0.0066 ( 1.2%) 0.0066 ( 0.2%) IRGen
0.0043 ( 1.6%) 0.0004 ( 0.2%) 0.0048 ( 0.9%) 0.0048 ( 0.1%) SIL optimization
0.0018 ( 0.7%) 0.0001 ( 0.0%) 0.0019 ( 0.3%) 0.0019 ( 0.1%) precheck-target
0.0008 ( 0.3%) 0.0004 ( 0.2%) 0.0012 ( 0.2%) 0.0012 ( 0.0%) load-all-members
0.0008 ( 0.3%) 0.0001 ( 0.0%) 0.0009 ( 0.2%) 0.0009 ( 0.0%) typecheck-expr-pattern
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%) module-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%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.2770 (100.0%) 0.2775 (100.0%) 0.5545 (100.0%) 3.5983 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.6928 seconds (3.3184 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9453 (100.0%) 0.7475 (100.0%) 1.6928 (100.0%) 3.3184 (100.0%) Building Target
0.9453 (100.0%) 0.7475 (100.0%) 1.6928 (100.0%) 3.3184 (100.0%) Total
SwiftCompile normal arm64 Compiling\ Hub.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONFeed/Hub.swift (in target 'JSONFeed' from project 'JSONFeed')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONFeed/Hub.swift (in target 'JSONFeed' from project 'JSONFeed')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745494651599182-swift-frontend-JSONFeed-Hub.swift-arm64_apple_watchos11.4-o-Onone-1931749969.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4767 seconds (3.5494 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0182 ( 8.6%) 0.0826 ( 31.0%) 0.1007 ( 21.1%) 1.5720 ( 44.3%) parse-and-resolve-imports
0.0182 ( 8.6%) 0.0825 ( 30.9%) 0.1006 ( 21.1%) 1.5719 ( 44.3%) Import resolution
0.0825 ( 39.3%) 0.0299 ( 11.2%) 0.1124 ( 23.6%) 0.1123 ( 3.2%) build-rewrite-system
0.0016 ( 0.8%) 0.0120 ( 4.5%) 0.0136 ( 2.9%) 0.1049 ( 3.0%) load-stdlib
0.0142 ( 6.8%) 0.0116 ( 4.3%) 0.0258 ( 5.4%) 0.0385 ( 1.1%) perform-sema
0.0142 ( 6.8%) 0.0115 ( 4.3%) 0.0257 ( 5.4%) 0.0384 ( 1.1%) Type checking and Semantic analysis
0.0131 ( 6.2%) 0.0110 ( 4.1%) 0.0240 ( 5.0%) 0.0364 ( 1.0%) typecheck-decl
0.0125 ( 5.9%) 0.0113 ( 4.2%) 0.0237 ( 5.0%) 0.0238 ( 0.7%) import-clang-decl
0.0076 ( 3.6%) 0.0031 ( 1.2%) 0.0107 ( 2.2%) 0.0107 ( 0.3%) SILGen
0.0060 ( 2.8%) 0.0025 ( 0.9%) 0.0085 ( 1.8%) 0.0088 ( 0.2%) typecheck-expr
0.0061 ( 2.9%) 0.0021 ( 0.8%) 0.0083 ( 1.7%) 0.0086 ( 0.2%) typecheck-stmt
0.0038 ( 1.8%) 0.0042 ( 1.6%) 0.0080 ( 1.7%) 0.0085 ( 0.2%) IRGen
0.0066 ( 3.1%) 0.0019 ( 0.7%) 0.0085 ( 1.8%) 0.0085 ( 0.2%) SILGen-function
0.0034 ( 1.6%) 0.0001 ( 0.0%) 0.0035 ( 0.7%) 0.0035 ( 0.1%) SIL optimization
0.0009 ( 0.4%) 0.0004 ( 0.1%) 0.0012 ( 0.3%) 0.0012 ( 0.0%) load-all-members
0.0008 ( 0.4%) 0.0001 ( 0.0%) 0.0009 ( 0.2%) 0.0009 ( 0.0%) precheck-target
0.0005 ( 0.2%) 0.0001 ( 0.0%) 0.0005 ( 0.1%) 0.0005 ( 0.0%) typecheck-expr-pattern
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%) module-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.2102 (100.0%) 0.2666 (100.0%) 0.4767 (100.0%) 3.5494 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.6455 seconds (3.3143 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9030 (100.0%) 0.7424 (100.0%) 1.6455 (100.0%) 3.3143 (100.0%) Building Target
0.9030 (100.0%) 0.7424 (100.0%) 1.6455 (100.0%) 3.3143 (100.0%) Total
SwiftCompile normal arm64_32 Compiling\ Feed.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONFeed/Feed.swift (in target 'JSONFeed' from project 'JSONFeed')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745494651617223-swift-frontend-JSONFeed-Feed.swift-arm64_32_apple_watchos11.4-o-Onone-1802742996.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5983 seconds (3.7819 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0176 ( 4.9%) 0.0761 ( 32.0%) 0.0937 ( 15.7%) 1.6389 ( 43.3%) parse-and-resolve-imports
0.0176 ( 4.9%) 0.0760 ( 32.0%) 0.0936 ( 15.6%) 1.6389 ( 43.3%) Import resolution
0.0823 ( 22.8%) 0.0315 ( 13.3%) 0.1138 ( 19.0%) 0.1139 ( 3.0%) build-rewrite-system
0.0014 ( 0.4%) 0.0063 ( 2.6%) 0.0077 ( 1.3%) 0.1005 ( 2.7%) load-stdlib
0.0384 ( 10.6%) 0.0045 ( 1.9%) 0.0430 ( 7.2%) 0.0430 ( 1.1%) typecheck-expr
0.0373 ( 10.3%) 0.0035 ( 1.5%) 0.0408 ( 6.8%) 0.0408 ( 1.1%) SILGen
0.0371 ( 10.3%) 0.0034 ( 1.4%) 0.0405 ( 6.8%) 0.0405 ( 1.1%) typecheck-stmt
0.0356 ( 9.9%) 0.0031 ( 1.3%) 0.0387 ( 6.5%) 0.0387 ( 1.0%) SILGen-function
0.0216 ( 6.0%) 0.0068 ( 2.9%) 0.0284 ( 4.7%) 0.0285 ( 0.8%) perform-sema
0.0215 ( 6.0%) 0.0068 ( 2.8%) 0.0283 ( 4.7%) 0.0284 ( 0.8%) Type checking and Semantic analysis
0.0168 ( 4.6%) 0.0061 ( 2.6%) 0.0229 ( 3.8%) 0.0230 ( 0.6%) typecheck-decl
0.0117 ( 3.2%) 0.0095 ( 4.0%) 0.0212 ( 3.6%) 0.0212 ( 0.6%) import-clang-decl
0.0077 ( 2.1%) 0.0032 ( 1.4%) 0.0109 ( 1.8%) 0.0109 ( 0.3%) IRGen
0.0076 ( 2.1%) 0.0001 ( 0.0%) 0.0077 ( 1.3%) 0.0077 ( 0.2%) SIL optimization
0.0042 ( 1.2%) 0.0001 ( 0.0%) 0.0043 ( 0.7%) 0.0043 ( 0.1%) precheck-target
0.0015 ( 0.4%) 0.0002 ( 0.1%) 0.0018 ( 0.3%) 0.0018 ( 0.0%) typecheck-expr-pattern
0.0007 ( 0.2%) 0.0002 ( 0.1%) 0.0010 ( 0.2%) 0.0010 ( 0.0%) load-all-members
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%) module-populate-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%) 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.3609 (100.0%) 0.2375 (100.0%) 0.5983 (100.0%) 3.7819 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.5921 seconds (3.2980 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9570 (100.0%) 0.6351 (100.0%) 1.5921 (100.0%) 3.2980 (100.0%) Building Target
0.9570 (100.0%) 0.6351 (100.0%) 1.5921 (100.0%) 3.2980 (100.0%) Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/JSONFeed/Feed.swift (in target 'JSONFeed' from project 'JSONFeed')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ Item.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONFeed/Item.swift (in target 'JSONFeed' from project 'JSONFeed')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONFeed/Item.swift (in target 'JSONFeed' from project 'JSONFeed')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745494651617422-swift-frontend-JSONFeed-Item.swift-arm64_apple_watchos11.4-o-Onone-2530096757.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 3.1786 seconds (3.6968 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9472 ( 42.1%) 0.4226 ( 45.4%) 1.3697 ( 43.1%) 1.5786 ( 42.7%) parse-and-resolve-imports
0.9472 ( 42.1%) 0.4225 ( 45.4%) 1.3697 ( 43.1%) 1.5785 ( 42.7%) Import resolution
0.0789 ( 3.5%) 0.0197 ( 2.1%) 0.0987 ( 3.1%) 0.0985 ( 2.7%) build-rewrite-system
0.0012 ( 0.1%) 0.0051 ( 0.6%) 0.0063 ( 0.2%) 0.0796 ( 2.2%) load-stdlib
0.0460 ( 2.0%) 0.0037 ( 0.4%) 0.0497 ( 1.6%) 0.0497 ( 1.3%) typecheck-stmt
0.0457 ( 2.0%) 0.0035 ( 0.4%) 0.0492 ( 1.5%) 0.0492 ( 1.3%) typecheck-expr
0.0263 ( 1.2%) 0.0124 ( 1.3%) 0.0387 ( 1.2%) 0.0478 ( 1.3%) perform-sema
0.0263 ( 1.2%) 0.0123 ( 1.3%) 0.0386 ( 1.2%) 0.0477 ( 1.3%) Type checking and Semantic analysis
0.0401 ( 1.8%) 0.0031 ( 0.3%) 0.0433 ( 1.4%) 0.0433 ( 1.2%) SILGen
0.0385 ( 1.7%) 0.0028 ( 0.3%) 0.0413 ( 1.3%) 0.0413 ( 1.1%) SILGen-function
0.0155 ( 0.7%) 0.0112 ( 1.2%) 0.0268 ( 0.8%) 0.0359 ( 1.0%) typecheck-decl
0.0118 ( 0.5%) 0.0090 ( 1.0%) 0.0208 ( 0.7%) 0.0209 ( 0.6%) import-clang-decl
0.0074 ( 0.3%) 0.0019 ( 0.2%) 0.0093 ( 0.3%) 0.0093 ( 0.3%) IRGen
0.0080 ( 0.4%) 0.0002 ( 0.0%) 0.0082 ( 0.3%) 0.0082 ( 0.2%) SIL optimization
0.0050 ( 0.2%) 0.0001 ( 0.0%) 0.0050 ( 0.2%) 0.0050 ( 0.1%) precheck-target
0.0016 ( 0.1%) 0.0003 ( 0.0%) 0.0019 ( 0.1%) 0.0019 ( 0.1%) typecheck-expr-pattern
0.0008 ( 0.0%) 0.0004 ( 0.0%) 0.0012 ( 0.0%) 0.0012 ( 0.0%) load-all-members
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%) module-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
2.2475 (100.0%) 0.9310 (100.0%) 3.1786 (100.0%) 3.6968 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.9349 seconds (3.2962 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.9134 (100.0%) 1.0215 (100.0%) 2.9349 (100.0%) 3.2962 (100.0%) Building Target
1.9134 (100.0%) 1.0215 (100.0%) 2.9349 (100.0%) 3.2962 (100.0%) Total
SwiftCompile normal arm64_32 Compiling\ Attachment.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONFeed/Attachment.swift (in target 'JSONFeed' from project 'JSONFeed')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745494651606012-swift-frontend-JSONFeed-Attachment.swift-arm64_32_apple_watchos11.4-o-Onone-179364508.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5395 seconds (3.6328 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0230 ( 8.4%) 0.0836 ( 31.6%) 0.1066 ( 19.8%) 1.6355 ( 45.0%) parse-and-resolve-imports
0.0230 ( 8.3%) 0.0836 ( 31.6%) 0.1065 ( 19.7%) 1.6354 ( 45.0%) Import resolution
0.0834 ( 30.3%) 0.0305 ( 11.5%) 0.1138 ( 21.1%) 0.1138 ( 3.1%) build-rewrite-system
0.0128 ( 4.6%) 0.0324 ( 12.3%) 0.0452 ( 8.4%) 0.0801 ( 2.2%) load-stdlib
0.0119 ( 4.3%) 0.0098 ( 3.7%) 0.0217 ( 4.0%) 0.0222 ( 0.6%) import-clang-decl
0.0157 ( 5.7%) 0.0045 ( 1.7%) 0.0202 ( 3.7%) 0.0202 ( 0.6%) perform-sema
0.0156 ( 5.7%) 0.0045 ( 1.7%) 0.0201 ( 3.7%) 0.0201 ( 0.6%) Type checking and Semantic analysis
0.0169 ( 6.2%) 0.0022 ( 0.8%) 0.0191 ( 3.5%) 0.0191 ( 0.5%) SILGen
0.0157 ( 5.7%) 0.0020 ( 0.8%) 0.0177 ( 3.3%) 0.0177 ( 0.5%) typecheck-stmt
0.0157 ( 5.7%) 0.0020 ( 0.7%) 0.0177 ( 3.3%) 0.0177 ( 0.5%) SILGen-function
0.0134 ( 4.9%) 0.0042 ( 1.6%) 0.0175 ( 3.2%) 0.0175 ( 0.5%) typecheck-decl
0.0154 ( 5.6%) 0.0020 ( 0.7%) 0.0174 ( 3.2%) 0.0174 ( 0.5%) typecheck-expr
0.0045 ( 1.6%) 0.0025 ( 0.9%) 0.0070 ( 1.3%) 0.0070 ( 0.2%) IRGen
0.0045 ( 1.6%) 0.0001 ( 0.0%) 0.0045 ( 0.8%) 0.0045 ( 0.1%) SIL optimization
0.0018 ( 0.6%) 0.0000 ( 0.0%) 0.0018 ( 0.3%) 0.0018 ( 0.0%) precheck-target
0.0009 ( 0.3%) 0.0006 ( 0.2%) 0.0015 ( 0.3%) 0.0015 ( 0.0%) load-all-members
0.0009 ( 0.3%) 0.0002 ( 0.1%) 0.0011 ( 0.2%) 0.0011 ( 0.0%) typecheck-expr-pattern
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, 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%) module-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%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.2750 (100.0%) 0.2646 (100.0%) 0.5395 (100.0%) 3.6328 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.6530 seconds (3.3086 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9269 (100.0%) 0.7262 (100.0%) 1.6530 (100.0%) 3.3086 (100.0%) Building Target
0.9269 (100.0%) 0.7262 (100.0%) 1.6530 (100.0%) 3.3086 (100.0%) Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/JSONFeed/Attachment.swift (in target 'JSONFeed' from project 'JSONFeed')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ Feed.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONFeed/Feed.swift (in target 'JSONFeed' from project 'JSONFeed')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745494651609112-swift-frontend-JSONFeed-Feed.swift-arm64_apple_watchos11.4-o-Onone-2697077196.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6475 seconds (4.1680 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0178 ( 4.6%) 0.0801 ( 31.0%) 0.0980 ( 15.1%) 1.8118 ( 43.5%) parse-and-resolve-imports
0.0178 ( 4.6%) 0.0801 ( 31.0%) 0.0979 ( 15.1%) 1.8117 ( 43.5%) Import resolution
0.0801 ( 20.6%) 0.0281 ( 10.9%) 0.1082 ( 16.7%) 0.1090 ( 2.6%) build-rewrite-system
0.0015 ( 0.4%) 0.0073 ( 2.8%) 0.0088 ( 1.4%) 0.0997 ( 2.4%) load-stdlib
0.0442 ( 11.3%) 0.0070 ( 2.7%) 0.0512 ( 7.9%) 0.0513 ( 1.2%) typecheck-expr
0.0427 ( 11.0%) 0.0055 ( 2.1%) 0.0483 ( 7.5%) 0.0484 ( 1.2%) SILGen
0.0422 ( 10.9%) 0.0054 ( 2.1%) 0.0476 ( 7.3%) 0.0477 ( 1.1%) typecheck-stmt
0.0406 ( 10.4%) 0.0050 ( 1.9%) 0.0457 ( 7.1%) 0.0458 ( 1.1%) SILGen-function
0.0237 ( 6.1%) 0.0083 ( 3.2%) 0.0320 ( 4.9%) 0.0320 ( 0.8%) perform-sema
0.0236 ( 6.1%) 0.0082 ( 3.2%) 0.0319 ( 4.9%) 0.0319 ( 0.8%) Type checking and Semantic analysis
0.0180 ( 4.6%) 0.0074 ( 2.9%) 0.0255 ( 3.9%) 0.0255 ( 0.6%) typecheck-decl
0.0125 ( 3.2%) 0.0106 ( 4.1%) 0.0231 ( 3.6%) 0.0234 ( 0.6%) import-clang-decl
0.0086 ( 2.2%) 0.0045 ( 1.7%) 0.0131 ( 2.0%) 0.0131 ( 0.3%) IRGen
0.0080 ( 2.0%) 0.0001 ( 0.0%) 0.0081 ( 1.2%) 0.0082 ( 0.2%) SIL optimization
0.0049 ( 1.3%) 0.0001 ( 0.0%) 0.0050 ( 0.8%) 0.0050 ( 0.1%) precheck-target
0.0020 ( 0.5%) 0.0003 ( 0.1%) 0.0022 ( 0.3%) 0.0022 ( 0.1%) typecheck-expr-pattern
0.0008 ( 0.2%) 0.0003 ( 0.1%) 0.0011 ( 0.2%) 0.0012 ( 0.0%) load-all-members
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%) module-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.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.3892 (100.0%) 0.2583 (100.0%) 0.6475 (100.0%) 4.1680 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.4415 seconds (3.3062 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8823 (100.0%) 0.5592 (100.0%) 1.4415 (100.0%) 3.3062 (100.0%) Building Target
0.8823 (100.0%) 0.5592 (100.0%) 1.4415 (100.0%) 3.3062 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONFeed/Feed.swift (in target 'JSONFeed' from project 'JSONFeed')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64_32 Compiling\ Hub.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONFeed/Hub.swift (in target 'JSONFeed' from project 'JSONFeed')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745494651619109-swift-frontend-JSONFeed-Hub.swift-arm64_32_apple_watchos11.4-o-Onone-1470314452.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4319 seconds (3.6385 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0180 ( 8.6%) 0.0777 ( 34.7%) 0.0957 ( 22.2%) 1.6669 ( 45.8%) parse-and-resolve-imports
0.0180 ( 8.6%) 0.0776 ( 34.6%) 0.0956 ( 22.1%) 1.6669 ( 45.8%) Import resolution
0.0832 ( 40.0%) 0.0300 ( 13.4%) 0.1133 ( 26.2%) 0.1132 ( 3.1%) build-rewrite-system
0.0012 ( 0.6%) 0.0057 ( 2.5%) 0.0069 ( 1.6%) 0.0709 ( 1.9%) load-stdlib
0.0119 ( 5.7%) 0.0103 ( 4.6%) 0.0222 ( 5.1%) 0.0223 ( 0.6%) import-clang-decl
0.0138 ( 6.6%) 0.0049 ( 2.2%) 0.0187 ( 4.3%) 0.0187 ( 0.5%) perform-sema
0.0137 ( 6.6%) 0.0049 ( 2.2%) 0.0186 ( 4.3%) 0.0186 ( 0.5%) Type checking and Semantic analysis
0.0127 ( 6.1%) 0.0046 ( 2.1%) 0.0173 ( 4.0%) 0.0173 ( 0.5%) typecheck-decl
0.0077 ( 3.7%) 0.0016 ( 0.7%) 0.0093 ( 2.1%) 0.0093 ( 0.3%) SILGen
0.0066 ( 3.2%) 0.0013 ( 0.6%) 0.0079 ( 1.8%) 0.0079 ( 0.2%) SILGen-function
0.0062 ( 3.0%) 0.0014 ( 0.6%) 0.0076 ( 1.8%) 0.0076 ( 0.2%) typecheck-stmt
0.0059 ( 2.9%) 0.0014 ( 0.6%) 0.0073 ( 1.7%) 0.0073 ( 0.2%) typecheck-expr
0.0034 ( 1.7%) 0.0022 ( 1.0%) 0.0057 ( 1.3%) 0.0057 ( 0.2%) IRGen
0.0034 ( 1.6%) 0.0000 ( 0.0%) 0.0034 ( 0.8%) 0.0034 ( 0.1%) SIL optimization
0.0008 ( 0.4%) 0.0004 ( 0.2%) 0.0012 ( 0.3%) 0.0012 ( 0.0%) load-all-members
0.0008 ( 0.4%) 0.0000 ( 0.0%) 0.0008 ( 0.2%) 0.0008 ( 0.0%) precheck-target
0.0004 ( 0.2%) 0.0001 ( 0.0%) 0.0005 ( 0.1%) 0.0005 ( 0.0%) typecheck-expr-pattern
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, pre-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%) 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%) 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.2078 (100.0%) 0.2241 (100.0%) 0.4319 (100.0%) 3.6385 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.5724 seconds (3.2941 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8874 (100.0%) 0.6850 (100.0%) 1.5724 (100.0%) 3.2941 (100.0%) Building Target
0.8874 (100.0%) 0.6850 (100.0%) 1.5724 (100.0%) 3.2941 (100.0%) Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/JSONFeed/Hub.swift (in target 'JSONFeed' from project 'JSONFeed')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64_32 Compiling\ Item.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONFeed/Item.swift (in target 'JSONFeed' from project 'JSONFeed')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745494651618833-swift-frontend-JSONFeed-Item.swift-arm64_32_apple_watchos11.4-o-Onone-1660560763.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 3.2069 seconds (3.7395 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9484 ( 41.9%) 0.4170 ( 44.2%) 1.3654 ( 42.6%) 1.5886 ( 42.5%) parse-and-resolve-imports
0.9484 ( 41.9%) 0.4169 ( 44.2%) 1.3653 ( 42.6%) 1.5885 ( 42.5%) Import resolution
0.0841 ( 3.7%) 0.0191 ( 2.0%) 0.1032 ( 3.2%) 0.1073 ( 2.9%) build-rewrite-system
0.0013 ( 0.1%) 0.0050 ( 0.5%) 0.0064 ( 0.2%) 0.0683 ( 1.8%) load-stdlib
0.0276 ( 1.2%) 0.0198 ( 2.1%) 0.0474 ( 1.5%) 0.0540 ( 1.4%) perform-sema
0.0276 ( 1.2%) 0.0198 ( 2.1%) 0.0473 ( 1.5%) 0.0539 ( 1.4%) Type checking and Semantic analysis
0.0472 ( 2.1%) 0.0042 ( 0.4%) 0.0514 ( 1.6%) 0.0517 ( 1.4%) typecheck-expr
0.0475 ( 2.1%) 0.0039 ( 0.4%) 0.0514 ( 1.6%) 0.0514 ( 1.4%) typecheck-stmt
0.0411 ( 1.8%) 0.0030 ( 0.3%) 0.0441 ( 1.4%) 0.0441 ( 1.2%) SILGen
0.0394 ( 1.7%) 0.0028 ( 0.3%) 0.0422 ( 1.3%) 0.0422 ( 1.1%) SILGen-function
0.0162 ( 0.7%) 0.0184 ( 1.9%) 0.0346 ( 1.1%) 0.0412 ( 1.1%) typecheck-decl
0.0119 ( 0.5%) 0.0091 ( 1.0%) 0.0210 ( 0.7%) 0.0211 ( 0.6%) import-clang-decl
0.0081 ( 0.4%) 0.0027 ( 0.3%) 0.0108 ( 0.3%) 0.0108 ( 0.3%) IRGen
0.0078 ( 0.3%) 0.0001 ( 0.0%) 0.0079 ( 0.2%) 0.0079 ( 0.2%) SIL optimization
0.0054 ( 0.2%) 0.0001 ( 0.0%) 0.0055 ( 0.2%) 0.0054 ( 0.1%) precheck-target
0.0015 ( 0.1%) 0.0002 ( 0.0%) 0.0018 ( 0.1%) 0.0018 ( 0.0%) typecheck-expr-pattern
0.0008 ( 0.0%) 0.0004 ( 0.0%) 0.0012 ( 0.0%) 0.0012 ( 0.0%) load-all-members
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%) module-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
2.2644 (100.0%) 0.9425 (100.0%) 3.2069 (100.0%) 3.7395 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.9188 seconds (3.2958 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.9252 (100.0%) 0.9935 (100.0%) 2.9188 (100.0%) 3.2958 (100.0%) Building Target
1.9252 (100.0%) 0.9935 (100.0%) 2.9188 (100.0%) 3.2958 (100.0%) Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/JSONFeed/Item.swift (in target 'JSONFeed' from project 'JSONFeed')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ Author.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONFeed/Author.swift (in target 'JSONFeed' from project 'JSONFeed')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745494653627701-swift-frontend-JSONFeed-Author.swift-arm64_apple_watchos11.4-o-Onone-1807744758.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3872 seconds (0.3895 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0544 ( 19.4%) 0.0191 ( 17.9%) 0.0734 ( 19.0%) 0.0735 ( 18.9%) build-rewrite-system
0.0336 ( 12.0%) 0.0089 ( 8.4%) 0.0426 ( 11.0%) 0.0430 ( 11.0%) perform-sema
0.0336 ( 12.0%) 0.0089 ( 8.4%) 0.0425 ( 11.0%) 0.0429 ( 11.0%) Type checking and Semantic analysis
0.0299 ( 10.6%) 0.0045 ( 4.2%) 0.0344 ( 8.9%) 0.0349 ( 9.0%) typecheck-stmt
0.0297 ( 10.6%) 0.0045 ( 4.2%) 0.0342 ( 8.8%) 0.0347 ( 8.9%) typecheck-expr
0.0164 ( 5.8%) 0.0175 ( 16.5%) 0.0339 ( 8.8%) 0.0339 ( 8.7%) parse-and-resolve-imports
0.0164 ( 5.8%) 0.0175 ( 16.4%) 0.0339 ( 8.7%) 0.0339 ( 8.7%) Import resolution
0.0118 ( 4.2%) 0.0101 ( 9.5%) 0.0218 ( 5.6%) 0.0218 ( 5.6%) import-clang-decl
0.0138 ( 4.9%) 0.0057 ( 5.3%) 0.0195 ( 5.0%) 0.0195 ( 5.0%) typecheck-decl
0.0136 ( 4.9%) 0.0018 ( 1.7%) 0.0154 ( 4.0%) 0.0155 ( 4.0%) SILGen
0.0124 ( 4.4%) 0.0016 ( 1.5%) 0.0139 ( 3.6%) 0.0140 ( 3.6%) SILGen-function
0.0056 ( 2.0%) 0.0038 ( 3.5%) 0.0093 ( 2.4%) 0.0094 ( 2.4%) IRGen
0.0046 ( 1.6%) 0.0001 ( 0.1%) 0.0047 ( 1.2%) 0.0047 ( 1.2%) SIL optimization
0.0011 ( 0.4%) 0.0019 ( 1.8%) 0.0031 ( 0.8%) 0.0031 ( 0.8%) load-stdlib
0.0023 ( 0.8%) 0.0001 ( 0.1%) 0.0024 ( 0.6%) 0.0024 ( 0.6%) precheck-target
0.0009 ( 0.3%) 0.0004 ( 0.4%) 0.0013 ( 0.3%) 0.0013 ( 0.3%) load-all-members
0.0007 ( 0.3%) 0.0001 ( 0.1%) 0.0008 ( 0.2%) 0.0008 ( 0.2%) typecheck-expr-pattern
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%) module-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.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.2809 (100.0%) 0.1063 (100.0%) 0.3872 (100.0%) 0.3895 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.2210 seconds (1.2871 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.6660 (100.0%) 0.5550 (100.0%) 1.2210 (100.0%) 1.2871 (100.0%) Building Target
0.6660 (100.0%) 0.5550 (100.0%) 1.2210 (100.0%) 1.2871 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONFeed/Author.swift (in target 'JSONFeed' from project 'JSONFeed')
cd /Users/admin/builder/spi-builder-workspace
SwiftDriverJobDiscovery normal arm64_32 Emitting module for JSONFeed (in target 'JSONFeed' from project 'JSONFeed')
SwiftDriver\ Compilation\ Requirements JSONFeed normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'JSONFeed' from project 'JSONFeed')
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 JSONFeed -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64_32/JSONFeed.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-watchos11.4 -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 -swift-version 4 -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/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64_32/JSONFeed-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/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64_32/JSONFeed.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64_32/JSONFeed_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/JSONFeed.build/Debug-watchos/JSONFeed.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64_32/JSONFeed-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Emitting module for JSONFeed (in target 'JSONFeed' from project 'JSONFeed')
SwiftCompile normal arm64_32 Compiling\ Author.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONFeed/Author.swift (in target 'JSONFeed' from project 'JSONFeed')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745494653685983-swift-frontend-JSONFeed-Author.swift-arm64_32_apple_watchos11.4-o-Onone-2452818106.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3889 seconds (0.3914 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0526 ( 18.7%) 0.0188 ( 17.6%) 0.0715 ( 18.4%) 0.0717 ( 18.3%) build-rewrite-system
0.0346 ( 12.3%) 0.0092 ( 8.6%) 0.0438 ( 11.3%) 0.0443 ( 11.3%) perform-sema
0.0345 ( 12.3%) 0.0092 ( 8.6%) 0.0437 ( 11.2%) 0.0442 ( 11.3%) Type checking and Semantic analysis
0.0163 ( 5.8%) 0.0190 ( 17.7%) 0.0354 ( 9.1%) 0.0356 ( 9.1%) parse-and-resolve-imports
0.0163 ( 5.8%) 0.0190 ( 17.7%) 0.0353 ( 9.1%) 0.0355 ( 9.1%) Import resolution
0.0301 ( 10.7%) 0.0035 ( 3.3%) 0.0336 ( 8.7%) 0.0338 ( 8.6%) typecheck-stmt
0.0298 ( 10.6%) 0.0035 ( 3.3%) 0.0334 ( 8.6%) 0.0335 ( 8.6%) typecheck-expr
0.0116 ( 4.1%) 0.0100 ( 9.3%) 0.0216 ( 5.5%) 0.0217 ( 5.5%) import-clang-decl
0.0147 ( 5.2%) 0.0065 ( 6.1%) 0.0213 ( 5.5%) 0.0216 ( 5.5%) typecheck-decl
0.0137 ( 4.9%) 0.0013 ( 1.2%) 0.0150 ( 3.9%) 0.0150 ( 3.8%) SILGen
0.0125 ( 4.4%) 0.0011 ( 1.0%) 0.0136 ( 3.5%) 0.0136 ( 3.5%) SILGen-function
0.0054 ( 1.9%) 0.0040 ( 3.7%) 0.0094 ( 2.4%) 0.0094 ( 2.4%) IRGen
0.0047 ( 1.7%) 0.0001 ( 0.0%) 0.0047 ( 1.2%) 0.0047 ( 1.2%) SIL optimization
0.0010 ( 0.4%) 0.0016 ( 1.5%) 0.0026 ( 0.7%) 0.0026 ( 0.7%) load-stdlib
0.0023 ( 0.8%) 0.0001 ( 0.1%) 0.0025 ( 0.6%) 0.0025 ( 0.6%) precheck-target
0.0007 ( 0.3%) 0.0003 ( 0.3%) 0.0010 ( 0.3%) 0.0010 ( 0.3%) load-all-members
0.0006 ( 0.2%) 0.0001 ( 0.1%) 0.0007 ( 0.2%) 0.0007 ( 0.2%) typecheck-expr-pattern
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%) module-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.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.2816 (100.0%) 0.1073 (100.0%) 0.3889 (100.0%) 0.3914 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.1649 seconds (1.2278 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.6360 (100.0%) 0.5289 (100.0%) 1.1649 (100.0%) 1.2278 (100.0%) Building Target
0.6360 (100.0%) 0.5289 (100.0%) 1.1649 (100.0%) 1.2278 (100.0%) Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/JSONFeed/Author.swift (in target 'JSONFeed' from project 'JSONFeed')
cd /Users/admin/builder/spi-builder-workspace
SwiftDriver\ Compilation\ Requirements JSONFeed normal arm64 com.apple.xcode.tools.swift.compiler (in target 'JSONFeed' from project 'JSONFeed')
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 JSONFeed -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64/JSONFeed.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-watchos11.4 -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 -swift-version 4 -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/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64/JSONFeed-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/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64/JSONFeed.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64/JSONFeed_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/JSONFeed.build/Debug-watchos/JSONFeed.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64/JSONFeed-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Compiling Author.swift (in target 'JSONFeed' from project 'JSONFeed')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFeed.framework/Modules/JSONFeed.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64_32/JSONFeed.swiftmodule (in target 'JSONFeed' from project 'JSONFeed')
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/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64_32/JSONFeed.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFeed.framework/Modules/JSONFeed.swiftmodule/arm64_32-apple-watchos.swiftmodule
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFeed.framework/Headers/JSONFeed-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64/JSONFeed-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64_32/JSONFeed-Swift.h (in target 'JSONFeed' from project 'JSONFeed')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64/JSONFeed-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64_32/JSONFeed-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFeed.framework/Headers/JSONFeed-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFeed.framework/Modules/JSONFeed.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64_32/JSONFeed.swiftdoc (in target 'JSONFeed' from project 'JSONFeed')
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/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64_32/JSONFeed.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFeed.framework/Modules/JSONFeed.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFeed.framework/Modules/JSONFeed.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64_32/JSONFeed.abi.json (in target 'JSONFeed' from project 'JSONFeed')
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/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64_32/JSONFeed.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFeed.framework/Modules/JSONFeed.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFeed.framework/Modules/JSONFeed.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64/JSONFeed.swiftmodule (in target 'JSONFeed' from project 'JSONFeed')
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/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64/JSONFeed.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFeed.framework/Modules/JSONFeed.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFeed.framework/Modules/JSONFeed.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64/JSONFeed.swiftdoc (in target 'JSONFeed' from project 'JSONFeed')
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/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64/JSONFeed.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFeed.framework/Modules/JSONFeed.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFeed.framework/Modules/JSONFeed.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64/JSONFeed.abi.json (in target 'JSONFeed' from project 'JSONFeed')
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/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64/JSONFeed.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFeed.framework/Modules/JSONFeed.swiftmodule/arm64-apple-watchos.abi.json
SwiftDriverJobDiscovery normal arm64 Compiling Author.swift (in target 'JSONFeed' from project 'JSONFeed')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFeed.framework/Modules/JSONFeed.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64_32/JSONFeed.swiftsourceinfo (in target 'JSONFeed' from project 'JSONFeed')
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/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64_32/JSONFeed.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFeed.framework/Modules/JSONFeed.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFeed.framework/Modules/JSONFeed.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64/JSONFeed.swiftsourceinfo (in target 'JSONFeed' from project 'JSONFeed')
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/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64/JSONFeed.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFeed.framework/Modules/JSONFeed.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Feed.swift (in target 'JSONFeed' from project 'JSONFeed')
SwiftDriverJobDiscovery normal arm64_32 Compiling Item.swift (in target 'JSONFeed' from project 'JSONFeed')
SwiftDriverJobDiscovery normal arm64 Compiling Attachment.swift (in target 'JSONFeed' from project 'JSONFeed')
SwiftDriverJobDiscovery normal arm64_32 Compiling Feed.swift (in target 'JSONFeed' from project 'JSONFeed')
SwiftDriverJobDiscovery normal arm64 Compiling Hub.swift (in target 'JSONFeed' from project 'JSONFeed')
SwiftDriverJobDiscovery normal arm64_32 Compiling Attachment.swift (in target 'JSONFeed' from project 'JSONFeed')
SwiftDriverJobDiscovery normal arm64_32 Compiling Hub.swift (in target 'JSONFeed' from project 'JSONFeed')
SwiftDriverJobDiscovery normal arm64 Compiling Item.swift (in target 'JSONFeed' from project 'JSONFeed')
SwiftDriver\ Compilation JSONFeed normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'JSONFeed' from project 'JSONFeed')
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 JSONFeed -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64_32/JSONFeed.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-watchos11.4 -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 -swift-version 4 -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/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64_32/JSONFeed-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/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64_32/JSONFeed.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64_32/JSONFeed_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/JSONFeed.build/Debug-watchos/JSONFeed.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64_32/JSONFeed-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriver\ Compilation JSONFeed normal arm64 com.apple.xcode.tools.swift.compiler (in target 'JSONFeed' from project 'JSONFeed')
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 JSONFeed -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64/JSONFeed.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-watchos11.4 -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 -swift-version 4 -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/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64/JSONFeed-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/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64/JSONFeed.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64/JSONFeed_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/JSONFeed.build/Debug-watchos/JSONFeed.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64/JSONFeed-Swift.h -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/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64_32/Binary/JSONFeed normal arm64_32 (in target 'JSONFeed' from project 'JSONFeed')
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-watchos11.4 -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/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64_32/JSONFeed.LinkFileList -install_name @rpath/JSONFeed.framework/JSONFeed -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/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64_32/JSONFeed_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64_32/JSONFeed_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/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64_32/JSONFeed.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64_32/Binary/JSONFeed
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64/Binary/JSONFeed normal arm64 (in target 'JSONFeed' from project 'JSONFeed')
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-watchos11.4 -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/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64/JSONFeed.LinkFileList -install_name @rpath/JSONFeed.framework/JSONFeed -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/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64/JSONFeed_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64/JSONFeed_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/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64/JSONFeed.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64/Binary/JSONFeed
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFeed.framework/JSONFeed normal arm64\ arm64_32 (in target 'JSONFeed' from project 'JSONFeed')
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/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64/Binary/JSONFeed /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64_32/Binary/JSONFeed -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFeed.framework/JSONFeed
ExtractAppIntentsMetadata (in target 'JSONFeed' from project 'JSONFeed')
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 JSONFeed --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 11.4 --bundle-identifier JSONFeed --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFeed.framework --target-triple arm64-apple-watchos11.4 --target-triple arm64_32-apple-watchos11.4 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFeed.framework/JSONFeed --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64/JSONFeed_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64_32/JSONFeed_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64/JSONFeed.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64_32/JSONFeed.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/JSONFeed.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/JSONFeed.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64/JSONFeed.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFeed.build/Debug-watchos/JSONFeed.build/Objects-normal/arm64_32/JSONFeed.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-24 04:37:35.434 appintentsmetadataprocessor[709:4035] Starting appintentsmetadataprocessor export
2025-04-24 04:37:35.436 appintentsmetadataprocessor[709:4035] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos/JSONFeed.framework/JSONFeed.tbd (in target 'JSONFeed' from project 'JSONFeed')
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/JSONFeed.framework/JSONFeed -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos/JSONFeed.framework/JSONFeed.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFeed.framework (in target 'JSONFeed' from project 'JSONFeed')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFeed.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFeed.framework (in target 'JSONFeed' from project 'JSONFeed')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFeed.framework
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "JSONFeed",
"name" : "JSONFeed",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "JSONFeed",
"targets" : [
"JSONFeed"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "JSONFeedTests",
"module_type" : "SwiftTarget",
"name" : "JSONFeedTests",
"path" : "Tests/JSONFeedTests",
"sources" : [
"JSONFeedTests.swift"
],
"target_dependencies" : [
"JSONFeed"
],
"type" : "test"
},
{
"c99name" : "JSONFeed",
"module_type" : "SwiftTarget",
"name" : "JSONFeed",
"path" : "Sources/JSONFeed",
"product_memberships" : [
"JSONFeed"
],
"sources" : [
"Attachment.swift",
"Author.swift",
"Feed.swift",
"Hub.swift",
"Item.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.