-
When a project created by the generator is built, it produces the following warning in the logs:
`
[2018-11-15T14:49:46.057Z] [WARNING] [ConfigurationManager.swift:261 load(url:deserializerName:)] Una…
-
SwiftyRequest is used for outbound HTTP requests in a few places.
- https://github.com/RuntimeTools/SwiftMetrics/blob/a8eccd530b03c3270b798f05dbd9dc838d21f56c/Sources/SwiftBAMDC/SwiftMetricsBAMConfig…
-
From the output of `swift package show-dependencies`:
```
├── SwiftMetrics
│ ├── omr-agentcore
│ ├── Kitura
│ │ ├── Kitura-net
│ │ │ ├── LoggerAPI
│ │ │ ├── Socket
│ │ …
-
In `SwiftDataCollector.swift` on line 61, there is a String interpolation warning from the compiler.
`warning: string interpolation produces a debug description for an optional value; did you mean …
-
I’m having trouble getting a project to build once I add Swift-Kuery to the package manager (I’m looking to connect to Postgres). I used the Kitura sample, https://github.com/IBM-Swift/iOSSampleKitura…
-
When I include SwiftMetrics into my app as follows:
```swift
if let metrics = try? SwiftMetrics() {
_ = try? SwiftMetricsDash(swiftMetricsInstance : metrics, endpoint: router)
}
```
my m…
-
The documentation on the [Learn - Application Metrics for Swift](https://www.kitura.io/guides/building/metrics.html) page is currently outdated. SwiftMetrics is now already included when using `kitura…
-
The documentation on the [Learn - Application Metrics for Swift](https://www.kitura.io/guides/building/metrics.html) page is currently outdated. SwiftMetrics is now already included when using `kitura…
-
When creating a new Kitura app from the Kitura CLI (`kitura init`) an app with a dependency for this project is created. If this app is run from Xcode with Command+R, the following message (among othe…
-
SwiftMetrics Travis build started failing intermittently recently with the Lifecycle test, Mac only. Investigate the underlying issue.