feat: overhaul protocol test generation to use actual client #3640
Annotations
2 errors and 5 warnings
Tests/WeatherSDKTests/GetCityRequestTest.swift#L24
value of type 'WeatherClient.WeatherClientConfiguration' has no member 'region'
|
|
--- xcodebuild#L1
Using the first of multiple matching destinations:
|
Sources/ClientRuntime/Networking/Http/Middlewares/SignerMiddleware.swift#L76
value 'bodyValue' was defined but never used; consider replacing with boolean test
|
Sources/WeatherSDK/models/Precipitation+ReadWrite.swift#L15
left side of nil coalescing operator '??' has non-optional type 'Bool', so the right side is never used
|
Sources/WeatherSDK/models/Precipitation+ReadWrite.swift#L17
left side of nil coalescing operator '??' has non-optional type 'Bool', so the right side is never used
|
Sources/WeatherSDK/WeatherClient.swift#L108
no 'async' operations occur within 'await' expression
|
This job failed
Loading