The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build syntax-highlight-publish-plugin, reference main (79f474), with Swift 6.1 for Linux on 27 Apr 2025 01:42:30 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nerdsupremacist/syntax-highlight-publish-plugin.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/nerdsupremacist/syntax-highlight-publish-plugin
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 79f4747 Update README.md
Cloned https://github.com/nerdsupremacist/syntax-highlight-publish-plugin.git
Revision (git rev-parse @):
79f4747fb57af2592f7572f0c67d6efc204b745d
SUCCESS checkout https://github.com/nerdsupremacist/syntax-highlight-publish-plugin.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/nerdsupremacist/syntax-highlight-publish-plugin.git
https://github.com/nerdsupremacist/syntax-highlight-publish-plugin.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nerdsupremacist/Syntax.git"
    },
    {
      "identity" : "syntax-highlight",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nerdsupremacist/syntax-highlight.git"
    },
    {
      "identity" : "textmate",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nerdsupremacist/TextMate.git"
    },
    {
      "identity" : "splash",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.15.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JohnSundell/Splash.git"
    },
    {
      "identity" : "publish",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.7.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JohnSundell/Publish.git"
    }
  ],
  "manifest_display_name" : "syntax-highlight-publish-plugin",
  "name" : "syntax-highlight-publish-plugin",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SyntaxHighlightPublishPlugin",
      "targets" : [
        "SyntaxHighlightPublishPlugin"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SyntaxHighlightPublishPluginTests",
      "module_type" : "SwiftTarget",
      "name" : "SyntaxHighlightPublishPluginTests",
      "path" : "Tests/SyntaxHighlightPublishPluginTests",
      "sources" : [
        "XCTestManifests.swift",
        "syntax_highlight_publish_pluginTests.swift"
      ],
      "target_dependencies" : [
        "SyntaxHighlightPublishPlugin"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SyntaxHighlightPublishPlugin",
      "module_type" : "SwiftTarget",
      "name" : "SyntaxHighlightPublishPlugin",
      "path" : "Sources/SyntaxHighlightPublishPlugin",
      "product_dependencies" : [
        "Syntax",
        "TextMate",
        "Splash",
        "Publish",
        "SyntaxHighlight"
      ],
      "product_memberships" : [
        "SyntaxHighlightPublishPlugin"
      ],
      "sources" : [
        "Grammar/Grammar+parser.swift",
        "Grammar/Grammar+splash.swift",
        "Grammar/Grammar+syntaxTreeFactory.swift",
        "Grammar/Grammar+textMate.swift",
        "Grammar/Grammar.swift",
        "Grammar/Inflector.swift",
        "Grammar/SyntaxHighlighter.swift",
        "Grammar/SyntaxTreeBasedHighlighter.swift",
        "Languages/Grammar+languages.swift",
        "Plugin+syntaxHighlighting.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/JohnSundell/Publish.git
Fetching https://github.com/JohnSundell/Splash.git
Fetching https://github.com/nerdsupremacist/syntax-highlight.git
Fetching https://github.com/nerdsupremacist/Syntax.git
Fetching https://github.com/nerdsupremacist/TextMate.git
[1/2167] Fetching splash
[1258/2502] Fetching splash, textmate
[1396/2596] Fetching splash, textmate, syntax-highlight
[2582/5358] Fetching splash, textmate, syntax-highlight, syntax
[2721/8256] Fetching splash, textmate, syntax-highlight, syntax, publish
Fetched https://github.com/JohnSundell/Splash.git from cache (0.25s)
Fetched https://github.com/nerdsupremacist/TextMate.git from cache (0.25s)
[4165/5754] Fetching syntax-highlight, syntax, publish
Fetched https://github.com/nerdsupremacist/syntax-highlight.git from cache (0.34s)
Fetched https://github.com/JohnSundell/Publish.git from cache (0.34s)
Fetched https://github.com/nerdsupremacist/Syntax.git from cache (0.34s)
Computing version for https://github.com/nerdsupremacist/TextMate.git
Computed https://github.com/nerdsupremacist/TextMate.git at 0.1.0 (0.79s)
Fetching https://github.com/nerdsupremacist/SyntaxTree.git
[1/29] Fetching syntaxtree
Fetched https://github.com/nerdsupremacist/SyntaxTree.git from cache (0.17s)
Computing version for https://github.com/nerdsupremacist/syntax-highlight.git
Computed https://github.com/nerdsupremacist/syntax-highlight.git at 0.1.0 (0.62s)
Computing version for https://github.com/nerdsupremacist/SyntaxTree.git
Computed https://github.com/nerdsupremacist/SyntaxTree.git at 0.1.0 (0.44s)
Computing version for https://github.com/JohnSundell/Splash.git
Computed https://github.com/JohnSundell/Splash.git at 0.16.0 (0.46s)
Computing version for https://github.com/JohnSundell/Publish.git
Computed https://github.com/JohnSundell/Publish.git at 0.9.0 (0.47s)
Fetching https://github.com/johnsundell/files.git
Fetching https://github.com/johnsundell/codextended.git
Fetching https://github.com/johnsundell/plot.git
Fetching https://github.com/johnsundell/collectionConcurrencyKit.git
Fetching https://github.com/johnsundell/shellout.git
Fetching https://github.com/johnsundell/sweep.git
[1/116] Fetching sweep
[117/1076] Fetching sweep, shellout
[1077/1160] Fetching sweep, shellout, collectionconcurrencykit
[1087/1341] Fetching sweep, shellout, collectionconcurrencykit, codextended
[1342/3427] Fetching sweep, shellout, collectionconcurrencykit, codextended, plot
[1343/4663] Fetching sweep, shellout, collectionconcurrencykit, codextended, plot, files
Fetched https://github.com/johnsundell/sweep.git from cache (0.26s)
Fetching https://github.com/johnsundell/ink.git
Fetched https://github.com/johnsundell/collectionConcurrencyKit.git from cache (0.27s)
Fetched https://github.com/johnsundell/codextended.git from cache (0.28s)
Fetched https://github.com/johnsundell/plot.git from cache (0.28s)
Fetched https://github.com/johnsundell/shellout.git from cache (0.28s)
Fetched https://github.com/johnsundell/files.git from cache (0.28s)
[1/1905] Fetching ink
Fetched https://github.com/johnsundell/ink.git from cache (0.21s)
Computing version for https://github.com/johnsundell/sweep.git
Computed https://github.com/johnsundell/sweep.git at 0.4.0 (0.91s)
Computing version for https://github.com/johnsundell/shellout.git
Computed https://github.com/johnsundell/shellout.git at 2.3.0 (1.79s)
Computing version for https://github.com/johnsundell/collectionConcurrencyKit.git
Computed https://github.com/johnsundell/collectionConcurrencyKit.git at 0.2.0 (0.46s)
Computing version for https://github.com/nerdsupremacist/Syntax.git
Computed https://github.com/nerdsupremacist/Syntax.git at 1.0.4 (0.45s)
Computing version for https://github.com/johnsundell/codextended.git
Computed https://github.com/johnsundell/codextended.git at 0.3.0 (0.45s)
Computing version for https://github.com/johnsundell/files.git
Computed https://github.com/johnsundell/files.git at 4.2.0 (0.44s)
Computing version for https://github.com/johnsundell/ink.git
Computed https://github.com/johnsundell/ink.git at 0.6.0 (0.45s)
Computing version for https://github.com/johnsundell/plot.git
Computed https://github.com/johnsundell/plot.git at 0.14.0 (0.45s)
Creating working copy for https://github.com/johnsundell/collectionConcurrencyKit.git
Working copy of https://github.com/johnsundell/collectionConcurrencyKit.git resolved at 0.2.0
Creating working copy for https://github.com/johnsundell/sweep.git
Working copy of https://github.com/johnsundell/sweep.git resolved at 0.4.0
Creating working copy for https://github.com/nerdsupremacist/TextMate.git
Working copy of https://github.com/nerdsupremacist/TextMate.git resolved at 0.1.0
Creating working copy for https://github.com/nerdsupremacist/SyntaxTree.git
Working copy of https://github.com/nerdsupremacist/SyntaxTree.git resolved at 0.1.0
Creating working copy for https://github.com/JohnSundell/Publish.git
Working copy of https://github.com/JohnSundell/Publish.git resolved at 0.9.0
Creating working copy for https://github.com/JohnSundell/Splash.git
Working copy of https://github.com/JohnSundell/Splash.git resolved at 0.16.0
Creating working copy for https://github.com/johnsundell/plot.git
Working copy of https://github.com/johnsundell/plot.git resolved at 0.14.0
Creating working copy for https://github.com/nerdsupremacist/syntax-highlight.git
Working copy of https://github.com/nerdsupremacist/syntax-highlight.git resolved at 0.1.0
Creating working copy for https://github.com/johnsundell/codextended.git
Working copy of https://github.com/johnsundell/codextended.git resolved at 0.3.0
Creating working copy for https://github.com/nerdsupremacist/Syntax.git
Working copy of https://github.com/nerdsupremacist/Syntax.git resolved at 1.0.4
Creating working copy for https://github.com/johnsundell/ink.git
Working copy of https://github.com/johnsundell/ink.git resolved at 0.6.0
Creating working copy for https://github.com/johnsundell/shellout.git
Working copy of https://github.com/johnsundell/shellout.git resolved at 2.3.0
Creating working copy for https://github.com/johnsundell/files.git
Working copy of https://github.com/johnsundell/files.git resolved at 4.2.0
Building for debugging...
[0/15] Write sources
[14/15] Write swift-version-24593BA9C3E375BF.txt
[16/116] Compiling CollectionConcurrencyKit CollectionConcurrencyKit.swift
[17/116] Emitting module CollectionConcurrencyKit
[19/148] Compiling Ink HTMLConvertible.swift
[20/148] Compiling Ink Hashable+AnyOf.swift
[21/148] Compiling Ink Heading.swift
[22/148] Compiling Ink HorizontalLine.swift
[23/152] Compiling Ink Image.swift
[24/152] Compiling Ink InlineCode.swift
[25/152] Compiling Ink KeyPathPatterns.swift
[26/152] Compiling Ink Link.swift
[27/152] Compiling Ink List.swift
[28/152] Compiling Ink Metadata.swift
[29/152] Compiling Ink Modifiable.swift
[30/152] Compiling Ink ModifierCollection.swift
[31/152] Compiling Ink Markdown.swift
[32/152] Compiling Ink MarkdownParser.swift
[33/152] Compiling Ink Modifier.swift
[34/152] Compiling Ink Blockquote.swift
[35/152] Compiling Ink Character+Classification.swift
[36/152] Emitting module Ink
[37/152] Compiling Ink Character+Escaping.swift
[38/152] Compiling Ink CodeBlock.swift
[39/152] Compiling Ink FormattedText.swift
[40/152] Compiling Ink Fragment.swift
[41/152] Compiling Ink HTML.swift
[42/152] Compiling Ink TextStyle.swift
[43/152] Compiling Ink TextStyleMarker.swift
[44/152] Compiling Ink URL.swift
[45/152] Compiling Ink URLDeclaration.swift
[46/152] Compiling Ink NamedURLCollection.swift
[47/152] Compiling Ink Paragraph.swift
[48/152] Compiling Ink PlainTextConvertible.swift
[49/152] Compiling Ink Readable.swift
[50/152] Compiling Ink Reader.swift
[51/152] Compiling Ink Require.swift
[52/152] Compiling Ink Substring+Trimming.swift
[53/152] Compiling Ink Table.swift
[57/156] Emitting module Codextended
[58/156] Compiling Codextended Codextended.swift
[60/157] Compiling SyntaxTree LineColumnIndex.swift
[61/157] Emitting module SyntaxTree
[62/157] Compiling SyntaxTree Kind.swift
[63/157] Emitting module ShellOut
[64/157] Compiling ShellOut ShellOut.swift
[68/158] Compiling Plot PodcastMediaType.swift
[69/158] Compiling Plot PodcastType.swift
[70/158] Compiling Plot RSS.swift
[71/158] Compiling Plot RSSAttributes.swift
[72/158] Compiling Plot RSSElements.swift
[73/158] Compiling Plot Renderable.swift
[74/158] Compiling Plot SiteMap.swift
[75/158] Compiling Plot SiteMapChangeFrequency.swift
[76/158] Compiling Plot SiteMapElements.swift
[77/158] Compiling Plot TwitterCardType.swift
[78/158] Compiling Plot URLRepresentable.swift
[79/158] Compiling Plot XML.swift
[80/158] Compiling Plot XMLAttributes.swift
[81/158] Compiling Plot XMLElements.swift
[82/158] Compiling Plot AnyAttribute.swift
[83/158] Compiling Plot AnyElement.swift
[84/158] Emitting module Splash
[85/158] Compiling Files Files.swift
[86/158] Emitting module Files
[94/158] Compiling SyntaxTree Location.swift
[119/167] Compiling Splash Segment.swift
[120/167] Compiling Splash TokenType.swift
[121/167] Compiling SyntaxTree MutableSyntaxTree.swift
[122/167] Compiling SyntaxTree SyntaxTree.swift
[123/167] Compiling Splash Tokenizer.swift
[125/167] Compiling SyntaxTree SyntaxTreeFactory.swift
[134/168] Compiling Plot Language.swift
[135/168] Compiling Plot Node.swift
[136/168] Compiling Plot NodeConvertible.swift
[137/168] Compiling Plot Optional+Component.swift
[138/168] Compiling Plot PodcastAttributes.swift
[139/168] Compiling Plot PodcastComponents.swift
[140/168] Compiling Plot PodcastElements.swift
[141/168] Compiling Plot PodcastEpisodeType.swift
[142/168] Compiling Plot PodcastFeed.swift
[143/168] Emitting module Sweep
[144/168] Compiling Sweep Sweep.swift
[154/168] Emitting module Plot
[159/241] Compiling Syntax Parser+map+location.swift
[160/241] Compiling Syntax Token.swift
[161/241] Compiling Syntax Word.swift
[162/242] Emitting module SyntaxHighlight
[163/242] Compiling SyntaxHighlight Format.swift
[165/242] Compiling Plot AnyEnvironmentValue.swift
[166/242] Compiling Plot AnyNode.swift
[167/242] Compiling Plot ElementRenderingBuffer.swift
[168/242] Compiling Plot ElementWrapper.swift
[169/242] Compiling Plot Environment.swift
[170/242] Compiling Plot ModifiedComponent.swift
[171/242] Compiling Plot Renderer.swift
[172/242] Compiling Plot String+Escaping.swift
[173/243] Compiling SyntaxHighlight Parser+highlight.swift
[174/243] Compiling SyntaxHighlight Parser+html.swift
[175/243] Compiling SyntaxHighlight Parser+attributedString.swift
/host/spi-builder-workspace/.build/checkouts/syntax-highlight/Sources/SyntaxHighlight/Parser+attributedString.swift:25:49: error: missing argument for parameter 'string' in call
23 |     internal init(attributes: @escaping (Kind?, [String : Any]) -> [NSAttributedString.Key : Any]?) {
24 |         self.attributes = attributes
25 |         self.string = NSMutableAttributedString()
   |                                                 `- error: missing argument for parameter 'string' in call
26 |     }
27 |
Foundation.NSMutableAttributedString.init:2:17: note: 'init(string:)' declared here
1 | class NSMutableAttributedString {
2 | override public init(string: String)}
  |                 `- note: 'init(string:)' declared here
3 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/131] Compiling SyntaxTree SyntaxTreeFactory.swift
[3/131] Compiling Plot Document.swift
[4/131] Compiling Plot HTMLAnchorRelationship.swift
[5/131] Compiling Plot HTMLAnchorTarget.swift
[6/134] Emitting module SyntaxTree
[7/134] Emitting module Ink
[8/138] Compiling Plot ComponentGroup.swift
[9/138] Compiling Plot ControlFlow.swift
[10/138] Compiling Plot Directionality.swift
[11/138] Compiling Plot HTMLAttributes.swift
[12/138] Compiling Plot HTMLAudioFormat.swift
[13/138] Compiling Plot HTMLButtonType.swift
[14/138] Emitting module CollectionConcurrencyKit
[15/138] Compiling CollectionConcurrencyKit CollectionConcurrencyKit.swift
[16/139] Emitting module Splash
[17/139] Compiling Plot DocumentEncoding.swift
[18/139] Compiling Plot Element.swift
[19/139] Compiling Plot ElementClosingMode.swift
[20/139] Compiling Plot ElementComponent.swift
[21/139] Compiling SyntaxTree MutableSyntaxTree.swift
[22/139] Compiling SyntaxTree Location.swift
[23/139] Compiling SyntaxTree LineColumnIndex.swift
[24/139] Compiling SyntaxTree SyntaxTree.swift
[25/139] Compiling SyntaxTree Kind.swift
[26/139] Emitting module ShellOut
[27/139] Compiling ShellOut ShellOut.swift
[29/141] Compiling Plot EmptyComponent.swift
[30/141] Compiling Plot EnvironmentKey.swift
[31/141] Compiling Plot EnvironmentValue.swift
[32/141] Compiling Plot HTML.swift
[33/141] Compiling Plot Attribute.swift
[34/141] Compiling Plot Component.swift
[35/141] Compiling Plot ComponentAttributes.swift
[36/141] Compiling Plot ComponentBuilder.swift
[37/141] Compiling Plot ComponentContainer.swift
[39/141] Compiling Splash Segment.swift
[40/141] Compiling Splash TokenType.swift
[41/141] Compiling Splash Tokenizer.swift
[46/141] Compiling Plot HTMLFormMethod.swift
[47/141] Compiling Plot HTMLInputType.swift
[48/141] Compiling Plot HTMLLinkRelationship.swift
[49/141] Compiling Plot HTMLListStyle.swift
[58/141] Compiling Plot ElementDefinition.swift
[61/141] Emitting module Plot
[65/149] Compiling Ink TextStyle.swift
[66/149] Compiling Ink TextStyleMarker.swift
[67/149] Compiling Ink URL.swift
[68/149] Compiling Ink URLDeclaration.swift
[69/149] Compiling Plot Language.swift
[74/167] Emitting module Sweep
[75/167] Compiling Sweep Sweep.swift
[76/167] Compiling Files Files.swift
[77/167] Emitting module Files
[79/169] Compiling Plot Node.swift
[80/169] Compiling Plot NodeConvertible.swift
[81/169] Compiling Plot Optional+Component.swift
[82/169] Compiling Plot PodcastAttributes.swift
[83/169] Compiling Plot PodcastComponents.swift
[84/169] Compiling Plot PodcastElements.swift
[85/169] Compiling Plot PodcastEpisodeType.swift
[86/169] Compiling Plot PodcastFeed.swift
[87/169] Compiling Plot SiteMapElements.swift
[88/169] Compiling Plot TwitterCardType.swift
[89/169] Compiling Plot URLRepresentable.swift
[90/169] Compiling Plot XML.swift
[91/169] Compiling Plot XMLAttributes.swift
[92/169] Compiling Plot XMLElements.swift
[93/169] Compiling Plot AnyAttribute.swift
[94/169] Compiling Plot AnyElement.swift
[95/169] Compiling Plot PodcastMediaType.swift
[96/169] Compiling Plot PodcastType.swift
[97/169] Compiling Plot RSS.swift
[98/169] Compiling Plot RSSAttributes.swift
[99/169] Compiling Plot RSSElements.swift
[100/169] Compiling Plot Renderable.swift
[101/169] Compiling Plot SiteMap.swift
[102/169] Compiling Plot SiteMapChangeFrequency.swift
[119/170] Compiling TextMate ExpressionMatch.swift
[120/170] Compiling TextMate Capture.swift
[121/171] Compiling SyntaxHighlight Parser+highlight.swift
[122/171] Compiling SyntaxHighlight Parser+attributedString.swift
/host/spi-builder-workspace/.build/checkouts/syntax-highlight/Sources/SyntaxHighlight/Parser+attributedString.swift:25:49: error: missing argument for parameter 'string' in call
23 |     internal init(attributes: @escaping (Kind?, [String : Any]) -> [NSAttributedString.Key : Any]?) {
24 |         self.attributes = attributes
25 |         self.string = NSMutableAttributedString()
   |                                                 `- error: missing argument for parameter 'string' in call
26 |     }
27 |
Foundation.NSMutableAttributedString.init:2:17: note: 'init(string:)' declared here
1 | class NSMutableAttributedString {
2 | override public init(string: String)}
  |                 `- note: 'init(string:)' declared here
3 |
[123/171] Compiling SyntaxHighlight Format.swift
[124/171] Emitting module SyntaxHighlight
[125/171] Compiling SyntaxHighlight Parser+html.swift
[126/171] Compiling TextMate Name.swift
[127/171] Compiling TextMate LanguageError.swift
[128/171] Compiling TextMate ParsedPattern.swift
[129/172] Compiling TextMate PatternFunctionality.swift
[130/176] Compiling Plot AnyEnvironmentValue.swift
[131/176] Compiling Plot AnyNode.swift
[132/176] Compiling Plot ElementRenderingBuffer.swift
[133/176] Compiling Plot ElementWrapper.swift
[134/177] Compiling Plot Environment.swift
[135/177] Compiling Plot ModifiedComponent.swift
[136/177] Compiling Plot Renderer.swift
[137/177] Compiling Plot String+Escaping.swift
[138/180] Emitting module Codextended
[139/180] Compiling Codextended Codextended.swift
[140/229] Compiling Syntax AnnotatedString.swift
[141/229] Compiling Syntax Cache.swift
[142/229] Compiling Syntax OrderedSet.swift
[143/229] Compiling Syntax DiagnosticError.swift
[144/229] Compiling Syntax ParserError.swift
[145/229] Compiling Syntax ScannerError.swift
[146/229] Compiling Syntax ScannerErrorHandler.swift
[147/229] Compiling Syntax WhiteSpaceConsumer.swift
[148/229] Compiling Syntax ExpressionMatch.swift
BUILD FAILURE 6.1 linux