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 ElementaryUI, reference 0.4.7 (e5c65b), with Swift 6.1 for Linux on 29 Apr 2025 08:19:18 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/buildexperience/ElementaryUI.git
Reference: 0.4.7
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/buildexperience/ElementaryUI
 * tag               0.4.7      -> FETCH_HEAD
HEAD is now at e5c65b4 Update README.md
Cloned https://github.com/buildexperience/ElementaryUI.git
Revision (git rev-parse @):
e5c65b496e435f2aab7893def87728194b0e4f1b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/buildexperience/ElementaryUI.git at 0.4.7
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/buildexperience/ElementaryUI.git
https://github.com/buildexperience/ElementaryUI.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "510.0.0",
            "upper_bound" : "511.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    },
    {
      "identity" : "macroskit",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/buildexperience/MacrosKit.git"
    }
  ],
  "manifest_display_name" : "ElementaryUI",
  "name" : "ElementaryUI",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "ElementaryUI",
      "targets" : [
        "ElementaryUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ElementaryUIMacros",
      "targets" : [
        "ElementaryUIMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HexDecoderTests",
      "module_type" : "SwiftTarget",
      "name" : "HexDecoderTests",
      "path" : "Tests/HexDecoderTests",
      "sources" : [
        "HexColorDecoderTests.swift"
      ],
      "target_dependencies" : [
        "HexDecoder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HexDecoder",
      "module_type" : "SwiftTarget",
      "name" : "HexDecoder",
      "path" : "Sources/HexDecoder",
      "product_memberships" : [
        "ElementaryUI",
        "ElementaryUIMacros"
      ],
      "sources" : [
        "HexColorDecoder.swift",
        "HexColorDecoderError.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ElementaryUIMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "ElementaryUIMacrosTests",
      "path" : "Tests/ElementaryUIMacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "EnvironmentKeyMacroTests.swift",
        "FocusedValueMacroTests.swift",
        "HexColorMacroTests.swift",
        "StylableMacroTests.swift"
      ],
      "target_dependencies" : [
        "ElementaryUIMacros",
        "HexDecoder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ElementaryUIMacros",
      "module_type" : "SwiftTarget",
      "name" : "ElementaryUIMacros",
      "path" : "Sources/ElementaryUIMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin",
        "MacrosKit"
      ],
      "product_memberships" : [
        "ElementaryUI",
        "ElementaryUIMacros"
      ],
      "sources" : [
        "ElementaryUIMacros.swift",
        "HexColorMacro/HexColorMacro.swift",
        "HexColorMacro/HexColorMacroError.swift",
        "StylableMacro/StylableMacro.swift",
        "StylableMacro/StylableMacroDeclarationFactory.swift",
        "StylableMacro/StylableMacroError.swift",
        "StylableMacro/StyleProtocolFactory.swift",
        "SwiftUIKeyMacros/EnvironmentKeyMacro.swift",
        "SwiftUIKeyMacros/FocusedValueMacro.swift",
        "SwiftUIKeyMacros/KeyMacro.swift",
        "SwiftUIKeyMacros/KeyMacroError.swift"
      ],
      "target_dependencies" : [
        "HexDecoder"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "ElementaryUI",
      "module_type" : "SwiftTarget",
      "name" : "ElementaryUI",
      "path" : "Sources/ElementaryUI",
      "product_memberships" : [
        "ElementaryUI"
      ],
      "sources" : [
        "Components/EMButtonStyle/DefaultEMButtonStyle.swift",
        "Components/EMButtonStyle/EMButtonStyle.swift",
        "Components/EMButtonStyle/EMButtonStyleWrapper.swift",
        "Components/EMTextField/EMTextField.swift",
        "Components/EMTextField/PromptStyle/DefaultPromptStyle.swift",
        "Components/EMTextField/PromptStyle/SimplePromptStyle.swift",
        "Components/EMTextField/PromptStyle/StyledPromptTextFieldStyle.swift",
        "Components/EMTextField/Style/DefaultEMTextFieldStyle.swift",
        "Components/EMTextField/Style/EMTextFieldStyleConfiguration.swift",
        "Components/EMTextField/Style/EMTextFieldStyleEnvironment.swift",
        "Components/EMVariableFont/EMVariableFont.swift",
        "Components/EMVariableFont/FontsManager.swift",
        "Components/EMVariableFont/TextStyleSizes.swift",
        "Components/EMVariableFont/VariableFontDescriptorFactory.swift",
        "Components/StylableView/StylableMacro.swift",
        "Components/StylableView/ViewStyle.swift",
        "Extensions/Color.swift",
        "Extensions/Text/EMText.swift",
        "Extensions/Text/TextDisplayable.swift",
        "Macros/EnvironmentValueMacro.swift",
        "Macros/FocusValueMacro.swift",
        "Macros/HexColorMacro.swift",
        "Modifiers/BorderViewModifiers.swift",
        "Modifiers/ConditionalViewModifier.swift",
        "Modifiers/OnChangeModifier.swift",
        "Modifiers/ScreenListenerViewModifier/BackgroundScreenListenerViewModifier.swift",
        "Modifiers/ScreenListenerViewModifier/Screen.swift",
        "Modifiers/ScreenListenerViewModifier/ScreenKeys.swift",
        "Modifiers/ScreenListenerViewModifier/ScreenListenerViewModifier.swift",
        "Modifiers/SkeletonLoading/ForEach/ForEachSkeleton.swift",
        "Modifiers/SkeletonLoading/ForEach/SkeletonRepresentable.swift",
        "Modifiers/SkeletonLoading/SkeletonLoadingEnvironment.swift",
        "Modifiers/SkeletonLoading/SkeletonStateViewModifier.swift",
        "Shapes/Line.swift",
        "Shapes/RoundableRectangle.swift"
      ],
      "target_dependencies" : [
        "HexDecoder",
        "ElementaryUIMacros"
      ],
      "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/buildexperience/MacrosKit.git
[1/132] Fetching macroskit
Fetched https://github.com/buildexperience/MacrosKit.git from cache (0.37s)
error: Dependencies could not be resolved because root depends on 'swift-syntax' 510.0.0..<511.0.0 and 'macroskit' depends on 'swift-syntax' 600.0.0..<601.0.0.
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
Updating https://github.com/buildexperience/MacrosKit.git
Updated https://github.com/buildexperience/MacrosKit.git (0.22s)
error: Dependencies could not be resolved because root depends on 'swift-syntax' 510.0.0..<511.0.0 and 'macroskit' depends on 'swift-syntax' 600.0.0..<601.0.0.
BUILD FAILURE 6.1 linux