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
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
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