PerfectlySoft / PerfectlySoft/Perfect-SQLite
when i build target,has no member in xcode 10
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 50
- Forks
- 18
- Avg merge
- 24m
- Merged PRs (30d)
- 1
Description
123:RhinoAppActiveServer xiang$ swift build
/Users/xiang/Desktop/server/RhinoAppActiveServer: error: manifest parse error(s):
/Users/xiang/Desktop/server/RhinoAppActiveServer/Package.swift:12:10: error: type 'Package.Dependency' has no member 'Package'
.Package(url: "https://github.com/PerfectlySoft/Perfect-SQLite.git", from: "3.0.0"),
^~~~~~~
123:RhinoAppActiveServer xiang$
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the reported swift build failure with Xcode 10 and inspect Package.swift at line 12, where the dependency declaration is rejected. Compare the manifest syntax with the Swift Package Manager version in use; the issue is done when the package manifest parses and the build proceeds past dependency resolution.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- sqlite, swift
- Domain
- build-system, databases
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100