Open
Description
👋 trying to build 0.5.0 release for macOS sequoia, but seeing some build failure as below:
[24/31] Compiling SourceKittenFramework ByteCount.swift
/private/tmp/iblinter-20240910-4584-eycidf/IBLinter-0.5.0/.build/checkouts/SourceKitten/Source/SourceKittenFramework/SwiftDocs.swift:35:13: error: cannot find 'fputs' in scope
33 | )
34 | } catch let error as Request.Error {
35 | fputs(error.description, stderr)
| `- error: cannot find 'fputs' in scope
36 | return nil
37 | } catch {
/private/tmp/iblinter-20240910-4584-eycidf/IBLinter-0.5.0/.build/checkouts/SourceKitten/Source/SourceKittenFramework/SwiftDocs.swift:35:38: error: cannot find 'stderr' in scope
33 | )
34 | } catch let error as Request.Error {
35 | fputs(error.description, stderr)
| `- error: cannot find 'stderr' in scope
36 | return nil
37 | } catch {
make: *** [build] Error 1
Metadata
Metadata
Assignees
Labels
No labels