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
156 stars 50 forks source link

Using version 1.7 of Kitura #129

Closed crspybits closed 7 years ago

crspybits commented 7 years ago

I'm using version 1.7 of Kitura:

    .Package(url: "https://github.com/IBM-Swift/Kitura.git", majorVersion: 1, minor: 7),

I'd like to use SwiftMetrics. Any idea when your package will be updated from 1.6?

Thanks, Chris

tobespc commented 7 years ago

We pull kitura 1.7 in when building for Swift 3.1

tobespc commented 7 years ago

Package@swift-3.1.1.swift

crspybits commented 7 years ago

Thanks @tobespc! Just needed to run sudo xcode-select -s /Applications/Xcode-8.3.app/Contents/Developer on my system and it made the Swift Package Manager happy!