Skip to content
This repository was archived by the owner on Oct 1, 2018. It is now read-only.
This repository was archived by the owner on Oct 1, 2018. It is now read-only.

112 Compile errors with XCode 6.4 #17

@ptarjan

Description

@ptarjan

Do you support XCode 6.4? Ionic needs me to be on that version until they fix themselves for 7.0.

/Users/pt/trimian/main/platforms/ios/Trimian/Plugins/cordova-hot-code-push-plugin/SocketIOClientSwift/SocketEngine.swift:116:23: warning: 'fast fast' can be expressed more succinctly as '#fast'
    public func close(fast fast: Bool) {
                      ^   ~~~~~
                      #
/Users/pt/trimian/main/platforms/ios/Trimian/Plugins/cordova-hot-code-push-plugin/SocketIOClientSwift/SocketEngine.swift:365:14: error: consecutive statements on a line must be separated by ';'
        guard let ws = self.ws else {return}
             ^
             ;
/Users/pt/trimian/main/platforms/ios/Trimian/Plugins/cordova-hot-code-push-plugin/SocketIOClientSwift/SocketEngine.swift:365:31: error: consecutive statements on a line must be separated by ';'
        guard let ws = self.ws else {return}
                              ^
                              ;
/Users/pt/trimian/main/platforms/ios/Trimian/Plugins/cordova-hot-code-push-plugin/SocketIOClientSwift/SocketEngine.swift:365:32: error: expected expression
        guard let ws = self.ws else {return}
                               ^
/Users/pt/trimian/main/platforms/ios/Trimian/Plugins/cordova-hot-code-push-plugin/SocketIOClientSwift/SocketEngine.swift:365:37: error: braced block of statements is an unused closure
        guard let ws = self.ws else {return}
                                    ^
/Users/pt/trimian/main/platforms/ios/Trimian/Plugins/cordova-hot-code-push-plugin/SocketIOClientSwift/SocketEngine.swift:391:27: error: consecutive statements on a line must be separated by ';'
            let json = try NSJSONSerialization.JSONObjectWithData(mesData,
                          ^
                          ;
/Users/pt/trimian/main/platforms/ios/Trimian/Plugins/cordova-hot-code-push-plugin/SocketIOClientSwift/SocketEngine.swift:414:11: error: expected 'while' in 'do-while' loop
        } catch {
          ^
/Users/pt/trimian/main/platforms/ios/Trimian/Plugins/cordova-hot-code-push-plugin/SocketIOClientSwift/SocketEngine.swift:414:17: error: braced block of statements is an unused closure
        } catch {
                ^
/Users/pt/trimian/main/platforms/ios/Trimian/Plugins/cordova-hot-code-push-plugin/SocketIOClientSwift/SocketEngine.swift:488:14: error: consecutive statements on a line must be separated by ';'
        guard str.characters.count != 1 else {
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions