The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build open-weather-kit, reference 1.1.0 (c7f742), with Swift 6.0 for tvOS using Xcode 16.0 on 4 Nov 2024 06:27:47 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme open-weather-kit -destination generic/platform=tvOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete

Build Log

       ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/WeatherProxy.swift:48:16: warning: static property 'empty' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var empty: Self = WeatherProxy(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/WeatherProxy.swift:48:16: note: convert 'empty' to a 'let' constant to make 'Sendable' shared state immutable
    static var empty: Self = WeatherProxy(
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/WeatherProxy.swift:48:16: note: annotate 'empty' with '@MainActor' if property should only be accessed from the main actor
    static var empty: Self = WeatherProxy(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/WeatherProxy.swift:48:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var empty: Self = WeatherProxy(
               ^
    nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling APIMetadata.swift (in target 'OpenWeatherKit' from project 'open-weather-kit')
SwiftCompile normal arm64 Compiling\ APIWeatherAvailability+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIWeatherAvailability+Map.swift (in target 'OpenWeatherKit' from project 'open-weather-kit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APICurrentWeather+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIForecastDaily+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIForecastHourly+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIForecastNextHour+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIMetadata+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIWeather+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIWeatherAlerts+Map.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIWeatherAvailability+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Date+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Optional+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Sendable+Compat.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/WeatherQuery+QueryItems.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Geocoder.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APICurrentWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIForecastDaily.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIForecastHourly.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIForecastNextHour.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIWeatherAlerts.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIWeatherAvailability.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/NetworkClient.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Query.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Route.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/WeatherProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Celestial/MoonEvents.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Celestial/MoonPhase.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Celestial/SunEvents.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/AlertSummary.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/AlertUrgency.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/Certainty.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/Precipitation.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/PressureTrend.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/UVIndex.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/WeatherCondition.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/WeatherSeverity.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/Wind.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/DayWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/Forecast.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/HourWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/MinuteWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/WeatherAlert.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/WeatherAvailability.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Protocols/LocationProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/CurrentWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/WeatherAttribution.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/WeatherMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/WeatherQuery.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Weather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherError.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/APIWeatherAvailability+Map.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/APIWeatherAvailability+Map.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/APIWeatherAvailability+Map.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/APIWeatherAvailability+Map.dia -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64 -target arm64-apple-tvos13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/OpenWeatherKit_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/swift-overrides.hmap -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/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name OpenWeatherKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/APIWeatherAvailability+Map.o -index-unit-output-path /open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/APIWeatherAvailability+Map.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIWeatherAvailability+Map.swift (in target 'OpenWeatherKit' from project 'open-weather-kit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APICurrentWeather+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIForecastDaily+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIForecastHourly+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIForecastNextHour+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIMetadata+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIWeather+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIWeatherAlerts+Map.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIWeatherAvailability+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Date+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Optional+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Sendable+Compat.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/WeatherQuery+QueryItems.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Geocoder.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APICurrentWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIForecastDaily.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIForecastHourly.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIForecastNextHour.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIWeatherAlerts.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIWeatherAvailability.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/NetworkClient.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Query.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Route.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/WeatherProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Celestial/MoonEvents.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Celestial/MoonPhase.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Celestial/SunEvents.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/AlertSummary.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/AlertUrgency.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/Certainty.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/Precipitation.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/PressureTrend.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/UVIndex.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/WeatherCondition.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/WeatherSeverity.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/Wind.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/DayWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/Forecast.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/HourWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/MinuteWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/WeatherAlert.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/WeatherAvailability.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Protocols/LocationProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/CurrentWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/WeatherAttribution.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/WeatherMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/WeatherQuery.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Weather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherError.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/APIWeatherAvailability+Map.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/APIWeatherAvailability+Map.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/APIWeatherAvailability+Map.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/APIWeatherAvailability+Map.dia -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64 -target arm64-apple-tvos13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/OpenWeatherKit_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/swift-overrides.hmap -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/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name OpenWeatherKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/APIWeatherAvailability+Map.o -index-unit-output-path /open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/APIWeatherAvailability+Map.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling AlertUrgency.swift (in target 'OpenWeatherKit' from project 'open-weather-kit')
SwiftCompile normal arm64 Compiling\ APIForecastHourly.swift,\ APIForecastNextHour.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIForecastHourly.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIForecastNextHour.swift (in target 'OpenWeatherKit' from project 'open-weather-kit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APICurrentWeather+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIForecastDaily+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIForecastHourly+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIForecastNextHour+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIMetadata+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIWeather+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIWeatherAlerts+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIWeatherAvailability+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Date+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Optional+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Sendable+Compat.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/WeatherQuery+QueryItems.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Geocoder.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APICurrentWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIForecastDaily.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIForecastHourly.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIForecastNextHour.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIWeatherAlerts.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIWeatherAvailability.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/NetworkClient.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Query.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Route.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/WeatherProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Celestial/MoonEvents.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Celestial/MoonPhase.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Celestial/SunEvents.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/AlertSummary.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/AlertUrgency.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/Certainty.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/Precipitation.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/PressureTrend.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/UVIndex.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/WeatherCondition.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/WeatherSeverity.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/Wind.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/DayWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/Forecast.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/HourWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/MinuteWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/WeatherAlert.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/WeatherAvailability.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Protocols/LocationProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/CurrentWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/WeatherAttribution.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/WeatherMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/WeatherQuery.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Weather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherError.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/APIForecastHourly.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/APIForecastHourly.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/APIForecastHourly.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/APIForecastHourly.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/APIForecastNextHour.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/APIForecastNextHour.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/APIForecastNextHour.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/APIForecastNextHour.dia -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64 -target arm64-apple-tvos13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/OpenWeatherKit_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/swift-overrides.hmap -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/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name OpenWeatherKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/APIForecastHourly.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/APIForecastNextHour.o -index-unit-output-path /open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/APIForecastHourly.o -index-unit-output-path /open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/APIForecastNextHour.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIForecastHourly.swift (in target 'OpenWeatherKit' from project 'open-weather-kit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APICurrentWeather+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIForecastDaily+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIForecastHourly+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIForecastNextHour+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIMetadata+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIWeather+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIWeatherAlerts+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIWeatherAvailability+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Date+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Optional+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Sendable+Compat.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/WeatherQuery+QueryItems.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Geocoder.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APICurrentWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIForecastDaily.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIForecastHourly.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIForecastNextHour.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIWeatherAlerts.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIWeatherAvailability.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/NetworkClient.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Query.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Route.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/WeatherProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Celestial/MoonEvents.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Celestial/MoonPhase.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Celestial/SunEvents.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/AlertSummary.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/AlertUrgency.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/Certainty.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/Precipitation.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/PressureTrend.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/UVIndex.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/WeatherCondition.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/WeatherSeverity.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/Wind.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/DayWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/Forecast.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/HourWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/MinuteWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/WeatherAlert.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/WeatherAvailability.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Protocols/LocationProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/CurrentWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/WeatherAttribution.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/WeatherMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/WeatherQuery.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Weather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherError.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/APIForecastHourly.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/APIForecastHourly.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/APIForecastHourly.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/APIForecastHourly.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/APIForecastNextHour.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/APIForecastNextHour.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/APIForecastNextHour.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/APIForecastNextHour.dia -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64 -target arm64-apple-tvos13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/OpenWeatherKit_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/swift-overrides.hmap -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/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name OpenWeatherKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/APIForecastHourly.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/APIForecastNextHour.o -index-unit-output-path /open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/APIForecastHourly.o -index-unit-output-path /open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/APIForecastNextHour.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIForecastNextHour.swift (in target 'OpenWeatherKit' from project 'open-weather-kit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APICurrentWeather+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIForecastDaily+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIForecastHourly+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIForecastNextHour+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIMetadata+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIWeather+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIWeatherAlerts+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIWeatherAvailability+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Date+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Optional+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Sendable+Compat.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/WeatherQuery+QueryItems.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Geocoder.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APICurrentWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIForecastDaily.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIForecastHourly.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIForecastNextHour.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIWeatherAlerts.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIWeatherAvailability.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/NetworkClient.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Query.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Route.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/WeatherProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Celestial/MoonEvents.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Celestial/MoonPhase.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Celestial/SunEvents.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/AlertSummary.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/AlertUrgency.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/Certainty.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/Precipitation.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/PressureTrend.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/UVIndex.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/WeatherCondition.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/WeatherSeverity.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/Wind.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/DayWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/Forecast.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/HourWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/MinuteWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/WeatherAlert.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/WeatherAvailability.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Protocols/LocationProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/CurrentWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/WeatherAttribution.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/WeatherMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/WeatherQuery.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Weather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherError.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/APIForecastHourly.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/APIForecastHourly.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/APIForecastHourly.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/APIForecastHourly.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/APIForecastNextHour.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/APIForecastNextHour.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/APIForecastNextHour.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/APIForecastNextHour.dia -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64 -target arm64-apple-tvos13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/OpenWeatherKit_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/swift-overrides.hmap -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/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name OpenWeatherKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/APIForecastHourly.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/APIForecastNextHour.o -index-unit-output-path /open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/APIForecastHourly.o -index-unit-output-path /open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/APIForecastNextHour.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling Client.swift (in target 'OpenWeatherKit' from project 'open-weather-kit')
SwiftCompile normal arm64 Compiling\ WeatherQuery.swift,\ Weather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/WeatherQuery.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Weather.swift (in target 'OpenWeatherKit' from project 'open-weather-kit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APICurrentWeather+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIForecastDaily+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIForecastHourly+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIForecastNextHour+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIMetadata+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIWeather+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIWeatherAlerts+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIWeatherAvailability+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Date+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Optional+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Sendable+Compat.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/WeatherQuery+QueryItems.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Geocoder.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APICurrentWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIForecastDaily.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIForecastHourly.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIForecastNextHour.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIWeatherAlerts.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIWeatherAvailability.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/NetworkClient.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Query.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Route.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/WeatherProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Celestial/MoonEvents.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Celestial/MoonPhase.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Celestial/SunEvents.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/AlertSummary.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/AlertUrgency.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/Certainty.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/Precipitation.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/PressureTrend.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/UVIndex.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/WeatherCondition.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/WeatherSeverity.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/Wind.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/DayWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/Forecast.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/HourWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/MinuteWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/WeatherAlert.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/WeatherAvailability.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Protocols/LocationProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/CurrentWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/WeatherAttribution.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/WeatherMetadata.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/WeatherQuery.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Weather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherError.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/WeatherQuery.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/WeatherQuery.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/WeatherQuery.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/WeatherQuery.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/Weather.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/Weather.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/Weather.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/Weather.dia -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64 -target arm64-apple-tvos13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/OpenWeatherKit_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/swift-overrides.hmap -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/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name OpenWeatherKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/WeatherQuery.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/Weather.o -index-unit-output-path /open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/WeatherQuery.o -index-unit-output-path /open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/Weather.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/WeatherQuery.swift (in target 'OpenWeatherKit' from project 'open-weather-kit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APICurrentWeather+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIForecastDaily+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIForecastHourly+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIForecastNextHour+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIMetadata+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIWeather+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIWeatherAlerts+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIWeatherAvailability+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Date+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Optional+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Sendable+Compat.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/WeatherQuery+QueryItems.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Geocoder.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APICurrentWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIForecastDaily.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIForecastHourly.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIForecastNextHour.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIWeatherAlerts.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIWeatherAvailability.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/NetworkClient.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Query.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Route.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/WeatherProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Celestial/MoonEvents.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Celestial/MoonPhase.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Celestial/SunEvents.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/AlertSummary.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/AlertUrgency.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/Certainty.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/Precipitation.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/PressureTrend.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/UVIndex.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/WeatherCondition.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/WeatherSeverity.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/Wind.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/DayWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/Forecast.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/HourWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/MinuteWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/WeatherAlert.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/WeatherAvailability.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Protocols/LocationProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/CurrentWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/WeatherAttribution.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/WeatherMetadata.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/WeatherQuery.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Weather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherError.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/WeatherQuery.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/WeatherQuery.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/WeatherQuery.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/WeatherQuery.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/Weather.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/Weather.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/Weather.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/Weather.dia -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64 -target arm64-apple-tvos13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/OpenWeatherKit_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/swift-overrides.hmap -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/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name OpenWeatherKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/WeatherQuery.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/Weather.o -index-unit-output-path /open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/WeatherQuery.o -index-unit-output-path /open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/Weather.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/WeatherQuery.swift:31:29: error: cannot convert value of type 'KeyPath<WeatherProxy, Forecast<MinuteWeather>?>' to expected argument type 'KeyPath<WeatherProxy, Forecast<MinuteWeather>??>'
            weatherKeyPath: \.minuteForecast?
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/WeatherQuery.swift:31:29: note: arguments to generic parameter 'Value' ('Forecast<MinuteWeather>?' and 'Forecast<MinuteWeather>??') are expected to be equal
            weatherKeyPath: \.minuteForecast?
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/WeatherQuery.swift:65:29: error: cannot convert value of type 'KeyPath<WeatherProxy, [WeatherAlert]?>' to expected argument type 'KeyPath<WeatherProxy, [WeatherAlert]??>'
            weatherKeyPath: \.weatherAlerts?
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/WeatherQuery.swift:65:29: note: arguments to generic parameter 'Value' ('[WeatherAlert]?' and '[WeatherAlert]??') are expected to be equal
            weatherKeyPath: \.weatherAlerts?
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/WeatherQuery.swift:120:29: error: cannot convert value of type 'KeyPath<WeatherProxy, [WeatherAlert]?>' to expected argument type 'KeyPath<WeatherProxy, [WeatherAlert]??>'
            weatherKeyPath: \.weatherAlerts?
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/WeatherQuery.swift:120:29: note: arguments to generic parameter 'Value' ('[WeatherAlert]?' and '[WeatherAlert]??') are expected to be equal
            weatherKeyPath: \.weatherAlerts?
                            ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Weather.swift (in target 'OpenWeatherKit' from project 'open-weather-kit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APICurrentWeather+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIForecastDaily+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIForecastHourly+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIForecastNextHour+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIMetadata+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIWeather+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIWeatherAlerts+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIWeatherAvailability+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Date+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Optional+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Sendable+Compat.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/WeatherQuery+QueryItems.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Geocoder.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APICurrentWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIForecastDaily.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIForecastHourly.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIForecastNextHour.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIWeatherAlerts.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIWeatherAvailability.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/NetworkClient.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Query.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Route.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/WeatherProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Celestial/MoonEvents.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Celestial/MoonPhase.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Celestial/SunEvents.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/AlertSummary.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/AlertUrgency.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/Certainty.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/Precipitation.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/PressureTrend.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/UVIndex.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/WeatherCondition.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/WeatherSeverity.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/Wind.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/DayWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/Forecast.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/HourWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/MinuteWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/WeatherAlert.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/WeatherAvailability.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Protocols/LocationProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/CurrentWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/WeatherAttribution.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/WeatherMetadata.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/WeatherQuery.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Weather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherError.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/WeatherQuery.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/WeatherQuery.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/WeatherQuery.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/WeatherQuery.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/Weather.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/Weather.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/Weather.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/Weather.dia -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64 -target arm64-apple-tvos13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/OpenWeatherKit_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/swift-overrides.hmap -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/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name OpenWeatherKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/WeatherQuery.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/Weather.o -index-unit-output-path /open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/WeatherQuery.o -index-unit-output-path /open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/Weather.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling AlertSummary.swift (in target 'OpenWeatherKit' from project 'open-weather-kit')
SwiftCompile normal arm64 Compiling\ WeatherSeverity.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/WeatherSeverity.swift (in target 'OpenWeatherKit' from project 'open-weather-kit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APICurrentWeather+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIForecastDaily+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIForecastHourly+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIForecastNextHour+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIMetadata+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIWeather+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIWeatherAlerts+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIWeatherAvailability+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Date+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Optional+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Sendable+Compat.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/WeatherQuery+QueryItems.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Geocoder.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APICurrentWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIForecastDaily.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIForecastHourly.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIForecastNextHour.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIWeatherAlerts.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIWeatherAvailability.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/NetworkClient.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Query.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Route.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/WeatherProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Celestial/MoonEvents.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Celestial/MoonPhase.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Celestial/SunEvents.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/AlertSummary.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/AlertUrgency.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/Certainty.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/Precipitation.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/PressureTrend.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/UVIndex.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/WeatherCondition.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/WeatherSeverity.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/Wind.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/DayWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/Forecast.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/HourWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/MinuteWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/WeatherAlert.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/WeatherAvailability.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Protocols/LocationProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/CurrentWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/WeatherAttribution.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/WeatherMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/WeatherQuery.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Weather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherError.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/WeatherSeverity.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/WeatherSeverity.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/WeatherSeverity.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/WeatherSeverity.dia -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64 -target arm64-apple-tvos13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/OpenWeatherKit_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/swift-overrides.hmap -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/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name OpenWeatherKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/WeatherSeverity.o -index-unit-output-path /open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/WeatherSeverity.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/WeatherSeverity.swift (in target 'OpenWeatherKit' from project 'open-weather-kit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APICurrentWeather+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIForecastDaily+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIForecastHourly+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIForecastNextHour+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIMetadata+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIWeather+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIWeatherAlerts+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIWeatherAvailability+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Date+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Optional+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Sendable+Compat.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/WeatherQuery+QueryItems.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Geocoder.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APICurrentWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIForecastDaily.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIForecastHourly.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIForecastNextHour.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIWeatherAlerts.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIWeatherAvailability.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/NetworkClient.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Query.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Route.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/WeatherProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Celestial/MoonEvents.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Celestial/MoonPhase.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Celestial/SunEvents.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/AlertSummary.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/AlertUrgency.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/Certainty.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/Precipitation.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/PressureTrend.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/UVIndex.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/WeatherCondition.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/WeatherSeverity.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/Wind.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/DayWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/Forecast.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/HourWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/MinuteWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/WeatherAlert.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/WeatherAvailability.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Protocols/LocationProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/CurrentWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/WeatherAttribution.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/WeatherMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/WeatherQuery.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Weather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherError.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/WeatherSeverity.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/WeatherSeverity.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/WeatherSeverity.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/WeatherSeverity.dia -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64 -target arm64-apple-tvos13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/OpenWeatherKit_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/swift-overrides.hmap -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/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name OpenWeatherKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/WeatherSeverity.o -index-unit-output-path /open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/WeatherSeverity.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling APIWeatherAvailability+Map.swift (in target 'OpenWeatherKit' from project 'open-weather-kit')
SwiftDriverJobDiscovery normal arm64 Compiling APIWeatherAlerts.swift (in target 'OpenWeatherKit' from project 'open-weather-kit')
SwiftCompile normal arm64 Compiling\ Route.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Route.swift (in target 'OpenWeatherKit' from project 'open-weather-kit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APICurrentWeather+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIForecastDaily+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIForecastHourly+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIForecastNextHour+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIMetadata+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIWeather+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIWeatherAlerts+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIWeatherAvailability+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Date+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Optional+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Sendable+Compat.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/WeatherQuery+QueryItems.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Geocoder.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APICurrentWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIForecastDaily.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIForecastHourly.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIForecastNextHour.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIWeatherAlerts.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIWeatherAvailability.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/NetworkClient.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Query.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Route.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/WeatherProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Celestial/MoonEvents.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Celestial/MoonPhase.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Celestial/SunEvents.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/AlertSummary.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/AlertUrgency.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/Certainty.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/Precipitation.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/PressureTrend.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/UVIndex.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/WeatherCondition.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/WeatherSeverity.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/Wind.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/DayWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/Forecast.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/HourWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/MinuteWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/WeatherAlert.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/WeatherAvailability.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Protocols/LocationProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/CurrentWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/WeatherAttribution.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/WeatherMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/WeatherQuery.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Weather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherError.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/Route.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/Route.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/Route.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/Route.dia -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64 -target arm64-apple-tvos13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/OpenWeatherKit_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/swift-overrides.hmap -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/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name OpenWeatherKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/Route.o -index-unit-output-path /open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/Route.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Route.swift (in target 'OpenWeatherKit' from project 'open-weather-kit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APICurrentWeather+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIForecastDaily+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIForecastHourly+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIForecastNextHour+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIMetadata+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIWeather+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIWeatherAlerts+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIWeatherAvailability+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Date+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Optional+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Sendable+Compat.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/WeatherQuery+QueryItems.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Geocoder.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APICurrentWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIForecastDaily.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIForecastHourly.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIForecastNextHour.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIWeatherAlerts.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIWeatherAvailability.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/NetworkClient.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Query.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Route.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/WeatherProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Celestial/MoonEvents.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Celestial/MoonPhase.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Celestial/SunEvents.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/AlertSummary.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/AlertUrgency.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/Certainty.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/Precipitation.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/PressureTrend.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/UVIndex.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/WeatherCondition.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/WeatherSeverity.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/Wind.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/DayWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/Forecast.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/HourWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/MinuteWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/WeatherAlert.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/WeatherAvailability.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Protocols/LocationProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/CurrentWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/WeatherAttribution.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/WeatherMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/WeatherQuery.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Weather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherError.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/Route.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/Route.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/Route.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/Route.dia -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64 -target arm64-apple-tvos13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/OpenWeatherKit_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/swift-overrides.hmap -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/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name OpenWeatherKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/Route.o -index-unit-output-path /open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/Route.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ Precipitation.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/Precipitation.swift (in target 'OpenWeatherKit' from project 'open-weather-kit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APICurrentWeather+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIForecastDaily+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIForecastHourly+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIForecastNextHour+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIMetadata+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIWeather+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIWeatherAlerts+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIWeatherAvailability+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Date+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Optional+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Sendable+Compat.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/WeatherQuery+QueryItems.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Geocoder.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APICurrentWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIForecastDaily.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIForecastHourly.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIForecastNextHour.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIWeatherAlerts.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIWeatherAvailability.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/NetworkClient.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Query.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Route.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/WeatherProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Celestial/MoonEvents.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Celestial/MoonPhase.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Celestial/SunEvents.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/AlertSummary.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/AlertUrgency.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/Certainty.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/Precipitation.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/PressureTrend.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/UVIndex.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/WeatherCondition.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/WeatherSeverity.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/Wind.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/DayWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/Forecast.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/HourWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/MinuteWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/WeatherAlert.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/WeatherAvailability.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Protocols/LocationProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/CurrentWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/WeatherAttribution.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/WeatherMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/WeatherQuery.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Weather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherError.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/Precipitation.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/Precipitation.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/Precipitation.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/Precipitation.dia -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64 -target arm64-apple-tvos13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/OpenWeatherKit_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/swift-overrides.hmap -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/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name OpenWeatherKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/Precipitation.o -index-unit-output-path /open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/Precipitation.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/Precipitation.swift (in target 'OpenWeatherKit' from project 'open-weather-kit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APICurrentWeather+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIForecastDaily+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIForecastHourly+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIForecastNextHour+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIMetadata+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIWeather+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIWeatherAlerts+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIWeatherAvailability+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Date+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Optional+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Sendable+Compat.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/WeatherQuery+QueryItems.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Geocoder.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APICurrentWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIForecastDaily.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIForecastHourly.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIForecastNextHour.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIWeatherAlerts.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIWeatherAvailability.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/NetworkClient.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Query.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Route.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/WeatherProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Celestial/MoonEvents.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Celestial/MoonPhase.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Celestial/SunEvents.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/AlertSummary.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/AlertUrgency.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/Certainty.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/Precipitation.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/PressureTrend.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/UVIndex.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/WeatherCondition.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/WeatherSeverity.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/Wind.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/DayWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/Forecast.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/HourWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/MinuteWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/WeatherAlert.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/WeatherAvailability.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Protocols/LocationProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/CurrentWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/WeatherAttribution.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/WeatherMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/WeatherQuery.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Weather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherError.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/Precipitation.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/Precipitation.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/Precipitation.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/Precipitation.dia -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64 -target arm64-apple-tvos13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/OpenWeatherKit_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/swift-overrides.hmap -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/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name OpenWeatherKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/Precipitation.o -index-unit-output-path /open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/Precipitation.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling NetworkClient.swift (in target 'OpenWeatherKit' from project 'open-weather-kit')
SwiftCompile normal arm64 Compiling\ WeatherProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/WeatherProxy.swift (in target 'OpenWeatherKit' from project 'open-weather-kit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APICurrentWeather+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIForecastDaily+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIForecastHourly+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIForecastNextHour+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIMetadata+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIWeather+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIWeatherAlerts+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIWeatherAvailability+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Date+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Optional+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Sendable+Compat.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/WeatherQuery+QueryItems.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Geocoder.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APICurrentWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIForecastDaily.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIForecastHourly.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIForecastNextHour.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIWeatherAlerts.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIWeatherAvailability.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/NetworkClient.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Query.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Route.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/WeatherProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Celestial/MoonEvents.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Celestial/MoonPhase.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Celestial/SunEvents.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/AlertSummary.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/AlertUrgency.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/Certainty.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/Precipitation.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/PressureTrend.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/UVIndex.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/WeatherCondition.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/WeatherSeverity.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/Wind.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/DayWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/Forecast.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/HourWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/MinuteWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/WeatherAlert.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/WeatherAvailability.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Protocols/LocationProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/CurrentWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/WeatherAttribution.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/WeatherMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/WeatherQuery.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Weather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherError.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/WeatherProxy.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/WeatherProxy.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/WeatherProxy.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/WeatherProxy.dia -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64 -target arm64-apple-tvos13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/OpenWeatherKit_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/swift-overrides.hmap -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/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name OpenWeatherKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/WeatherProxy.o -index-unit-output-path /open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/WeatherProxy.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling Route.swift (in target 'OpenWeatherKit' from project 'open-weather-kit')
SwiftCompile normal arm64 Compiling\ LocationProtocol.swift,\ CurrentWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Protocols/LocationProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/CurrentWeather.swift (in target 'OpenWeatherKit' from project 'open-weather-kit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APICurrentWeather+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIForecastDaily+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIForecastHourly+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIForecastNextHour+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIMetadata+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIWeather+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIWeatherAlerts+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/APIWeatherAvailability+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Date+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Optional+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Sendable+Compat.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/WeatherQuery+QueryItems.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Geocoder.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APICurrentWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIForecastDaily.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIForecastHourly.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIForecastNextHour.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIWeatherAlerts.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Models/APIWeatherAvailability.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/NetworkClient.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Query.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Route.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Internal/WeatherProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Celestial/MoonEvents.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Celestial/MoonPhase.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Celestial/SunEvents.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/AlertSummary.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/AlertUrgency.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/Certainty.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/Precipitation.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/PressureTrend.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/UVIndex.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/WeatherCondition.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/WeatherSeverity.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Characteristics/Wind.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/DayWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/Forecast.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/HourWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/MinuteWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/WeatherAlert.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Forecast/WeatherAvailability.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Protocols/LocationProtocol.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/CurrentWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/WeatherAttribution.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/WeatherMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/WeatherQuery.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Weather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherError.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/LocationProtocol.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/LocationProtocol.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/LocationProtocol.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/LocationProtocol.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/CurrentWeather.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/CurrentWeather.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/CurrentWeather.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/CurrentWeather.dia -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64 -target arm64-apple-tvos13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/OpenWeatherKit_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/swift-overrides.hmap -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/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name OpenWeatherKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/LocationProtocol.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/CurrentWeather.o -index-unit-output-path /open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/LocationProtocol.o -index-unit-output-path /open-weather-kit.build/Debug-appletvos/OpenWeatherKit.build/Objects-normal/arm64/CurrentWeather.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 Compiling\ WeatherQuery.swift,\ Weather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/WeatherQuery.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Weather.swift (in target 'OpenWeatherKit' from project 'open-weather-kit')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/WeatherQuery.swift (in target 'OpenWeatherKit' from project 'open-weather-kit')
	SwiftCompile normal arm64 Compiling\ LocationProtocol.swift,\ CurrentWeather.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Protocols/LocationProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Public/Requests/CurrentWeather.swift (in target 'OpenWeatherKit' from project 'open-weather-kit')
	Building workspace spi-builder-workspace with scheme open-weather-kit
(4 failures)
BUILD FAILURE 6.0 tvOS