Building the Docker image in the root directory fails because the compiler can't find the definition of URLRequest & URLSession. According to the warnings, what's missing is importing the module FoundationNetworking.
This PR imports that module to fix the issue and updates the version of Swift to 5.1.1.
Building the Docker image in the root directory fails because the compiler can't find the definition of
URLRequest
&URLSession
. According to the warnings, what's missing is importing the moduleFoundationNetworking
.This PR imports that module to fix the issue and updates the version of Swift to 5.1.1.