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 0.1.0 (5f23b7), with Swift 6.1 for Linux on 27 Apr 2025 01:42:50 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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: 0.1.0
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
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 5f23b7e fixing versions of dependencies
Cloned https://github.com/nerdsupremacist/syntax-highlight-publish-plugin.git
Revision (git rev-parse @):
5f23b7e2426d331c5194814451efd52a7fe25e30
SUCCESS checkout https://github.com/nerdsupremacist/syntax-highlight-publish-plugin.git at 0.1.0
========================================
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-4606859-0":/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/nerdsupremacist/Syntax.git
Fetching https://github.com/JohnSundell/Splash.git
Fetching https://github.com/JohnSundell/Publish.git
Fetching https://github.com/nerdsupremacist/TextMate.git
Fetching https://github.com/nerdsupremacist/syntax-highlight.git
[1/2167] Fetching splash
[1757/2261] Fetching splash, syntax-highlight
[2262/2596] Fetching splash, syntax-highlight, textmate
[2329/5494] Fetching splash, syntax-highlight, textmate, publish
[5003/8256] Fetching splash, syntax-highlight, textmate, publish, syntax
Fetched https://github.com/nerdsupremacist/syntax-highlight.git from cache (0.27s)
Fetched https://github.com/JohnSundell/Splash.git from cache (0.27s)
Fetched https://github.com/JohnSundell/Publish.git from cache (0.27s)
[1523/3097] Fetching textmate, syntax
Fetched https://github.com/nerdsupremacist/TextMate.git from cache (0.40s)
Fetched https://github.com/nerdsupremacist/Syntax.git from cache (0.40s)
Computing version for https://github.com/nerdsupremacist/TextMate.git
Computed https://github.com/nerdsupremacist/TextMate.git at 0.1.0 (0.98s)
Fetching https://github.com/nerdsupremacist/SyntaxTree.git
[1/29] Fetching syntaxtree
Fetched https://github.com/nerdsupremacist/SyntaxTree.git from cache (0.18s)
Computing version for https://github.com/nerdsupremacist/syntax-highlight.git
Computed https://github.com/nerdsupremacist/syntax-highlight.git at 0.1.0 (0.74s)
Computing version for https://github.com/nerdsupremacist/SyntaxTree.git
Computed https://github.com/nerdsupremacist/SyntaxTree.git at 0.1.0 (0.54s)
Computing version for https://github.com/JohnSundell/Splash.git
Computed https://github.com/JohnSundell/Splash.git at 0.16.0 (0.56s)
Computing version for https://github.com/JohnSundell/Publish.git
Computed https://github.com/JohnSundell/Publish.git at 0.9.0 (0.57s)
Fetching https://github.com/johnsundell/codextended.git
Fetching https://github.com/johnsundell/sweep.git
Fetching https://github.com/johnsundell/shellout.git
Fetching https://github.com/johnsundell/plot.git
Fetching https://github.com/johnsundell/files.git
Fetching https://github.com/johnsundell/collectionConcurrencyKit.git
[1/181] Fetching codextended
[182/1141] Fetching codextended, shellout
[1142/1225] Fetching codextended, shellout, collectionconcurrencykit
[1164/1341] Fetching codextended, shellout, collectionconcurrencykit, sweep
[1219/2577] Fetching codextended, shellout, collectionconcurrencykit, sweep, files
[2563/4663] Fetching codextended, shellout, collectionconcurrencykit, sweep, files, plot
Fetched https://github.com/johnsundell/collectionConcurrencyKit.git from cache (0.24s)
Fetching https://github.com/johnsundell/ink.git
Fetched https://github.com/johnsundell/codextended.git from cache (0.29s)
Fetched https://github.com/johnsundell/shellout.git from cache (0.29s)
Fetched https://github.com/johnsundell/files.git from cache (0.29s)
Fetched https://github.com/johnsundell/plot.git from cache (0.29s)
Fetched https://github.com/johnsundell/sweep.git from cache (0.29s)
[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 (1.03s)
Computing version for https://github.com/johnsundell/shellout.git
Computed https://github.com/johnsundell/shellout.git at 2.3.0 (2.20s)
Computing version for https://github.com/johnsundell/collectionConcurrencyKit.git
Computed https://github.com/johnsundell/collectionConcurrencyKit.git at 0.2.0 (0.56s)
Computing version for https://github.com/nerdsupremacist/Syntax.git
Computed https://github.com/nerdsupremacist/Syntax.git at 1.0.4 (0.54s)
Computing version for https://github.com/johnsundell/codextended.git
Computed https://github.com/johnsundell/codextended.git at 0.3.0 (0.53s)
Computing version for https://github.com/johnsundell/files.git
Computed https://github.com/johnsundell/files.git at 4.2.0 (0.57s)
Computing version for https://github.com/johnsundell/ink.git
Computed https://github.com/johnsundell/ink.git at 0.6.0 (0.59s)
Computing version for https://github.com/johnsundell/plot.git
Computed https://github.com/johnsundell/plot.git at 0.14.0 (0.54s)
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/nerdsupremacist/TextMate.git
Working copy of https://github.com/nerdsupremacist/TextMate.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/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/Syntax.git
Working copy of https://github.com/nerdsupremacist/Syntax.git resolved at 1.0.4
Creating working copy for https://github.com/johnsundell/files.git
Working copy of https://github.com/johnsundell/files.git resolved at 4.2.0
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/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/collectionConcurrencyKit.git
Working copy of https://github.com/johnsundell/collectionConcurrencyKit.git resolved at 0.2.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/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
Building for debugging...
[0/15] Write sources
[14/15] Write swift-version-24593BA9C3E375BF.txt
[16/123] Emitting module ShellOut
[17/123] Emitting module SyntaxTree
[18/123] Emitting module CollectionConcurrencyKit
[19/123] Compiling CollectionConcurrencyKit CollectionConcurrencyKit.swift
[21/124] Compiling Plot DocumentEncoding.swift
[22/124] Compiling Plot Element.swift
[23/124] Compiling Plot ElementClosingMode.swift
[24/124] Compiling Plot ElementComponent.swift
[25/124] Compiling Plot ElementDefinition.swift
[26/128] Compiling Plot HTMLViewportWidthMode.swift
[27/128] Compiling Plot Indentation.swift
[28/128] Compiling Plot Language.swift
[29/128] Compiling Plot Attribute.swift
[30/128] Compiling Plot HTMLLinkRelationship.swift
[31/128] Compiling Plot HTMLListStyle.swift
[32/128] Compiling Plot HTMLVideoFormat.swift
[33/128] Compiling Plot HTMLViewportFitMode.swift
[34/128] Emitting module Ink
[35/128] Compiling Plot EmptyComponent.swift
[36/128] Compiling Plot EnvironmentKey.swift
[37/128] Compiling Plot EnvironmentValue.swift
[38/128] Compiling Plot HTML.swift
[39/128] Compiling Plot HTMLInputType.swift
[40/152] Compiling Ink TextStyle.swift
[41/152] Compiling Ink TextStyleMarker.swift
[42/152] Compiling Ink URL.swift
[43/152] Compiling Ink URLDeclaration.swift
[44/152] Emitting module Splash
[45/155] Compiling Plot PodcastMediaType.swift
[46/155] Compiling Plot PodcastType.swift
[47/155] Compiling Plot RSS.swift
[48/155] Compiling Plot RSSAttributes.swift
[49/155] Compiling Plot RSSElements.swift
[50/155] Compiling Plot Renderable.swift
[51/155] Compiling Plot SiteMap.swift
[52/155] Compiling Plot SiteMapChangeFrequency.swift
[53/155] Emitting module Codextended
[54/155] Compiling Codextended Codextended.swift
[55/162] Compiling Splash Segment.swift
[56/162] Compiling Splash TokenType.swift
[57/162] Compiling Splash Tokenizer.swift
[58/164] Compiling SyntaxTree MutableSyntaxTree.swift
[59/164] Compiling Splash MarkdownDecorator.swift
[60/164] Compiling Splash OutputBuilder.swift
[61/164] Compiling Splash OutputFormat.swift
[62/164] Compiling Plot Node.swift
[63/164] Compiling Plot NodeConvertible.swift
[64/164] Compiling Plot Optional+Component.swift
[65/164] Compiling Plot PodcastAttributes.swift
[66/164] Compiling Plot PodcastComponents.swift
[67/164] Compiling Plot PodcastElements.swift
[68/164] Compiling Plot PodcastEpisodeType.swift
[69/164] Compiling Plot PodcastFeed.swift
[70/164] Compiling Plot SiteMapElements.swift
[71/164] Compiling Plot TwitterCardType.swift
[72/164] Compiling Plot URLRepresentable.swift
[73/164] Compiling Plot XML.swift
[74/164] Compiling Plot XMLAttributes.swift
[75/164] Compiling Plot XMLElements.swift
[76/164] Compiling Plot AnyAttribute.swift
[77/164] Compiling Plot AnyElement.swift
[78/164] Emitting module Sweep
[79/164] Compiling Sweep Sweep.swift
[80/165] Compiling Splash SyntaxHighlighter.swift
[81/165] Compiling Splash SyntaxRule.swift
[82/165] Compiling Splash Color.swift
[83/165] Compiling Splash Font.swift
[84/165] Compiling Splash Theme+Defaults.swift
[85/165] Compiling Splash Theme.swift
[86/165] Compiling Splash Substring+HasSuffix.swift
[87/165] Compiling Splash Grammar.swift
[88/165] Compiling Splash SwiftGrammar.swift
[89/165] Compiling Splash AttributedStringOutputFormat.swift
[90/165] Compiling Splash HTMLOutputFormat.swift
[94/165] Compiling SyntaxTree SyntaxTree.swift
[96/165] Compiling SyntaxTree SyntaxTreeFactory.swift
[97/165] Compiling Splash Sequence+Occurrences.swift
[98/165] Compiling Splash String+HTMLEntities.swift
[99/165] Compiling Splash String+IsNumber.swift
[100/165] Compiling Splash String+PrefixChecking.swift
[101/165] Compiling Splash CharacterSet+Contains.swift
[102/165] Compiling Splash Equatable+AnyOf.swift
[103/165] Compiling Splash Int+IsOdd.swift
[104/165] Compiling Splash Sequence+AnyOf.swift
[105/165] Compiling Splash String+Removing.swift
[108/165] Compiling SyntaxTree LineColumnIndex.swift
[109/165] Compiling SyntaxTree Location.swift
[110/165] Compiling Files Files.swift
[111/165] Emitting module Files
[112/165] Compiling SyntaxTree Kind.swift
[113/166] Compiling Plot HTMLAnchorRelationship.swift
[114/166] Compiling Plot HTMLAnchorTarget.swift
[115/166] Compiling Plot HTMLAttributes.swift
[116/166] Compiling Plot HTMLAudioFormat.swift
[126/167] Compiling ShellOut ShellOut.swift
[147/169] Compiling Plot HTMLFormMethod.swift
[157/169] Emitting module Plot
[163/242] Compiling Plot AnyEnvironmentValue.swift
[164/242] Compiling Plot AnyNode.swift
[165/242] Compiling Plot ElementRenderingBuffer.swift
[166/242] Compiling Plot ElementWrapper.swift
[167/242] Compiling Plot Environment.swift
[168/242] Compiling Plot ModifiedComponent.swift
[169/242] Compiling Plot Renderer.swift
[170/242] Compiling Plot String+Escaping.swift
[171/243] Compiling SyntaxHighlight Parser+html.swift
[173/243] Emitting module SyntaxHighlight
[174/243] Compiling TextMate Name.swift
[175/243] Compiling TextMate LanguageError.swift
[176/244] Compiling SyntaxHighlight Parser+highlight.swift
[177/244] Compiling SyntaxHighlight Format.swift
[178/244] 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-4606859-0":/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/71] Compiling SyntaxTree SyntaxTreeFactory.swift
[3/71] Emitting module Codextended
[4/71] Compiling Splash Font.swift
[5/71] Compiling Splash Theme+Defaults.swift
[6/71] Compiling Splash Theme.swift
[7/134] Compiling Codextended Codextended.swift
[8/135] Emitting module SyntaxTree
[9/135] Compiling Plot ElementClosingMode.swift
[10/135] Compiling Plot ElementComponent.swift
[11/135] Compiling Plot ElementDefinition.swift
[12/135] Compiling Plot HTML.swift
[13/135] Compiling Plot HTMLAnchorRelationship.swift
[14/135] Compiling Plot HTMLAnchorTarget.swift
[15/135] Compiling SyntaxTree Kind.swift
[16/135] Compiling Plot HTMLButtonType.swift
[17/135] Compiling Plot HTMLComponents.swift
[18/135] Compiling Plot HTMLElements.swift
[19/135] Compiling Plot HTMLFormContentType.swift
[20/135] Compiling Plot ComponentContainer.swift
[21/135] Compiling Plot ComponentGroup.swift
[22/135] Compiling Plot ControlFlow.swift
[23/135] Compiling Plot Directionality.swift
[24/135] Compiling Plot Attribute.swift
[25/135] Compiling Plot Component.swift
[26/135] Compiling Plot ComponentAttributes.swift
[27/135] Compiling Plot ComponentBuilder.swift
[29/139] Emitting module Splash
[33/139] Compiling Plot Element.swift
[37/139] Emitting module Ink
[38/139] Emitting module ShellOut
[39/139] Compiling ShellOut ShellOut.swift
[40/139] Emitting module Sweep
[41/139] Compiling Sweep Sweep.swift
[44/141] Compiling Plot HTMLAttributes.swift
[45/141] Compiling Plot HTMLAudioFormat.swift
[46/141] Compiling Plot EmptyComponent.swift
[47/141] Compiling Plot EnvironmentKey.swift
[48/141] Compiling Plot EnvironmentValue.swift
[50/141] Compiling SyntaxTree LineColumnIndex.swift
[51/141] Compiling SyntaxTree Location.swift
[52/141] Compiling SyntaxTree MutableSyntaxTree.swift
[53/141] Compiling SyntaxTree SyntaxTree.swift
[56/142] Compiling Plot SiteMapElements.swift
[57/142] Compiling Plot TwitterCardType.swift
[58/142] Compiling Plot URLRepresentable.swift
[59/142] Compiling Plot XML.swift
[60/142] Compiling Plot XMLAttributes.swift
[61/142] Compiling Plot XMLElements.swift
[62/142] Compiling Plot AnyAttribute.swift
[63/142] Compiling Plot AnyElement.swift
[64/150] Compiling Plot Document.swift
[65/150] Compiling Plot DocumentEncoding.swift
[80/152] Compiling Plot HTMLFormMethod.swift
[81/152] Compiling Plot HTMLInputType.swift
[82/152] Compiling Plot HTMLLinkRelationship.swift
[83/152] Compiling Plot HTMLListStyle.swift
[85/153] Emitting module Files
[86/153] Compiling Files Files.swift
[88/154] Compiling Ink TextStyle.swift
[89/154] Compiling Ink TextStyleMarker.swift
[90/154] Compiling Ink URL.swift
[91/154] Compiling Ink URLDeclaration.swift
[92/155] Compiling Plot PodcastMediaType.swift
[93/155] Compiling Plot PodcastType.swift
[94/155] Compiling Plot RSS.swift
[95/155] Compiling Plot RSSAttributes.swift
[96/155] Compiling Plot RSSElements.swift
[97/155] Compiling Plot Renderable.swift
[98/155] Compiling Plot SiteMap.swift
[99/155] Compiling Plot SiteMapChangeFrequency.swift
[100/155] Compiling Plot Node.swift
[101/155] Compiling Plot NodeConvertible.swift
[102/155] Compiling Plot Optional+Component.swift
[103/155] Compiling Plot PodcastAttributes.swift
[104/155] Compiling Plot PodcastComponents.swift
[105/155] Compiling Plot PodcastElements.swift
[106/155] Compiling Plot PodcastEpisodeType.swift
[107/155] Compiling Plot PodcastFeed.swift
[118/155] Emitting module Plot
[127/155] Compiling Plot Language.swift
[128/155] Emitting module CollectionConcurrencyKit
[129/155] Compiling CollectionConcurrencyKit CollectionConcurrencyKit.swift
[130/156] Compiling Plot AnyEnvironmentValue.swift
[131/156] Compiling Plot AnyNode.swift
[132/156] Compiling Plot ElementRenderingBuffer.swift
[133/156] Compiling Plot ElementWrapper.swift
[134/156] Compiling Plot Environment.swift
[135/156] Compiling Plot ModifiedComponent.swift
[136/156] Compiling Plot Renderer.swift
[137/156] Compiling Plot String+Escaping.swift
[139/228] 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 |
[140/228] Compiling SyntaxHighlight Format.swift
[141/228] Compiling Syntax AnnotatedString.swift
[142/228] Compiling Syntax Cache.swift
[143/229] Compiling SyntaxHighlight Parser+highlight.swift
[144/229] Emitting module SyntaxHighlight
[145/229] Compiling SyntaxHighlight Parser+html.swift
[146/229] Compiling TextMate LanguageError.swift
[147/229] Compiling TextMate ParsedPattern.swift
[148/229] Compiling Syntax EitherParserBuilder.swift
[149/229] Compiling Syntax ParserBuilder.swift
[150/229] Compiling Syntax PartialEmptyParserResult.swift
[151/229] Compiling Syntax PartialParserResult.swift
[152/229] Compiling Syntax PartialResult.swift
[153/229] Compiling Syntax AnyParser.swift
[154/229] Compiling Syntax Associativity.swift
[155/229] Compiling Syntax StringEscapeStrategy.swift
[156/229] Compiling Syntax StringLiteral.swift
BUILD FAILURE 6.1 linux