We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f49f20f commit e51b7deCopy full SHA for e51b7de
1 file changed
internal/sidekick/swift/templates/common/service.swift.mustache
@@ -21,6 +21,10 @@ limitations under the License.
21
{{/Codec.BoilerPlate}}
22
23
import Foundation
24
+{{! On Linux we need this additional import for `URLSession`. }}
25
+#if canImport(FoundationNetworking)
26
+ import FoundationNetworking
27
+#endif
28
import GoogleCloudAuth
29
import GoogleCloudGax
30
0 commit comments