You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting this while building on latest swift docker
public.ecr.aws/docker/library/swift:jammy as build
[27/963] Compiling RealHTTP HTTPClient.swift
/opt/server/.build/checkouts/RealHTTP/Sources/RealHTTP/Client/HTTPClient/HTTPClient.swift:118:59: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
configuration: URLSessionConfiguration = .default) {
~^~~~~~~
/opt/server/.build/checkouts/RealHTTP/Sources/RealHTTP/Client/HTTPClient/HTTPClientDelegate.swift:63:58: error: cannot find type 'URLRequest' in scope
response: HTTPResponse, with newRequest: URLRequest)
Expected Behavior
should compile
Actual Incorrect Behavior
failling to compile
The text was updated successfully, but these errors were encountered:
Platform Version
Docker ubuntu jammy 5.7.2 latest
SDK Version
1.8.3
Xcode Version
15.3
Steps To Reproduce
Getting this while building on latest swift docker
Expected Behavior
should compile
Actual Incorrect Behavior
failling to compile
The text was updated successfully, but these errors were encountered: