Skip to content

Developing

mattcolegate edited this page Feb 28, 2017 · 1 revision

You will need a git client and a Swift 3 compiler to clone and build. See Prerequisites for building SwiftMetrics from source code.

Get the source code

Clone from github

git clone https://github.com/IBM-Swift/SwiftMetrics.git

You now have latest dev code.

Build

To build SwiftMetrics source

cd SwiftMetrics swift build

Repository layout

The main development branch is master.

Versioning scheme

The npm package for this project uses a semver-parsable X.0.Z version number for releases, where X is incremented for breaking changes to the public API described in this document and Z is incremented for bug fixes and for non-breaking changes to the public API that provide new function.

Development versions

Non-release versions of this project will use semver-parsable X.0.Z-dev.B version numbers, where X.0.Z is the last release with Z incremented and B is an integer.