vapor-community / tls

🔒 Non-blocking, event-driven TLS built on OpenSSL & macOS security.
MIT License
29 stars 12 forks source link

build error #69

Open AtarisMio opened 6 years ago

AtarisMio commented 6 years ago

This repository is really fantastic. I download the release package, and encounter an error when I build it.

Fetching https://github.com/vapor/async.git Fetching https://github.com/vapor/core.git Fetching https://github.com/vapor/sockets.git Fetching https://github.com/apple/swift-nio.git Fetching https://github.com/apple/swift-nio-zlib-support.git Cloning https://github.com/apple/swift-nio.git Resolving https://github.com/apple/swift-nio.git at 1.6.1 Cloning https://github.com/vapor/async.git Resolving https://github.com/vapor/async.git at 1.0.0-rc.1.1 Cloning https://github.com/vapor/core.git Resolving https://github.com/vapor/core.git at 3.1.6 Cloning https://github.com/apple/swift-nio-zlib-support.git Resolving https://github.com/apple/swift-nio-zlib-support.git at 1.0.0 Cloning https://github.com/vapor/sockets.git Resolving https://github.com/vapor/sockets.git at 3.0.0-rc.1 Fatal error: Duplicate values for key: 'Async': file /BuildRoot/Library/Caches/com.apple.xbs/Binaries/swiftlang/install/TempContent/Objects/BNI_assert_lightweight/swift-macosx-x86_64/stdlib/public/core/8/HashedCollections.swift, line 8108

Have I missed some thing to configure?

vzsg commented 6 years ago

What you checked out is hardly a release tag - 3.0.0 was only "RC".

This repo is obsolete and not expected to work anymore – apart from the old 1.x/2.x versions required for Vapor 1/2 respectively.