Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Compilation failing #91

Open
pankajsoni19 opened this issue Apr 20, 2024 · 0 comments
Open

[Bug]: Compilation failing #91

pankajsoni19 opened this issue Apr 20, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@pankajsoni19
Copy link

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

@pankajsoni19 pankajsoni19 added the bug Something isn't working label Apr 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant