ml-archive / aws

Swift wrapper around AWS API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build error

revolter opened this issue · comments

Trying to build a project that includes this package throws this error:

Cloning https://github.com/nodes-vapor/aws.git
error: The dependency graph could not be satisfied. The package (https://github.com/nodes-vapor/aws.git) with version tag in range (1.0.0..<1.9223372036854775807.9223372036854775807) is not found. Found tags ([0.0.0, 0.1.0])

Make sure your the line is as such, .Package(url: "https://github.com/nodes-vapor/aws.git", majorVersion: 0, minor: 1)

Then the README should be changed appropriately.