PerfectTemplate icon indicating copy to clipboard operation
PerfectTemplate copied to clipboard

Empty Perfect Starter Project.

Results 13 PerfectTemplate issues
Sort by recently updated
recently updated
newest added

The command I execute: ```sh git clone [email protected]:PerfectlySoft/PerfectTemplate.git && cd PerfectTemplate && swift run ``` The output I observe: ```sh Cloning into 'PerfectTemplate'... remote: Enumerating objects: 285, done. remote: Total...

there is an error when i build project 'webTestProj' /Users/ylbl/Desktop/webTestProj: error: dependency 'PerfectHTTPServer' in target 'webTestProj' requires explicit declaration; provide the name of the package dependency with '.package(name: "PerfectHTTPServer", url:...

Hi When I run the following in terminal... git clone https://github.com/PerfectlySoft/PerfectTemplate.git cd PerfectTemplate swift build .build/debug/PerfectTemplate I get the following error. Compile Swift Module 'PerfectThread' (2 sources) /Users/gary/PerfectTemplate/Packages/PerfectThread-0.10.0/Sources/ThreadQueue.swift:210:97: error: cannot...

I saw an other issue mentioning a linking error under linux. What happens to my case is compile error. ``` alkis@alkisPC:~/p/swift/logic2$ git clone https://github.com/PerfectlySoft/PerfectTemplate.git Cloning into 'PerfectTemplate'... remote: Counting objects:...

Request to revert minimum required swift toolchain versioning from 5.0 to 4.0 within the `Package.swift` file in order to be sync with the [Getting Started](https://github.com/PerfectlySoft/PerfectDocs/blob/master/guide/gettingStarted.md) Documentation. The project builds successfully...

链接数据库报错 找不到头文件

请问有什么办法实现网络代理?

Hi, I'm trying to get the template to work inside a docker container but it doesn't work. Here is my docker-compose file: ``` version: '2' services: swiftapi: build: ./perfect volumes:...

1. Package.swift syntax updated to Swift 4 (required for further compatibility) 2. "swift build ..." construction replaced with more simple "swift run" 3. Russian lang docs added (includes code comments)

It was building yesterday, maybe some recent edits caused it? [release.yaml.zip](https://github.com/PerfectlySoft/PerfectTemplate/files/368470/release.yaml.zip) Verify swift version `root@e7885353a3d2:/s/PerfectTemplate# swift --version Swift version 3.0 (swift-3.0-PREVIEW-2) Target: x86_64-unknown-linux-gnu` build in release mode `root@e7885353a3d2:/s/PerfectTemplate# swift build...