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 swiftui-showcase, reference 0.20.0 (0cbe15), with Swift 6.1 for Linux on 30 Apr 2025 16:23:19 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.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ipedro/swiftui-showcase.git
Reference: 0.20.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/ipedro/swiftui-showcase
 * tag               0.20.0     -> FETCH_HEAD
HEAD is now at 0cbe15c fix lint warnings
Cloned https://github.com/ipedro/swiftui-showcase.git
Revision (git rev-parse @):
0cbe15c54635638dc5b00d76bdadf9de105a9275
SUCCESS checkout https://github.com/ipedro/swiftui-showcase.git at 0.20.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ipedro/swiftui-showcase.git
https://github.com/ipedro/swiftui-showcase.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "splash",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.16.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JohnSundell/Splash"
    },
    {
      "identity" : "engine",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.9.5",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nathantannar4/Engine"
    },
    {
      "identity" : "swiftlintplugins",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.58.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SimplyDanny/SwiftLintPlugins"
    },
    {
      "identity" : "swiftformat",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.54.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/SwiftFormat"
    }
  ],
  "manifest_display_name" : "swiftui-showcase",
  "name" : "swiftui-showcase",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Showcase",
      "targets" : [
        "Showcase"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    },
    {
      "name" : "Showcase-auto",
      "targets" : [
        "Showcase"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ShowcaseTests",
      "module_type" : "SwiftTarget",
      "name" : "ShowcaseTests",
      "path" : "Tests/ShowcaseTests",
      "sources" : [
        "ShowcaseTests.swift"
      ],
      "target_dependencies" : [
        "Showcase"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Showcase",
      "module_type" : "SwiftTarget",
      "name" : "Showcase",
      "path" : "Sources/Showcase",
      "product_dependencies" : [
        "Splash",
        "Engine",
        "EngineMacros",
        "SwiftLintBuildToolPlugin"
      ],
      "product_memberships" : [
        "Showcase",
        "Showcase-auto"
      ],
      "sources" : [
        "Environment/EnvironmentKeys.swift",
        "Environment/EnvironmentValues.swift",
        "Extensions/AnyButtonStyle.swift",
        "Extensions/Text+Optional.swift",
        "Helpers/EquatableForEach.swift",
        "Helpers/Lazy.swift",
        "Models/Chapter/Chapter.swift",
        "Models/CodeBlock/Topic+CodeBlock.swift",
        "Models/CodeBlock/Topic+CodeBlockBuilder.swift",
        "Models/Document/Document.swift",
        "Models/Embed/Topic+Embed.swift",
        "Models/Embed/Topic+EmbedBuilder.swift",
        "Models/Link/Topic+Link.swift",
        "Models/Link/Topic+LinkBuilder.swift",
        "Models/Link/Topic+LinkName.swift",
        "Models/Preview/Topic+Preview.swift",
        "Models/Preview/Topic+PreviewBuilder.swift",
        "Models/Topic/Topic.swift",
        "Models/Topic/TopicBuilder.swift",
        "ViewModifiers/ScrollViewReaderModifier.swift",
        "ViewModifiers/VersionedScrollBounceBehavior.swift",
        "Views/Chapter/ShowcaseChapter.swift",
        "Views/Chapter/ShowcaseChapters.swift",
        "Views/CodeBlock/ShowcaseCodeBlock.swift",
        "Views/CodeBlock/ShowcaseCodeBlockContent.swift",
        "Views/CodeBlock/ShowcaseCodeBlockCopyButton.swift",
        "Views/CodeBlock/ShowcaseCodeBlockTheme.swift",
        "Views/Content/ShowcaseContent.swift",
        "Views/Document/DescriptionView.swift",
        "Views/Document/ShowcaseNavigationSplitView.swift",
        "Views/Document/ShowcaseNavigationStack.swift",
        "Views/Embed/ShowcaseEmbed.swift",
        "Views/IndexList/ShowcaseEmptyIndexList.swift",
        "Views/IndexList/ShowcaseIndexList.swift",
        "Views/IndexMenu/ShowcaseEmptyIndexMenu.swift",
        "Views/IndexMenu/ShowcaseIndexMenu.swift",
        "Views/Layout/ShowcaseLayout.swift",
        "Views/Link/ShowcaseLink.swift",
        "Views/Preview/ShowcasePreview.swift",
        "Views/Preview/ShowcasePreviewGroupBoxStyle.swift",
        "Views/Preview/ShowcasePreviewTabStyle.swift",
        "Views/Topic/ShowcaseNavigationTopic.swift",
        "Views/Topic/ShowcaseTopic.swift",
        "Views/Topic/ShowcaseTopics.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
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/Splash
Fetching https://github.com/SimplyDanny/SwiftLintPlugins
Fetching https://github.com/nicklockwood/SwiftFormat
Fetching https://github.com/nathantannar4/Engine
[1/199] Fetching swiftlintplugins
[191/2366] Fetching swiftlintplugins, splash
[2366/3376] Fetching swiftlintplugins, splash, engine
Fetched https://github.com/SimplyDanny/SwiftLintPlugins from cache (0.27s)
[2410/3177] Fetching splash, engine
Fetched https://github.com/nathantannar4/Engine from cache (0.38s)
[1/47067] Fetching swiftformat
Fetched https://github.com/JohnSundell/Splash from cache (28.64s)
Fetched https://github.com/nicklockwood/SwiftFormat from cache (29.42s)
Computing version for https://github.com/nathantannar4/Engine
Computed https://github.com/nathantannar4/Engine at 1.9.5 (29.99s)
Fetching https://github.com/swiftlang/swift-syntax
[1/70245] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (5.62s)
Computing version for https://github.com/JohnSundell/Splash
Computed https://github.com/JohnSundell/Splash at 0.16.0 (8.02s)
Computing version for https://github.com/SimplyDanny/SwiftLintPlugins
Computed https://github.com/SimplyDanny/SwiftLintPlugins at 0.59.1 (0.55s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (0.79s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.55.5 (0.64s)
Creating working copy for https://github.com/JohnSundell/Splash
Working copy of https://github.com/JohnSundell/Splash resolved at 0.16.0
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.55.5
Creating working copy for https://github.com/nathantannar4/Engine
Working copy of https://github.com/nathantannar4/Engine resolved at 1.9.5
Creating working copy for https://github.com/SimplyDanny/SwiftLintPlugins
Working copy of https://github.com/SimplyDanny/SwiftLintPlugins resolved at 0.59.1
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.1
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip
[1369/41085097] Downloading https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip
Downloaded https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip (3.96s)
error: a prebuild command cannot use executables built from source, including executable target 'swiftlint'
error: build planning stopped due to build-tool plugin failures
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
error: a prebuild command cannot use executables built from source, including executable target 'swiftlint'
error: build planning stopped due to build-tool plugin failures
BUILD FAILURE 6.1 linux