The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build snap-style, reference main (07f9b6), with Swift 6.1 for Linux on 29 Nov 2025 15:47:44 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/simonnickel/snap-style.git
Reference: main
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/simonnickel/snap-style
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 07f9b6d Rename file
Cloned https://github.com/simonnickel/snap-style.git
Revision (git rev-parse @):
07f9b6d597c06e52f6005a5758fc6bf1976f5f63
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/simonnickel/snap-style.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/simonnickel/snap-style.git
https://github.com/simonnickel/snap-style.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "snap-foundation",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/simonnickel/snap-foundation.git"
    },
    {
      "identity" : "snap-core",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/simonnickel/snap-core.git"
    }
  ],
  "manifest_display_name" : "snap-style",
  "name" : "snap-style",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "SnapStyle",
      "targets" : [
        "SnapStyle",
        "SnapStyleViews",
        "SnapStyleLayout",
        "SnapStyleAttributeModifier",
        "SnapStyleDefinitions",
        "SnapStyleComponents",
        "SnapStyleBase",
        "SnapStyleDebug"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "SnapStyleViews",
      "module_type" : "SwiftTarget",
      "name" : "SnapStyleViews",
      "path" : "Sources/6-Views",
      "product_dependencies" : [
        "SnapFoundation"
      ],
      "product_memberships" : [
        "SnapStyle"
      ],
      "sources" : [
        "Container/CornerContainer.swift",
        "Container/ScrollingHStack.swift",
        "Container/StyleFlowLayout.swift"
      ],
      "target_dependencies" : [
        "SnapStyleBase",
        "SnapStyleComponents",
        "SnapStyleDefinitions",
        "SnapStyleAttributeModifier",
        "SnapStyleLayout"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SnapStyleLayout",
      "module_type" : "SwiftTarget",
      "name" : "SnapStyleLayout",
      "path" : "Sources/5-Layout",
      "product_dependencies" : [
        "SnapFoundation",
        "SnapCore"
      ],
      "product_memberships" : [
        "SnapStyle"
      ],
      "sources" : [
        "ComponentModifier/View+Component.swift",
        "ComponentModifier/View+Container.swift",
        "ComponentModifier/View+Element.swift",
        "LayoutViews/List/ListRowCompositionModifier.swift",
        "LayoutViews/List/StyleList.swift",
        "LayoutViews/List/StyleListIconWidthSynchronisation.swift",
        "LayoutViews/List/StyleListRow+Navigation.swift",
        "LayoutViews/List/StyleListRow+Variant.swift",
        "LayoutViews/List/StyleListRow.swift",
        "LayoutViews/List/StyleListSectionFootnoteLabel.swift",
        "LayoutViews/List/StyleListSectionHeaderLabel.swift",
        "LayoutViews/Screen/Environment+StyleScreen.swift",
        "LayoutViews/Screen/Helper/UIKitViewControllerHook.swift",
        "LayoutViews/Screen/ScreenInsetContainer.swift",
        "LayoutViews/Screen/StyleNavigationBarModifier.swift",
        "LayoutViews/Screen/StyleScreen.swift",
        "LayoutViews/Screen/StyleScreenConfiguration.swift",
        "LayoutViews/Stack/StyleLazyHStack.swift",
        "LayoutViews/Stack/StyleLazyVStack.swift",
        "LayoutViews/Stack/StyleStack+Spacing.swift",
        "LayoutViews/Stack/StyleStack.swift",
        "LayoutViews/StyleSpacer.swift",
        "LayoutViews/View+stretch.swift",
        "StyleViews/Button/StyleButton+Variant.swift",
        "StyleViews/Button/StyleButton.swift",
        "StyleViews/Button/StyleButtonInteractionState.swift",
        "StyleViews/StyleIcon.swift",
        "StyleViews/StyleLabel.swift",
        "StyleViews/StyleShapeView.swift"
      ],
      "target_dependencies" : [
        "SnapStyleBase",
        "SnapStyleComponents",
        "SnapStyleDefinitions",
        "SnapStyleAttributeModifier"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SnapStyleDefinitions",
      "module_type" : "SwiftTarget",
      "name" : "SnapStyleDefinitions",
      "path" : "Sources/3-Definitions",
      "product_dependencies" : [
        "SnapFoundation"
      ],
      "product_memberships" : [
        "SnapStyle"
      ],
      "sources" : [
        "Accent+Definitions.swift",
        "Components.swift",
        "Composition+Definitions.swift",
        "Container+Definitions.swift",
        "Context/Context+Accent.swift",
        "Context/Context+Component.swift",
        "Context/Context+Container.swift",
        "Font+Definitions.swift",
        "Icon+Definitions.swift",
        "Number+Definitions.swift",
        "Padding+Definitions.swift",
        "Shape+Definitons.swift",
        "Surface+Definitions.swift"
      ],
      "target_dependencies" : [
        "SnapStyleBase",
        "SnapStyleComponents"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SnapStyleDebug",
      "module_type" : "SwiftTarget",
      "name" : "SnapStyleDebug",
      "path" : "Sources/X-Debug",
      "product_memberships" : [
        "SnapStyle"
      ],
      "sources" : [
        "DebugCacheScreen.swift",
        "DebugComponentsScreen.swift",
        "DebugElementsView.swift",
        "DebugKeyRowComposition.swift",
        "DebugKeyRowFont.swift",
        "DebugKeyRowNumber.swift",
        "DebugKeyRowShape.swift",
        "DebugKeyRowSurface.swift",
        "DebugOverlay.swift"
      ],
      "target_dependencies" : [
        "SnapStyle"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SnapStyleComponents",
      "module_type" : "SwiftTarget",
      "name" : "SnapStyleComponents",
      "path" : "Sources/2-Components",
      "product_dependencies" : [
        "SnapFoundation"
      ],
      "product_memberships" : [
        "SnapStyle"
      ],
      "sources" : [
        "ComponentDefinition.swift",
        "Container.swift",
        "ContainerDefinition.swift",
        "ContainerStack.swift",
        "Element.swift",
        "Padding.swift",
        "Structure+Description.swift"
      ],
      "target_dependencies" : [
        "SnapStyleBase"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SnapStyleBase",
      "module_type" : "SwiftTarget",
      "name" : "SnapStyleBase",
      "path" : "Sources/1-Base",
      "product_dependencies" : [
        "SnapFoundation"
      ],
      "product_memberships" : [
        "SnapStyle"
      ],
      "sources" : [
        "Attributes/Accent.Value.swift",
        "Attributes/Base/Style.Value.swift",
        "Attributes/Base/StyleAttribute.swift",
        "Attributes/Composition.Value.swift",
        "Attributes/Font.Value.Definition+Font.swift",
        "Attributes/Font.Value.swift",
        "Attributes/Icon.Value.swift",
        "Attributes/Number.Value.swift",
        "Attributes/ShapeValue.swift",
        "Attributes/Surface.Value.swift",
        "Container/Style+Builder.swift",
        "Container/Style+Cache.swift",
        "Container/Style.Attributes.swift",
        "Container/Style.Configuration.swift",
        "Container/Style.ValueBuilder.swift",
        "Container/Style.Views.swift",
        "Container/Style.swift",
        "Context/Context+Description.swift",
        "Context/Context.swift",
        "Context/ContextWrapper+Values.swift",
        "Context/ContextWrapper.swift",
        "Context/ScaledValuePropertyWrapper.swift",
        "Context/Values/Context+ColorScheme.swift",
        "Context/Values/Context+Elevation.swift",
        "Context/Values/Context+Scaling.swift",
        "Context/View+ContextAttributeModifier.swift",
        "Setup/View+SetupModifier.swift",
        "Setup/View+StyleOverride.swift",
        "Setup/View+UpdateModifier.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SnapStyleAttributeModifier",
      "module_type" : "SwiftTarget",
      "name" : "SnapStyleAttributeModifier",
      "path" : "Sources/4-AttributeModifier",
      "product_dependencies" : [
        "SnapFoundation"
      ],
      "product_memberships" : [
        "SnapStyle"
      ],
      "sources" : [
        "Accent/AccentColorModifier.swift",
        "Composition/CompositionModifier.swift",
        "Font/Context+FontDesign.swift",
        "Font/Context+FontWidth.swift",
        "Font/FontModifier.swift",
        "Number/ContentMarginsModifier.swift",
        "Number/FrameModifier.swift",
        "Number/ListRowInsetsModifier.swift",
        "Number/ListSectionSpacingModifier.swift",
        "Number/ModifyWithModifier.swift",
        "Number/PaddingModifier.swift",
        "Number/SafeAreaPaddingModifier.swift",
        "ShapeModifier.swift",
        "Surface/BackgroundModifier.swift",
        "Surface/ForegroundModifier.swift"
      ],
      "target_dependencies" : [
        "SnapStyleBase",
        "SnapStyleComponents",
        "SnapStyleDefinitions"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SnapStyle",
      "module_type" : "SwiftTarget",
      "name" : "SnapStyle",
      "path" : "Sources/X-SnapStyle",
      "product_dependencies" : [
        "SnapFoundation"
      ],
      "product_memberships" : [
        "SnapStyle"
      ],
      "sources" : [
        "Import.swift"
      ],
      "target_dependencies" : [
        "SnapStyleBase",
        "SnapStyleComponents",
        "SnapStyleDefinitions",
        "SnapStyleAttributeModifier",
        "SnapStyleLayout",
        "SnapStyleViews"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.1
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.1
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.1
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.1
BUILD FAILURE 6.1 linux