I am working on XCode 9.1 project that uses IBM Watson swift-sdk SpeechToTextV1 package. After upgrading swift-sdk to the version 0.19.0 and building XCode project the compiler error has occured: Missing required modules: 'SSCZLib', 'SSCommonCrypto' pointing to the import SpeechToTextV1 statement. swift-sdk updated via Carthage. Cartfile content: github "watson-developer-cloud/swift-sdk". command line update: carthage update --platform ios --no-use-binaries.I am working on XCode 9.1 project that uses IBM