RuntimeTools / SwiftMetrics

Swift Application Metrics instruments the Swift runtime for performance monitoring, providing the monitoring data programatically via an API or visually with an Eclipse Client.
https://developer.ibm.com/swift/monitoring-diagnostics/application-metrics-for-swift/
Other
154 stars 49 forks source link

Can't currently build on Linux due to OpenSSL library conflict #200

Closed Fryie closed 5 years ago

Fryie commented 5 years ago

When trying to build the master branch with Swift 4.2 on Linux, I get the following error during package resolution:

error: multiple targets named 'OpenSSL' in: OpenSSL, SSLService

It seems that in the transitive dependencies of this package there are multiple targets called OpenSSL. One of them seems to have been introduced just recently in BlueSSLService.

ianpartridge commented 5 years ago

Hi, I think this was fixed in https://github.com/IBM-Swift/BlueSSLService/commit/0a745d8cb96c9076f42beeafbf98a2ab3a64e001 - please reopen if you are still having problems. Thanks.