Skip to content

0.5.0 regression build failure#189

Description

@chenrui333

馃憢 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

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