Closed mervick closed 5 years ago
Never mind, it happens because my swift-tools-version is 5.0 and in Arcane's Package.swift
is swift-tools-version:5.1
.
So, I forked this repo and fixed this, but anyway CommonCrypto is not available during compile, so seems there is no way to build project using SPM
I tried to add Arcane to a project with the following Package.swift created by
swift package init
:swift build
gets this result:Can you help me what is wrong?