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

Successful build of MagickPublishPlugin, reference master (116134), with Swift 6.1 for Linux on 25 Apr 2025 20:30:55 UTC.

Swift 6 data race errors: 0

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mvolpato/magickpublishplugin.git
Reference: master
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/mvolpato/magickpublishplugin
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 1161344 Merge pull request #1 from ascherbinin/fix_readme
Cloned https://github.com/mvolpato/magickpublishplugin.git
Revision (git rev-parse @):
1161344a8e2320c2db03c59fe7a3249c33b9f280
SUCCESS checkout https://github.com/mvolpato/magickpublishplugin.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mvolpato/magickpublishplugin.git
https://github.com/mvolpato/magickpublishplugin.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "publish",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/johnsundell/publish.git"
    },
    {
      "identity" : "shellout",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.3.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/johnsundell/shellout.git"
    }
  ],
  "manifest_display_name" : "MagickPublishPlugin",
  "name" : "MagickPublishPlugin",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "MagickPublishPlugin",
      "targets" : [
        "MagickPublishPlugin"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MagickPublishPluginTests",
      "module_type" : "SwiftTarget",
      "name" : "MagickPublishPluginTests",
      "path" : "Tests/MagickPublishPluginTests",
      "sources" : [
        "MagickPublishPluginTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "MagickPublishPlugin"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MagickPublishPlugin",
      "module_type" : "SwiftTarget",
      "name" : "MagickPublishPlugin",
      "path" : "Sources/MagickPublishPlugin",
      "product_dependencies" : [
        "ShellOut",
        "Publish"
      ],
      "product_memberships" : [
        "MagickPublishPlugin"
      ],
      "sources" : [
        "MagickPublishPlugin.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
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/johnsundell/publish.git
Fetching https://github.com/johnsundell/shellout.git
[1/960] Fetching shellout
[760/3858] Fetching shellout, publish
Fetched https://github.com/johnsundell/shellout.git from cache (0.49s)
Fetched https://github.com/johnsundell/publish.git from cache (0.57s)
Computing version for https://github.com/johnsundell/shellout.git
Computed https://github.com/johnsundell/shellout.git at 2.3.0 (4.55s)
Computing version for https://github.com/johnsundell/publish.git
Computed https://github.com/johnsundell/publish.git at 0.9.0 (1.04s)
Fetching https://github.com/johnsundell/files.git
Fetching https://github.com/johnsundell/sweep.git
Fetching https://github.com/johnsundell/collectionConcurrencyKit.git
Fetching https://github.com/johnsundell/codextended.git
Fetching https://github.com/johnsundell/plot.git
Fetching https://github.com/johnsundell/ink.git
[1/181] Fetching codextended
[182/265] Fetching codextended, collectionconcurrencykit
[266/2170] Fetching codextended, collectionconcurrencykit, ink
[876/3406] Fetching codextended, collectionconcurrencykit, ink, files
[3370/5492] Fetching codextended, collectionconcurrencykit, ink, files, plot
Fetched https://github.com/johnsundell/codextended.git from cache (0.41s)
[3622/5311] Fetching collectionconcurrencykit, ink, files, plot
Fetched https://github.com/johnsundell/ink.git from cache (0.47s)
[1/116] Fetching sweep
Fetched https://github.com/johnsundell/collectionConcurrencyKit.git from cache (0.54s)
Fetched https://github.com/johnsundell/plot.git from cache (0.54s)
Fetched https://github.com/johnsundell/files.git from cache (0.55s)
Fetched https://github.com/johnsundell/sweep.git from cache (0.56s)
Computing version for https://github.com/johnsundell/sweep.git
Computed https://github.com/johnsundell/sweep.git at 0.4.0 (1.28s)
Computing version for https://github.com/johnsundell/collectionConcurrencyKit.git
Computed https://github.com/johnsundell/collectionConcurrencyKit.git at 0.2.0 (1.06s)
Computing version for https://github.com/johnsundell/codextended.git
Computed https://github.com/johnsundell/codextended.git at 0.3.0 (1.05s)
Computing version for https://github.com/johnsundell/files.git
Computed https://github.com/johnsundell/files.git at 4.2.0 (1.02s)
Computing version for https://github.com/johnsundell/ink.git
Computed https://github.com/johnsundell/ink.git at 0.6.0 (0.80s)
Computing version for https://github.com/johnsundell/plot.git
Computed https://github.com/johnsundell/plot.git at 0.14.0 (1.04s)
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/ink.git
Working copy of https://github.com/johnsundell/ink.git resolved at 0.6.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/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/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/files.git
Working copy of https://github.com/johnsundell/files.git resolved at 4.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
Building for debugging...
[0/10] Write sources
[9/10] Write swift-version-24593BA9C3E375BF.txt
[11/111] Emitting module Sweep
[12/111] Emitting module Ink
[13/115] Emitting module Plot
[14/123] Compiling Ink TextStyle.swift
[15/123] Compiling Ink TextStyleMarker.swift
[16/123] Compiling Ink URL.swift
[17/123] Compiling Ink URLDeclaration.swift
[18/123] Compiling Ink Image.swift
[19/123] Compiling Ink InlineCode.swift
[20/123] Compiling Ink KeyPathPatterns.swift
[21/123] Compiling Ink Link.swift
[22/123] Emitting module CollectionConcurrencyKit
[23/123] Compiling Ink Character+Escaping.swift
[24/123] Compiling Ink CodeBlock.swift
[25/123] Compiling Ink FormattedText.swift
[26/123] Compiling Ink Fragment.swift
[27/123] Compiling Ink HTML.swift
[28/123] Compiling Ink Markdown.swift
[29/123] Compiling Ink MarkdownParser.swift
[30/123] Compiling Ink Modifier.swift
[31/123] Compiling Ink Blockquote.swift
[32/123] Compiling Ink Character+Classification.swift
[33/123] Compiling Ink HTMLConvertible.swift
[34/123] Compiling Ink Hashable+AnyOf.swift
[35/123] Compiling Ink Heading.swift
[36/123] Compiling Ink HorizontalLine.swift
[37/123] Compiling CollectionConcurrencyKit CollectionConcurrencyKit.swift
[39/124] Compiling Plot PodcastMediaType.swift
[40/124] Compiling Plot PodcastType.swift
[41/124] Compiling Plot RSS.swift
[42/124] Compiling Plot RSSAttributes.swift
[43/124] Compiling Plot RSSElements.swift
[44/124] Compiling Plot Renderable.swift
[45/124] Compiling Plot SiteMap.swift
[46/124] Compiling Plot SiteMapChangeFrequency.swift
[47/124] Compiling ShellOut ShellOut.swift
[48/124] Emitting module ShellOut
[49/125] Compiling Files Files.swift
[50/125] Emitting module Files
[51/126] Compiling Plot Node.swift
[52/126] Compiling Plot NodeConvertible.swift
[53/126] Compiling Plot Optional+Component.swift
[54/126] Compiling Plot PodcastAttributes.swift
[55/126] Compiling Plot PodcastComponents.swift
[56/126] Compiling Plot PodcastElements.swift
[57/126] Compiling Plot PodcastEpisodeType.swift
[58/126] Compiling Plot PodcastFeed.swift
[61/126] Compiling Sweep Sweep.swift
[62/127] Emitting module Codextended
[63/127] Compiling Codextended Codextended.swift
[64/127] Compiling Plot SiteMapElements.swift
[65/127] Compiling Plot TwitterCardType.swift
[66/127] Compiling Plot URLRepresentable.swift
[67/127] Compiling Plot XML.swift
[68/127] Compiling Plot XMLAttributes.swift
[69/127] Compiling Plot XMLElements.swift
[70/127] Compiling Plot AnyAttribute.swift
[71/127] Compiling Plot AnyElement.swift
[72/127] Compiling Ink List.swift
[73/127] Compiling Ink Metadata.swift
[74/127] Compiling Ink Modifiable.swift
[75/127] Compiling Ink ModifierCollection.swift
[76/127] Compiling Ink Reader.swift
[77/127] Compiling Ink Require.swift
[78/127] Compiling Ink Substring+Trimming.swift
[79/127] Compiling Ink Table.swift
[80/127] Compiling Ink NamedURLCollection.swift
[81/127] Compiling Ink Paragraph.swift
[82/127] Compiling Ink PlainTextConvertible.swift
[83/127] Compiling Ink Readable.swift
[84/127] Compiling Plot AnyEnvironmentValue.swift
[85/127] Compiling Plot AnyNode.swift
[86/127] Compiling Plot ElementRenderingBuffer.swift
[87/127] Compiling Plot ElementWrapper.swift
[88/127] Compiling Plot Environment.swift
[89/127] Compiling Plot ModifiedComponent.swift
[90/127] Compiling Plot Renderer.swift
[91/127] Compiling Plot String+Escaping.swift
[99/128] Compiling Plot Language.swift
[131/183] Emitting module Publish
[132/190] Compiling Publish SectionMap.swift
[133/190] Compiling Publish SortOrder.swift
[134/190] Compiling Publish StringWrapper.swift
[135/190] Compiling Publish Tag.swift
[136/190] Compiling Publish TagDetailsPage.swift
[137/190] Compiling Publish TagHTMLConfiguration.swift
[138/190] Compiling Publish TagListPage.swift
[139/190] Compiling Publish PlotComponents.swift
[140/190] Compiling Publish PlotEnvironmentKeys.swift
[141/190] Compiling Publish PlotModifiers.swift
[142/190] Compiling Publish Plugin.swift
[143/190] Compiling Publish PodcastAuthor.swift
[144/190] Compiling Publish PodcastCompatibleWebsiteItemMetadata.swift
[145/190] Compiling Publish PodcastEpisodeMetadata.swift
[146/190] Compiling Publish PodcastFeedConfiguration.swift
[147/190] Compiling Publish HTMLFileMode.swift
[148/190] Compiling Publish Index.swift
[149/190] Compiling Publish Item.swift
[150/190] Compiling Publish ItemRSSProperties.swift
[151/190] Compiling Publish Location.swift
[152/190] Compiling Publish Mutations.swift
[153/190] Compiling Publish Page.swift
[154/190] Compiling Publish Path.swift
[155/190] Compiling Publish Predicate.swift
[156/190] Compiling Publish PublishedWebsite.swift
[157/190] Compiling Publish PublishingContext.swift
[158/190] Compiling Publish PublishingError.swift
[159/190] Compiling Publish PublishingStep.swift
[160/190] Compiling Publish RSSFeedConfiguration.swift
[161/190] Compiling Publish Section.swift
[162/190] Compiling Publish AnyItem.swift
[163/190] Compiling Publish Audio.swift
[164/190] Compiling Publish Content.swift
[165/190] Compiling Publish ContentProtocol.swift
[166/190] Compiling Publish DeploymentMethod.swift
[167/190] Compiling Publish Favicon.swift
[168/190] Compiling Publish FeedConfiguration.swift
[169/190] Compiling Publish HTMLFactory.swift
[170/190] Compiling Publish File+SwiftPackageFolder.swift
[171/190] Compiling Publish FileIOError.swift
[172/190] Compiling Publish Folder+Group.swift
[173/190] Compiling Publish HTMLGenerator.swift
[174/190] Compiling Publish MarkdownContentFactory.swift
[175/190] Compiling Publish MarkdownFileHandler.swift
[176/190] Compiling Publish MarkdownMetadataDecoder.swift
[177/190] Compiling Publish Theme+Foundation.swift
[178/190] Compiling Publish Theme.swift
[179/190] Compiling Publish Video.swift
[180/190] Compiling Publish Website.swift
[181/190] Compiling Publish Array+Appending.swift
[182/190] Compiling Publish CommandLine+Output.swift
[183/190] Compiling Publish ContentError.swift
[184/190] Compiling Publish PodcastError.swift
[185/190] Compiling Publish PodcastFeedGenerator.swift
[186/190] Compiling Publish PublishingPipeline.swift
[187/190] Compiling Publish RSSFeedGenerator.swift
[188/190] Compiling Publish ShellOutError+PublishingErrorConvertible.swift
[189/190] Compiling Publish SiteMapGenerator.swift
[190/190] Compiling Publish String+Normalized.swift
[192/193] Compiling MagickPublishPlugin MagickPublishPlugin.swift
[193/193] Emitting module MagickPublishPlugin
Build complete! (48.12s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "publish",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/johnsundell/publish.git"
    },
    {
      "identity" : "shellout",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.3.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/johnsundell/shellout.git"
    }
  ],
  "manifest_display_name" : "MagickPublishPlugin",
  "name" : "MagickPublishPlugin",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "MagickPublishPlugin",
      "targets" : [
        "MagickPublishPlugin"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MagickPublishPluginTests",
      "module_type" : "SwiftTarget",
      "name" : "MagickPublishPluginTests",
      "path" : "Tests/MagickPublishPluginTests",
      "sources" : [
        "MagickPublishPluginTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "MagickPublishPlugin"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MagickPublishPlugin",
      "module_type" : "SwiftTarget",
      "name" : "MagickPublishPlugin",
      "path" : "Sources/MagickPublishPlugin",
      "product_dependencies" : [
        "ShellOut",
        "Publish"
      ],
      "product_memberships" : [
        "MagickPublishPlugin"
      ],
      "sources" : [
        "MagickPublishPlugin.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
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
Done.