Build Information
Successful build of swift-weather, reference 0.1.0 (80b367), with Swift 6.1 for tvOS using Xcode 16.3 on 4 Jan 2026 20:13:00 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 swift-weather -destination generic/platform=tvOS OTHER_SWIFT_FLAGS=-stats-output-dir .statsBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CorvidLabs/swift-weather.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CorvidLabs/swift-weather
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at 80b3675 docs: add pre-1.0 notice to README
Cloned https://github.com/CorvidLabs/swift-weather.git
Revision (git rev-parse @):
80b36759ee2ba9f17458b524565a2ca7857549ed
SUCCESS checkout https://github.com/CorvidLabs/swift-weather.git at 0.1.0
========================================
Build
========================================
Selected platform: tvOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/CorvidLabs/swift-weather.git
https://github.com/CorvidLabs/swift-weather.git
{
"dependencies" : [
{
"identity" : "swift-retry",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/CorvidLabs/swift-retry.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-docc-plugin"
}
],
"manifest_display_name" : "swift-weather",
"name" : "swift-weather",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "Weather",
"targets" : [
"Weather"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "WeatherTests",
"module_type" : "SwiftTarget",
"name" : "WeatherTests",
"path" : "Tests/WeatherTests",
"sources" : [
"WeatherTests.swift"
],
"target_dependencies" : [
"Weather"
],
"type" : "test"
},
{
"c99name" : "Weather",
"module_type" : "SwiftTarget",
"name" : "Weather",
"path" : "Sources/Weather",
"product_dependencies" : [
"Retry"
],
"product_memberships" : [
"Weather"
],
"sources" : [
"GeocodingService.swift",
"Models/CurrentWeather.swift",
"Models/Forecast.swift",
"Models/Location.swift",
"Models/Temperature.swift",
"Models/WeatherCondition.swift",
"Providers/NWSProvider.swift",
"Providers/OpenMeteoProvider.swift",
"Providers/WeatherProvider.swift",
"Weather.swift",
"WeatherConfiguration.swift",
"WeatherError.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/CorvidLabs/swift-retry.git
Fetching from https://github.com/swiftlang/swift-docc-plugin (cached)
Fetching from https://github.com/swiftlang/swift-docc-symbolkit (cached)
Creating working copy of package ‘swift-docc-plugin’
Checking out 1.4.5 of package ‘swift-docc-plugin’
Creating working copy of package ‘swift-docc-symbolkit’
Checking out 1.0.0 of package ‘swift-docc-symbolkit’
Creating working copy of package ‘swift-retry’
Checking out 0.1.0 of package ‘swift-retry’
Resolve Package Graph
Resolved source packages:
SwiftDocCPlugin: https://github.com/swiftlang/swift-docc-plugin @ 1.4.5
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
swift-weather: /Users/admin/builder/spi-builder-workspace
swift-retry: https://github.com/CorvidLabs/swift-retry.git @ 0.1.0
resolved source packages: SwiftDocCPlugin, SymbolKit, swift-weather, swift-retry
{
"dependencies" : [
{
"identity" : "swift-retry",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/CorvidLabs/swift-retry.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-docc-plugin"
}
],
"manifest_display_name" : "swift-weather",
"name" : "swift-weather",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "Weather",
"targets" : [
"Weather"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "WeatherTests",
"module_type" : "SwiftTarget",
"name" : "WeatherTests",
"path" : "Tests/WeatherTests",
"sources" : [
"WeatherTests.swift"
],
"target_dependencies" : [
"Weather"
],
"type" : "test"
},
{
"c99name" : "Weather",
"module_type" : "SwiftTarget",
"name" : "Weather",
"path" : "Sources/Weather",
"product_dependencies" : [
"Retry"
],
"product_memberships" : [
"Weather"
],
"sources" : [
"GeocodingService.swift",
"Models/CurrentWeather.swift",
"Models/Forecast.swift",
"Models/Location.swift",
"Models/Temperature.swift",
"Models/WeatherCondition.swift",
"Providers/NWSProvider.swift",
"Providers/OpenMeteoProvider.swift",
"Providers/WeatherProvider.swift",
"Weather.swift",
"WeatherConfiguration.swift",
"WeatherError.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"swift-weather"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-weather -destination generic/platform=tvOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats
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 swift-weather -destination generic/platform=tvOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
swift-retry: https://github.com/CorvidLabs/swift-retry.git @ 0.1.0
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
swift-weather: /Users/admin/builder/spi-builder-workspace
SwiftDocCPlugin: https://github.com/swiftlang/swift-docc-plugin @ 1.4.5
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
Target 'Weather' in project 'swift-weather'
➜ Explicit dependency on target 'Weather' in project 'swift-weather'
➜ Explicit dependency on target 'Retry' in project 'swift-retry'
Target 'Weather' in project 'swift-weather'
➜ Explicit dependency on target 'Retry' in project 'swift-retry'
Target 'Retry' in project 'swift-retry'
➜ Explicit dependency on target 'Retry' in project 'swift-retry'
Target 'Retry' in project 'swift-retry' (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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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: 0bca72accfc245fcef9af7e9155c03d3
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/0bca72accfc245fcef9af7e9155c03d3.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-weather.build/Debug-appletvos/Weather.build/Weather.modulemap (in target 'Weather' from project 'swift-weather')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-weather.build/Debug-appletvos/Weather.build/Weather.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-weather.build/Debug-appletvos/Weather.build/Weather.DependencyStaticMetadataFileList (in target 'Weather' from project 'swift-weather')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-weather.build/Debug-appletvos/Weather.build/Weather.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-weather.build/Debug-appletvos/Weather.build/Weather.DependencyMetadataFileList (in target 'Weather' from project 'swift-weather')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-weather.build/Debug-appletvos/Weather.build/Weather.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-weather.build/Debug-appletvos/Weather.build/Objects-normal/arm64/Weather-OutputFileMap.json (in target 'Weather' from project 'swift-weather')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-weather.build/Debug-appletvos/Weather.build/Objects-normal/arm64/Weather-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-retry.build/Debug-appletvos/Retry.build/Retry.modulemap (in target 'Retry' from project 'swift-retry')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-retry
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-retry.build/Debug-appletvos/Retry.build/Retry.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-weather.build/Debug-appletvos/Weather.build/Objects-normal/arm64/Weather_const_extract_protocols.json (in target 'Weather' from project 'swift-weather')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-weather.build/Debug-appletvos/Weather.build/Objects-normal/arm64/Weather_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-weather.build/Debug-appletvos/Weather.build/Objects-normal/arm64/Weather.SwiftFileList (in target 'Weather' from project 'swift-weather')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-weather.build/Debug-appletvos/Weather.build/Objects-normal/arm64/Weather.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-weather.build/Debug-appletvos/Weather.build/Objects-normal/arm64/Weather.SwiftConstValuesFileList (in target 'Weather' from project 'swift-weather')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-weather.build/Debug-appletvos/Weather.build/Objects-normal/arm64/Weather.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-weather.build/Debug-appletvos/Weather.build/Objects-normal/arm64/Weather.LinkFileList (in target 'Weather' from project 'swift-weather')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-weather.build/Debug-appletvos/Weather.build/Objects-normal/arm64/Weather.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-retry.build/Debug-appletvos/Retry.build/Retry.DependencyStaticMetadataFileList (in target 'Retry' from project 'swift-retry')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-retry
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-retry.build/Debug-appletvos/Retry.build/Retry.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-retry.build/Debug-appletvos/Retry.build/Retry.DependencyMetadataFileList (in target 'Retry' from project 'swift-retry')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-retry
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-retry.build/Debug-appletvos/Retry.build/Retry.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/Weather.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-weather.build/Debug-appletvos/Weather.build/Weather.modulemap (in target 'Weather' from project 'swift-weather')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-weather.build/Debug-appletvos/Weather.build/Weather.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-retry.build/Debug-appletvos/Retry.build/Objects-normal/arm64/Retry.SwiftConstValuesFileList (in target 'Retry' from project 'swift-retry')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-retry
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-retry.build/Debug-appletvos/Retry.build/Objects-normal/arm64/Retry.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-retry.build/Debug-appletvos/Retry.build/Objects-normal/arm64/Retry_const_extract_protocols.json (in target 'Retry' from project 'swift-retry')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-retry
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-retry.build/Debug-appletvos/Retry.build/Objects-normal/arm64/Retry_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-retry.build/Debug-appletvos/Retry.build/Objects-normal/arm64/Retry.LinkFileList (in target 'Retry' from project 'swift-retry')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-retry
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-retry.build/Debug-appletvos/Retry.build/Objects-normal/arm64/Retry.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-retry.build/Debug-appletvos/Retry.build/Objects-normal/arm64/Retry.SwiftFileList (in target 'Retry' from project 'swift-retry')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-retry
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-retry.build/Debug-appletvos/Retry.build/Objects-normal/arm64/Retry.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-retry.build/Debug-appletvos/Retry.build/Objects-normal/arm64/Retry-OutputFileMap.json (in target 'Retry' from project 'swift-retry')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-retry
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-retry.build/Debug-appletvos/Retry.build/Objects-normal/arm64/Retry-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/Retry.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-retry.build/Debug-appletvos/Retry.build/Retry.modulemap (in target 'Retry' from project 'swift-retry')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-retry
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-retry.build/Debug-appletvos/Retry.build/Retry.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
SwiftDriver Retry normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Retry' from project 'swift-retry')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Retry -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-retry.build/Debug-appletvos/Retry.build/Objects-normal/arm64/Retry.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos16.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-retry.build/Debug-appletvos/Retry.build/Objects-normal/arm64/Retry-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/swift-retry.build/Debug-appletvos/Retry.build/Objects-normal/arm64/Retry.swiftmodule -user-module-version 0.1.0 -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name swift_retry -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-retry.build/Debug-appletvos/Retry.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-retry.build/Debug-appletvos/Retry.build/Objects-normal/arm64/Retry_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-retry.build/Debug-appletvos/Retry.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-retry.build/Debug-appletvos/Retry.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-retry.build/Debug-appletvos/Retry.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-retry.build/Debug-appletvos/Retry.build/Objects-normal/arm64/Retry-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ RetryConfiguration.swift,\ Retry.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-retry/Sources/Retry/Configuration/RetryConfiguration.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-retry/Sources/Retry/Core/Retry.swift (in target 'Retry' from project 'swift-retry')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-retry/Sources/Retry/Configuration/RetryConfiguration.swift (in target 'Retry' from project 'swift-retry')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-retry/Sources/Retry/Core/Retry.swift (in target 'Retry' from project 'swift-retry')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ RetryError.swift,\ DecorrelatedJitter.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-retry/Sources/Retry/Core/RetryError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-retry/Sources/Retry/Jitter/DecorrelatedJitter.swift (in target 'Retry' from project 'swift-retry')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-retry/Sources/Retry/Core/RetryError.swift (in target 'Retry' from project 'swift-retry')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-retry/Sources/Retry/Jitter/DecorrelatedJitter.swift (in target 'Retry' from project 'swift-retry')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Jitter.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-retry/Sources/Retry/Jitter/Jitter.swift (in target 'Retry' from project 'swift-retry')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-retry/Sources/Retry/Jitter/Jitter.swift (in target 'Retry' from project 'swift-retry')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ExponentialStrategy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-retry/Sources/Retry/Strategy/ExponentialStrategy.swift (in target 'Retry' from project 'swift-retry')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-retry/Sources/Retry/Strategy/ExponentialStrategy.swift (in target 'Retry' from project 'swift-retry')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ CircuitBreaker.swift,\ CircuitState.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-retry/Sources/Retry/CircuitBreaker/CircuitBreaker.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-retry/Sources/Retry/CircuitBreaker/CircuitState.swift (in target 'Retry' from project 'swift-retry')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-retry/Sources/Retry/CircuitBreaker/CircuitBreaker.swift (in target 'Retry' from project 'swift-retry')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-retry/Sources/Retry/CircuitBreaker/CircuitState.swift (in target 'Retry' from project 'swift-retry')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ EqualJitter.swift,\ FullJitter.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-retry/Sources/Retry/Jitter/EqualJitter.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-retry/Sources/Retry/Jitter/FullJitter.swift (in target 'Retry' from project 'swift-retry')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-retry/Sources/Retry/Jitter/EqualJitter.swift (in target 'Retry' from project 'swift-retry')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-retry/Sources/Retry/Jitter/FullJitter.swift (in target 'Retry' from project 'swift-retry')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ConstantStrategy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-retry/Sources/Retry/Strategy/ConstantStrategy.swift (in target 'Retry' from project 'swift-retry')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-retry/Sources/Retry/Strategy/ConstantStrategy.swift (in target 'Retry' from project 'swift-retry')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ LinearStrategy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-retry/Sources/Retry/Strategy/LinearStrategy.swift (in target 'Retry' from project 'swift-retry')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-retry/Sources/Retry/Strategy/LinearStrategy.swift (in target 'Retry' from project 'swift-retry')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ FibonacciStrategy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-retry/Sources/Retry/Strategy/FibonacciStrategy.swift (in target 'Retry' from project 'swift-retry')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-retry/Sources/Retry/Strategy/FibonacciStrategy.swift (in target 'Retry' from project 'swift-retry')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ Retry (in target 'Retry' from project 'swift-retry')
EmitSwiftModule normal arm64 (in target 'Retry' from project 'swift-retry')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ RetryStrategy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-retry/Sources/Retry/Strategy/RetryStrategy.swift (in target 'Retry' from project 'swift-retry')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-retry/Sources/Retry/Strategy/RetryStrategy.swift (in target 'Retry' from project 'swift-retry')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for Retry (in target 'Retry' from project 'swift-retry')
SwiftDriver\ Compilation\ Requirements Retry normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Retry' from project 'swift-retry')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Retry -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-retry.build/Debug-appletvos/Retry.build/Objects-normal/arm64/Retry.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos16.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-retry.build/Debug-appletvos/Retry.build/Objects-normal/arm64/Retry-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/swift-retry.build/Debug-appletvos/Retry.build/Objects-normal/arm64/Retry.swiftmodule -user-module-version 0.1.0 -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name swift_retry -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-retry.build/Debug-appletvos/Retry.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-retry.build/Debug-appletvos/Retry.build/Objects-normal/arm64/Retry_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-retry.build/Debug-appletvos/Retry.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-retry.build/Debug-appletvos/Retry.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-retry.build/Debug-appletvos/Retry.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-retry.build/Debug-appletvos/Retry.build/Objects-normal/arm64/Retry-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling ExponentialStrategy.swift (in target 'Retry' from project 'swift-retry')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/Retry-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-retry.build/Debug-appletvos/Retry.build/Objects-normal/arm64/Retry-Swift.h (in target 'Retry' from project 'swift-retry')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-retry
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-retry.build/Debug-appletvos/Retry.build/Objects-normal/arm64/Retry-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/Retry-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling EqualJitter.swift, FullJitter.swift (in target 'Retry' from project 'swift-retry')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Retry.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-retry.build/Debug-appletvos/Retry.build/Objects-normal/arm64/Retry.swiftdoc (in target 'Retry' from project 'swift-retry')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-retry
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/swift-retry.build/Debug-appletvos/Retry.build/Objects-normal/arm64/Retry.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Retry.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Retry.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-retry.build/Debug-appletvos/Retry.build/Objects-normal/arm64/Retry.swiftmodule (in target 'Retry' from project 'swift-retry')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-retry
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/swift-retry.build/Debug-appletvos/Retry.build/Objects-normal/arm64/Retry.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Retry.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Retry.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-retry.build/Debug-appletvos/Retry.build/Objects-normal/arm64/Retry.abi.json (in target 'Retry' from project 'swift-retry')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-retry
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/swift-retry.build/Debug-appletvos/Retry.build/Objects-normal/arm64/Retry.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Retry.swiftmodule/arm64-apple-tvos.abi.json
SwiftDriverJobDiscovery normal arm64 Compiling FibonacciStrategy.swift (in target 'Retry' from project 'swift-retry')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Retry.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-retry.build/Debug-appletvos/Retry.build/Objects-normal/arm64/Retry.swiftsourceinfo (in target 'Retry' from project 'swift-retry')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-retry
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/swift-retry.build/Debug-appletvos/Retry.build/Objects-normal/arm64/Retry.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Retry.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling RetryStrategy.swift (in target 'Retry' from project 'swift-retry')
SwiftDriverJobDiscovery normal arm64 Compiling Jitter.swift (in target 'Retry' from project 'swift-retry')
SwiftDriverJobDiscovery normal arm64 Compiling ConstantStrategy.swift (in target 'Retry' from project 'swift-retry')
SwiftDriverJobDiscovery normal arm64 Compiling RetryConfiguration.swift, Retry.swift (in target 'Retry' from project 'swift-retry')
SwiftDriverJobDiscovery normal arm64 Compiling LinearStrategy.swift (in target 'Retry' from project 'swift-retry')
SwiftDriverJobDiscovery normal arm64 Compiling RetryError.swift, DecorrelatedJitter.swift (in target 'Retry' from project 'swift-retry')
SwiftDriverJobDiscovery normal arm64 Compiling CircuitBreaker.swift, CircuitState.swift (in target 'Retry' from project 'swift-retry')
SwiftDriver\ Compilation Retry normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Retry' from project 'swift-retry')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Retry -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-retry.build/Debug-appletvos/Retry.build/Objects-normal/arm64/Retry.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos16.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-retry.build/Debug-appletvos/Retry.build/Objects-normal/arm64/Retry-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/swift-retry.build/Debug-appletvos/Retry.build/Objects-normal/arm64/Retry.swiftmodule -user-module-version 0.1.0 -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name swift_retry -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-retry.build/Debug-appletvos/Retry.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-retry.build/Debug-appletvos/Retry.build/Objects-normal/arm64/Retry_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-retry.build/Debug-appletvos/Retry.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-retry.build/Debug-appletvos/Retry.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-retry.build/Debug-appletvos/Retry.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-retry.build/Debug-appletvos/Retry.build/Objects-normal/arm64/Retry-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver Weather normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Weather' from project 'swift-weather')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Weather -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-weather.build/Debug-appletvos/Weather.build/Objects-normal/arm64/Weather.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos16.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-weather.build/Debug-appletvos/Weather.build/Objects-normal/arm64/Weather-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/swift-weather.build/Debug-appletvos/Weather.build/Objects-normal/arm64/Weather.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-weather.build/Debug-appletvos/Weather.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-weather.build/Debug-appletvos/Weather.build/Objects-normal/arm64/Weather_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-weather.build/Debug-appletvos/Weather.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-weather.build/Debug-appletvos/Weather.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-weather.build/Debug-appletvos/Weather.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-weather.build/Debug-appletvos/Weather.build/Objects-normal/arm64/Weather-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Retry.o normal (in target 'Retry' from project 'swift-retry')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-retry
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos16.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-retry.build/Debug-appletvos/Retry.build/Objects-normal/arm64/Retry.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-retry.build/Debug-appletvos/Retry.build/Objects-normal/arm64/Retry_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-retry.build/Debug-appletvos/Retry.build/Objects-normal/arm64/Retry_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-retry.build/Debug-appletvos/Retry.build/Objects-normal/arm64/Retry.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Retry.o
SwiftCompile normal arm64 Compiling\ Temperature.swift /Users/admin/builder/spi-builder-workspace/Sources/Weather/Models/Temperature.swift (in target 'Weather' from project 'swift-weather')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Weather/Models/Temperature.swift (in target 'Weather' from project 'swift-weather')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ NWSProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/Weather/Providers/NWSProvider.swift (in target 'Weather' from project 'swift-weather')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Weather/Providers/NWSProvider.swift (in target 'Weather' from project 'swift-weather')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ WeatherCondition.swift /Users/admin/builder/spi-builder-workspace/Sources/Weather/Models/WeatherCondition.swift (in target 'Weather' from project 'swift-weather')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Weather/Models/WeatherCondition.swift (in target 'Weather' from project 'swift-weather')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ GeocodingService.swift,\ CurrentWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/Weather/GeocodingService.swift /Users/admin/builder/spi-builder-workspace/Sources/Weather/Models/CurrentWeather.swift (in target 'Weather' from project 'swift-weather')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Weather/GeocodingService.swift (in target 'Weather' from project 'swift-weather')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Weather/Models/CurrentWeather.swift (in target 'Weather' from project 'swift-weather')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Forecast.swift,\ Location.swift /Users/admin/builder/spi-builder-workspace/Sources/Weather/Models/Forecast.swift /Users/admin/builder/spi-builder-workspace/Sources/Weather/Models/Location.swift (in target 'Weather' from project 'swift-weather')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Weather/Models/Forecast.swift (in target 'Weather' from project 'swift-weather')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Weather/Models/Location.swift (in target 'Weather' from project 'swift-weather')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ OpenMeteoProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/Weather/Providers/OpenMeteoProvider.swift (in target 'Weather' from project 'swift-weather')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Weather/Providers/OpenMeteoProvider.swift (in target 'Weather' from project 'swift-weather')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ Weather (in target 'Weather' from project 'swift-weather')
EmitSwiftModule normal arm64 (in target 'Weather' from project 'swift-weather')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ WeatherConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/Weather/WeatherConfiguration.swift (in target 'Weather' from project 'swift-weather')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Weather/WeatherConfiguration.swift (in target 'Weather' from project 'swift-weather')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ WeatherProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/Weather/Providers/WeatherProvider.swift (in target 'Weather' from project 'swift-weather')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Weather/Providers/WeatherProvider.swift (in target 'Weather' from project 'swift-weather')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ WeatherError.swift /Users/admin/builder/spi-builder-workspace/Sources/Weather/WeatherError.swift (in target 'Weather' from project 'swift-weather')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Weather/WeatherError.swift (in target 'Weather' from project 'swift-weather')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Weather.swift /Users/admin/builder/spi-builder-workspace/Sources/Weather/Weather.swift (in target 'Weather' from project 'swift-weather')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Weather/Weather.swift (in target 'Weather' from project 'swift-weather')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling WeatherProvider.swift (in target 'Weather' from project 'swift-weather')
SwiftDriverJobDiscovery normal arm64 Compiling WeatherConfiguration.swift (in target 'Weather' from project 'swift-weather')
ExtractAppIntentsMetadata (in target 'Retry' from project 'swift-retry')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-retry
/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 Retry --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk --xcode-version 16E140 --platform-family tvOS --deployment-target 16.0 --bundle-identifier swift-retry.Retry --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Retry.appintents --target-triple arm64-apple-tvos16.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Retry.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-retry.build/Debug-appletvos/Retry.build/Objects-normal/arm64/Retry_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-retry.build/Debug-appletvos/Retry.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-retry.build/Debug-appletvos/Retry.build/Objects-normal/arm64/Retry.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-retry.build/Debug-appletvos/Retry.build/Retry.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-retry.build/Debug-appletvos/Retry.build/Retry.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-retry.build/Debug-appletvos/Retry.build/Objects-normal/arm64/Retry.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-01-04 12:12:59.200 appintentsmetadataprocessor[1200:6958] Starting appintentsmetadataprocessor export
2026-01-04 12:12:59.247 appintentsmetadataprocessor[1200:6958] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling WeatherError.swift (in target 'Weather' from project 'swift-weather')
SwiftDriverJobDiscovery normal arm64 Compiling WeatherCondition.swift (in target 'Weather' from project 'swift-weather')
SwiftDriverJobDiscovery normal arm64 Compiling Temperature.swift (in target 'Weather' from project 'swift-weather')
SwiftDriverJobDiscovery normal arm64 Emitting module for Weather (in target 'Weather' from project 'swift-weather')
SwiftDriver\ Compilation\ Requirements Weather normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Weather' from project 'swift-weather')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Weather -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-weather.build/Debug-appletvos/Weather.build/Objects-normal/arm64/Weather.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos16.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-weather.build/Debug-appletvos/Weather.build/Objects-normal/arm64/Weather-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/swift-weather.build/Debug-appletvos/Weather.build/Objects-normal/arm64/Weather.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-weather.build/Debug-appletvos/Weather.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-weather.build/Debug-appletvos/Weather.build/Objects-normal/arm64/Weather_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-weather.build/Debug-appletvos/Weather.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-weather.build/Debug-appletvos/Weather.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-weather.build/Debug-appletvos/Weather.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-weather.build/Debug-appletvos/Weather.build/Objects-normal/arm64/Weather-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/Weather-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-weather.build/Debug-appletvos/Weather.build/Objects-normal/arm64/Weather-Swift.h (in target 'Weather' from project 'swift-weather')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-weather.build/Debug-appletvos/Weather.build/Objects-normal/arm64/Weather-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/Weather-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Weather.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-weather.build/Debug-appletvos/Weather.build/Objects-normal/arm64/Weather.abi.json (in target 'Weather' from project 'swift-weather')
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/swift-weather.build/Debug-appletvos/Weather.build/Objects-normal/arm64/Weather.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Weather.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Weather.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-weather.build/Debug-appletvos/Weather.build/Objects-normal/arm64/Weather.swiftmodule (in target 'Weather' from project 'swift-weather')
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/swift-weather.build/Debug-appletvos/Weather.build/Objects-normal/arm64/Weather.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Weather.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Weather.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-weather.build/Debug-appletvos/Weather.build/Objects-normal/arm64/Weather.swiftdoc (in target 'Weather' from project 'swift-weather')
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/swift-weather.build/Debug-appletvos/Weather.build/Objects-normal/arm64/Weather.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Weather.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Weather.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-weather.build/Debug-appletvos/Weather.build/Objects-normal/arm64/Weather.swiftsourceinfo (in target 'Weather' from project 'swift-weather')
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/swift-weather.build/Debug-appletvos/Weather.build/Objects-normal/arm64/Weather.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Weather.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Retry.o (in target 'Retry' from project 'swift-retry')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-retry
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Retry.o
SwiftDriverJobDiscovery normal arm64 Compiling Forecast.swift, Location.swift (in target 'Weather' from project 'swift-weather')
SwiftDriverJobDiscovery normal arm64 Compiling Weather.swift (in target 'Weather' from project 'swift-weather')
SwiftDriverJobDiscovery normal arm64 Compiling GeocodingService.swift, CurrentWeather.swift (in target 'Weather' from project 'swift-weather')
SwiftDriverJobDiscovery normal arm64 Compiling OpenMeteoProvider.swift (in target 'Weather' from project 'swift-weather')
SwiftDriverJobDiscovery normal arm64 Compiling NWSProvider.swift (in target 'Weather' from project 'swift-weather')
SwiftDriver\ Compilation Weather normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Weather' from project 'swift-weather')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Weather -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-weather.build/Debug-appletvos/Weather.build/Objects-normal/arm64/Weather.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos16.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-weather.build/Debug-appletvos/Weather.build/Objects-normal/arm64/Weather-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/swift-weather.build/Debug-appletvos/Weather.build/Objects-normal/arm64/Weather.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-weather.build/Debug-appletvos/Weather.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-weather.build/Debug-appletvos/Weather.build/Objects-normal/arm64/Weather_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-weather.build/Debug-appletvos/Weather.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-weather.build/Debug-appletvos/Weather.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-weather.build/Debug-appletvos/Weather.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-weather.build/Debug-appletvos/Weather.build/Objects-normal/arm64/Weather-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Weather.o normal (in target 'Weather' from project 'swift-weather')
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-tvos16.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-weather.build/Debug-appletvos/Weather.build/Objects-normal/arm64/Weather.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-weather.build/Debug-appletvos/Weather.build/Objects-normal/arm64/Weather_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-weather.build/Debug-appletvos/Weather.build/Objects-normal/arm64/Weather_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-weather.build/Debug-appletvos/Weather.build/Objects-normal/arm64/Weather.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Weather.o
ExtractAppIntentsMetadata (in target 'Weather' from project 'swift-weather')
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 Weather --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk --xcode-version 16E140 --platform-family tvOS --deployment-target 16.0 --bundle-identifier spi-builder-workspace.Weather --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Weather.appintents --target-triple arm64-apple-tvos16.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Weather.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-weather.build/Debug-appletvos/Weather.build/Objects-normal/arm64/Weather_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-weather.build/Debug-appletvos/Weather.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-weather.build/Debug-appletvos/Weather.build/Objects-normal/arm64/Weather.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-weather.build/Debug-appletvos/Weather.build/Weather.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-weather.build/Debug-appletvos/Weather.build/Weather.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-weather.build/Debug-appletvos/Weather.build/Objects-normal/arm64/Weather.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-01-04 12:12:59.572 appintentsmetadataprocessor[1203:6984] Starting appintentsmetadataprocessor export
2026-01-04 12:12:59.604 appintentsmetadataprocessor[1203:6984] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Weather.o (in target 'Weather' from project 'swift-weather')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Weather.o
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
{
"identity" : "swift-retry",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/CorvidLabs/swift-retry.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-docc-plugin"
}
],
"manifest_display_name" : "swift-weather",
"name" : "swift-weather",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "Weather",
"targets" : [
"Weather"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "WeatherTests",
"module_type" : "SwiftTarget",
"name" : "WeatherTests",
"path" : "Tests/WeatherTests",
"sources" : [
"WeatherTests.swift"
],
"target_dependencies" : [
"Weather"
],
"type" : "test"
},
{
"c99name" : "Weather",
"module_type" : "SwiftTarget",
"name" : "Weather",
"path" : "Sources/Weather",
"product_dependencies" : [
"Retry"
],
"product_memberships" : [
"Weather"
],
"sources" : [
"GeocodingService.swift",
"Models/CurrentWeather.swift",
"Models/Forecast.swift",
"Models/Location.swift",
"Models/Temperature.swift",
"Models/WeatherCondition.swift",
"Providers/NWSProvider.swift",
"Providers/OpenMeteoProvider.swift",
"Providers/WeatherProvider.swift",
"Weather.swift",
"WeatherConfiguration.swift",
"WeatherError.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.