norio-nomura / action-swiftlint

GitHub Action for SwiftLint
MIT License
370 stars 58 forks source link

import FoundationNetworking #12

Closed pepicrft closed 5 years ago

pepicrft commented 5 years ago

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.

norio-nomura commented 5 years ago

Thanks! 🙏