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 macOS (SPM) on 30 Apr 2025 16:28:09 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

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 /Users/admin/builder/spi-builder-workspace/.git/
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:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ipedro/swiftui-showcase.git
https://github.com/ipedro/swiftui-showcase.git
{
  "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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Fetching https://github.com/SimplyDanny/SwiftLintPlugins
Fetching https://github.com/nicklockwood/SwiftFormat
Fetching https://github.com/JohnSundell/Splash
Fetching https://github.com/nathantannar4/Engine
[1/199] Fetching swiftlintplugins
[200/1209] Fetching swiftlintplugins, engine
[261/3376] Fetching swiftlintplugins, engine, splash
Fetched https://github.com/JohnSundell/Splash from cache (1.04s)
Fetched https://github.com/nathantannar4/Engine from cache (1.04s)
[1/47067] Fetching swiftformat
Fetched https://github.com/nicklockwood/SwiftFormat from cache (64.59s)
Fetched https://github.com/SimplyDanny/SwiftLintPlugins from cache (64.59s)
Computing version for https://github.com/nathantannar4/Engine
Computed https://github.com/nathantannar4/Engine at 1.9.5 (65.32s)
Fetching https://github.com/swiftlang/swift-syntax from cache
Fetched https://github.com/swiftlang/swift-syntax from cache (1.08s)
Computing version for https://github.com/JohnSundell/Splash
Computed https://github.com/JohnSundell/Splash at 0.16.0 (2.02s)
Computing version for https://github.com/SimplyDanny/SwiftLintPlugins
Computed https://github.com/SimplyDanny/SwiftLintPlugins at 0.59.1 (0.44s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (0.70s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.55.5 (0.56s)
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/SimplyDanny/SwiftLintPlugins
Working copy of https://github.com/SimplyDanny/SwiftLintPlugins resolved at 0.59.1
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/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.1
Creating working copy for https://github.com/JohnSundell/Splash
Working copy of https://github.com/JohnSundell/Splash resolved at 0.16.0
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip
[16375/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 (2.72s)
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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
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 macosSpm