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 0.3.0 (ec18a2), with Swift 6.1 for Linux on 25 Apr 2025 20:29:50 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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: 0.3.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/mvolpato/magickpublishplugin
 * tag               0.3.0      -> FETCH_HEAD
HEAD is now at ec18a25  Add more info in readme
Cloned https://github.com/mvolpato/magickpublishplugin.git
Revision (git rev-parse @):
ec18a25900d7c0a3b3fdfad606f25e287425e833
SUCCESS checkout https://github.com/mvolpato/magickpublishplugin.git at 0.3.0
========================================
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-4609320-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/shellout.git
Fetching https://github.com/johnsundell/publish.git
[1/960] Fetching shellout
[961/3858] Fetching shellout, publish
Fetched https://github.com/johnsundell/shellout.git from cache (0.23s)
Fetched https://github.com/johnsundell/publish.git from cache (0.23s)
Computing version for https://github.com/johnsundell/shellout.git
Computed https://github.com/johnsundell/shellout.git at 2.3.0 (2.04s)
Computing version for https://github.com/johnsundell/publish.git
Computed https://github.com/johnsundell/publish.git at 0.9.0 (0.46s)
Fetching https://github.com/johnsundell/codextended.git
Fetching https://github.com/johnsundell/collectionConcurrencyKit.git
Fetching https://github.com/johnsundell/files.git
Fetching https://github.com/johnsundell/sweep.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/381] Fetching codextended, collectionconcurrencykit, sweep
[382/2467] Fetching codextended, collectionconcurrencykit, sweep, plot
[2302/3703] Fetching codextended, collectionconcurrencykit, sweep, plot, files
[3704/5608] Fetching codextended, collectionconcurrencykit, sweep, plot, files, ink
Fetched https://github.com/johnsundell/codextended.git from cache (0.23s)
Fetched https://github.com/johnsundell/collectionConcurrencyKit.git from cache (0.23s)
Fetched https://github.com/johnsundell/sweep.git from cache (0.23s)
Fetched https://github.com/johnsundell/plot.git from cache (0.26s)
Fetched https://github.com/johnsundell/ink.git from cache (0.26s)
Fetched https://github.com/johnsundell/files.git from cache (0.26s)
Computing version for https://github.com/johnsundell/sweep.git
Computed https://github.com/johnsundell/sweep.git at 0.4.0 (0.71s)
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/johnsundell/codextended.git
Computed https://github.com/johnsundell/codextended.git at 0.3.0 (0.46s)
Computing version for https://github.com/johnsundell/files.git
Computed https://github.com/johnsundell/files.git at 4.2.0 (0.46s)
Computing version for https://github.com/johnsundell/ink.git
Computed https://github.com/johnsundell/ink.git at 0.6.0 (0.44s)
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/publish.git
Working copy of https://github.com/johnsundell/publish.git resolved at 0.9.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/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/ink.git
Working copy of https://github.com/johnsundell/ink.git resolved at 0.6.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 CollectionConcurrencyKit
[12/111] Compiling CollectionConcurrencyKit CollectionConcurrencyKit.swift
[13/112] Compiling Ink Image.swift
[14/112] Compiling Ink InlineCode.swift
[15/112] Compiling Ink KeyPathPatterns.swift
[16/112] Compiling Ink Link.swift
[18/112] Compiling Ink Character+Escaping.swift
[19/112] Compiling Ink CodeBlock.swift
[20/112] Compiling Ink FormattedText.swift
[21/112] Compiling Ink Fragment.swift
[22/112] Compiling Ink HTML.swift
[23/116] Compiling Ink Markdown.swift
[24/116] Compiling Ink MarkdownParser.swift
[25/116] Compiling Ink Modifier.swift
[26/116] Compiling Ink Blockquote.swift
[27/116] Compiling Ink Character+Classification.swift
[28/116] Compiling Ink List.swift
[29/116] Compiling Ink Metadata.swift
[30/116] Compiling Ink Modifiable.swift
[31/116] Compiling Ink ModifierCollection.swift
[32/116] Emitting module Ink
[33/116] Compiling Ink HTMLConvertible.swift
[34/116] Compiling Ink Hashable+AnyOf.swift
[35/116] Compiling Ink Heading.swift
[36/116] Compiling Ink HorizontalLine.swift
[37/116] Compiling Ink TextStyle.swift
[38/116] Compiling Ink TextStyleMarker.swift
[39/116] Compiling Ink URL.swift
[40/116] Compiling Ink URLDeclaration.swift
[41/116] Emitting module Files
[42/116] Compiling Files Files.swift
[43/117] Compiling Plot SiteMapElements.swift
[44/117] Compiling Plot TwitterCardType.swift
[45/117] Compiling Plot URLRepresentable.swift
[46/117] Compiling Plot XML.swift
[47/117] Compiling Plot XMLAttributes.swift
[48/117] Compiling Plot XMLElements.swift
[49/117] Compiling Plot AnyAttribute.swift
[50/117] Compiling Plot AnyElement.swift
[55/117] Compiling Ink NamedURLCollection.swift
[56/117] Compiling Ink Paragraph.swift
[57/117] Compiling Ink PlainTextConvertible.swift
[58/117] Compiling Ink Readable.swift
[59/125] Compiling Codextended Codextended.swift
[60/125] Emitting module Codextended
[65/126] Compiling Ink Reader.swift
[66/126] Compiling Ink Require.swift
[67/126] Compiling Ink Substring+Trimming.swift
[68/126] Compiling Ink Table.swift
[69/127] Emitting module Plot
[71/127] Compiling Plot Node.swift
[72/127] Compiling Plot NodeConvertible.swift
[73/127] Compiling Plot Optional+Component.swift
[74/127] Compiling Plot PodcastAttributes.swift
[75/127] Compiling Plot PodcastComponents.swift
[76/127] Compiling Plot PodcastElements.swift
[77/127] Compiling Plot PodcastEpisodeType.swift
[78/127] Compiling Plot PodcastFeed.swift
[79/127] Compiling Sweep Sweep.swift
[80/127] Emitting module Sweep
[81/128] Compiling Plot PodcastMediaType.swift
[82/128] Compiling Plot PodcastType.swift
[83/128] Compiling Plot RSS.swift
[84/128] Compiling Plot RSSAttributes.swift
[85/128] Compiling Plot RSSElements.swift
[86/128] Compiling Plot Renderable.swift
[87/128] Compiling Plot SiteMap.swift
[88/128] Compiling Plot SiteMapChangeFrequency.swift
[97/128] Compiling Plot HTMLFormMethod.swift
[119/128] Compiling ShellOut ShellOut.swift
[120/128] Emitting module ShellOut
[122/129] Compiling Plot AnyEnvironmentValue.swift
[123/129] Compiling Plot AnyNode.swift
[124/129] Compiling Plot ElementRenderingBuffer.swift
[125/129] Compiling Plot ElementWrapper.swift
[126/129] Compiling Plot Environment.swift
[127/129] Compiling Plot ModifiedComponent.swift
[128/129] Compiling Plot Renderer.swift
[129/129] Compiling Plot String+Escaping.swift
[131/183] Compiling Publish AnyItem.swift
[132/183] Compiling Publish Audio.swift
[133/183] Compiling Publish Content.swift
[134/183] Compiling Publish ContentProtocol.swift
[135/183] Compiling Publish DeploymentMethod.swift
[136/183] Compiling Publish Favicon.swift
[137/183] Compiling Publish FeedConfiguration.swift
[138/183] Compiling Publish HTMLFactory.swift
[139/190] Emitting module Publish
[140/190] Compiling Publish HTMLFileMode.swift
[141/190] Compiling Publish Index.swift
[142/190] Compiling Publish Item.swift
[143/190] Compiling Publish ItemRSSProperties.swift
[144/190] Compiling Publish Location.swift
[145/190] Compiling Publish Mutations.swift
[146/190] Compiling Publish Page.swift
[147/190] Compiling Publish Path.swift
[148/190] Compiling Publish PlotComponents.swift
[149/190] Compiling Publish PlotEnvironmentKeys.swift
[150/190] Compiling Publish PlotModifiers.swift
[151/190] Compiling Publish Plugin.swift
[152/190] Compiling Publish PodcastAuthor.swift
[153/190] Compiling Publish PodcastCompatibleWebsiteItemMetadata.swift
[154/190] Compiling Publish PodcastEpisodeMetadata.swift
[155/190] Compiling Publish PodcastFeedConfiguration.swift
[156/190] Compiling Publish Theme+Foundation.swift
[157/190] Compiling Publish Theme.swift
[158/190] Compiling Publish Video.swift
[159/190] Compiling Publish Website.swift
[160/190] Compiling Publish Array+Appending.swift
[161/190] Compiling Publish CommandLine+Output.swift
[162/190] Compiling Publish ContentError.swift
[163/190] Compiling Publish Predicate.swift
[164/190] Compiling Publish PublishedWebsite.swift
[165/190] Compiling Publish PublishingContext.swift
[166/190] Compiling Publish PublishingError.swift
[167/190] Compiling Publish PublishingStep.swift
[168/190] Compiling Publish RSSFeedConfiguration.swift
[169/190] Compiling Publish Section.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 SectionMap.swift
[178/190] Compiling Publish SortOrder.swift
[179/190] Compiling Publish StringWrapper.swift
[180/190] Compiling Publish Tag.swift
[181/190] Compiling Publish TagDetailsPage.swift
[182/190] Compiling Publish TagHTMLConfiguration.swift
[183/190] Compiling Publish TagListPage.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] Emitting module MagickPublishPlugin
[193/193] Compiling MagickPublishPlugin MagickPublishPlugin.swift
Build complete! (17.13s)
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.