sauliusgrigaitis / Swifton

A Ruby on Rails inspired Web Framework for Swift that runs on Linux and OS X
MIT License
1.97k stars 69 forks source link

error: no such module 'Spectre' #17

Closed katopz closed 8 years ago

katopz commented 8 years ago

For some reason I got...

root@63612e37d9d8:/Swifton-TodoApp# swift --version
Swift version 3.0-dev (LLVM b361b0fc05, Clang 11493b0f62, Swift fc261045a5)
Target: x86_64-unknown-linux-gnu
root@63612e37d9d8:/Swifton-TodoApp# ls
Dockerfile  MIT-LICENSE  Package.swift  Packages  Procfile  Public  README.md  Sources  Views  app.json
root@63612e37d9d8:/Swifton-TodoApp# swift build
Compiling Swift Module 'TemplateLoadertest' (2 sources)
Compiling Swift Module 'Nodestest' (4 sources)
/Swifton-TodoApp/Packages/Stencil-0.5.2/Tests/TemplateLoader/InheritenceSpec.swift:8:21: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
    let path = Path(__FILE__) + ".." + ".." + "fixtures"
                    ^~~~~~~~
                    #file
/Swifton-TodoApp/Packages/Stencil-0.5.2/Tests/TemplateLoader/InheritenceSpec.swift:1:8: error: no such module 'Spectre'
import Spectre
       ^
/Swifton-TodoApp/Packages/Stencil-0.5.2/Tests/TemplateLoader/InheritenceSpec.swift:8:21: warning: __FILE__ is deprecated and will be removed in Swift 3, please use #file
    let path = Path(__FILE__) + ".." + ".." + "fixtures"
                    ^~~~~~~~
                    #file
/Swifton-TodoApp/Packages/Stencil-0.5.2/Tests/TemplateLoader/InheritenceSpec.swift:1:8: error: no such module 'Spectre'
import Spectre
       ^
/Swifton-TodoApp/Packages/Stencil-0.5.2/Tests/Nodes/NodeSpec.swift:1:8: error: no such module 'Spectre'
import Spectre
       ^
/Swifton-TodoApp/Packages/Stencil-0.5.2/Tests/Nodes/NodeSpec.swift:1:8: error: no such module 'Spectre'
import Spectre
       ^
/Swifton-TodoApp/Packages/Stencil-0.5.2/Tests/Nodes/NodeSpec.swift:1:8: error: no such module 'Spectre'
import Spectre
       ^
/Swifton-TodoApp/Packages/Stencil-0.5.2/Tests/Nodes/NodeSpec.swift:1:8: error: no such module 'Spectre'
import Spectre
       ^
<unknown>:0: error: build had 2 command failures
error: exit(1): /usr/bin/swift-build-tool -f /Swifton-TodoApp/.build/debug.yaml default

Any hint? Thanks

sauliusgrigaitis commented 8 years ago

@katopz you are using latest buggy Swift version. Please use DEVELOPMENT-SNAPSHOT-2016-02-08-a

sauliusgrigaitis commented 8 years ago

@katopz can I close it?

katopz commented 8 years ago

Yup, Thanks