Pecker icon indicating copy to clipboard operation
Pecker copied to clipboard

Can't compile on Apple Silicone M1

Open c128128 opened this issue 2 years ago • 2 comments

/redacted/Pecker/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:195:57: error: missing argument for parameter #3 in call
    let c_top = swiftparse_parse_string(c_parser, source)
                                                        ^
                                                        , <#Int#>
_InternalSwiftSyntaxParser.swiftparse_parse_string:1:13: note: 'swiftparse_parse_string' declared here
public func swiftparse_parse_string(_: swiftparse_parser_t!, _ source: UnsafePointer<CChar>!, _ len: Int) -> swiftparse_client_node_t!
            ^

make: *** [build] Error 1

c128128 avatar Sep 11 '21 12:09 c128128

Getting the same I have a project having a big codebase, this would be helpful but the M1 chip is the main one used by the development team.

crarau avatar Sep 25 '22 10:09 crarau

same error on m1 chip

pelsor avatar Aug 08 '23 05:08 pelsor