-
Building as part of a docker deploy on Bluemix. (ibmcom/swift-ubuntu:4.1.1)
Error message:
CryptorRSA.swift:618:58: error: cannot convert value of type 'UnsafePointer' to expected argument type 'U…
-
Hi there,
I'm attempting to init a Kitura project, however the init command is failing - I think I've narrowed the issue down to being caused by the Swift Server Generator. The output I get is:
…
-
after update
` .target(name: "Application", dependencies: [ "Kitura", "KituraCORS", "Configuration", "CloudEnvironment", "Health" , "SwiftMetrics",
]),`
`swift package generate-xcodeproj`
…
-
When starting an application generated with the Auto-Scaling service, it fails to initialize even if SwiftMetrics initializes correctly. See https://github.com/IBM-Swift/kitura-cli/issues/24
The pr…
-
#840 allows server-side monitoring hooks to see requests and responses flowing through a Kitura server. As an extension of that work, SwiftMetrics would like to be able to gather metrics about outboun…
-
```
$ mkdir Test-App
$ cd Test-App
$ yo swiftserver --init
```
Then:
```
$ cat Package.swift
// swift-tools-version:4.0
import PackageDescription
let package = Package(
name: "Tes…
-
`KituraRequest` has been deprecated and moved to https://github.com/IBM-Swift-Sunset/Kitura-Request
We should remove it from SwiftMetrics.
-
Auto-Scaling does not generate any throughput or response metrics.
To test a basic app with only autoscale will do.
The /metrics route gives lots of data, but is not making connection to the aut…
-
I'm seeing build errors building SwiftMetrics against Kitura 2.1.2. I don't see these with 2.1.0. Running Swift 4.0.0 RELEASE on Linux.
```
Fetching https://github.com/IBM-Swift/Kitura.git
Fetchi…
-
**Problem**
Running `kitura init` version 0.0.9 (which appears to be the newest version) creates a project that uses older kitura modules, such as kitura-net 1.7.20 instead of 2.0.0. There may be oth…