Skip to content

Xcode 10.2beta compilation issue #369

@platonsi

Description

@platonsi

Hello,

There seems to be an issue when compiling Swifter on Xcode 10.2beta. The Errno.swift file produces a compilation error on line:

return String(cString: UnsafePointer(strerror(errno)))

The recommendation to fix this issue is to remove the call to the UnsafePointer.

return String(cString: strerror(errno))

You can also follow the discusson on apple forums

Cheers
Plato

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions