The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Layout, reference main (1332ae), with Swift 6.1 for Linux on 13 Mar 2026 04:08:22 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/Tinder/Layout.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/Tinder/Layout
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 1332ae8 Update CODEOWNERS (#392)
Cloned https://github.com/Tinder/Layout.git
Revision (git rev-parse @):
1332ae8737eaf11aa167aa4f15309eca14a8bd3d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Tinder/Layout.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Tinder/Layout.git
https://github.com/Tinder/Layout.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swiftlintplugins",
      "requirement" : {
        "exact" : [
          "0.59.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SimplyDanny/SwiftLintPlugins.git"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "exact" : [
          "14.0.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble.git"
    },
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "exact" : [
          "1.18.9"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing.git"
    }
  ],
  "manifest_display_name" : "Layout",
  "name" : "Layout",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "Layout",
      "targets" : [
        "Layout"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SnapshotTestingExtensions",
      "targets" : [
        "SnapshotTestingExtensions"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SnapshotTestingExtensions",
      "module_type" : "SwiftTarget",
      "name" : "SnapshotTestingExtensions",
      "path" : "Sources/SnapshotTestingExtensions",
      "product_dependencies" : [
        "SnapshotTesting",
        "SwiftLintBuildToolPlugin"
      ],
      "product_memberships" : [
        "SnapshotTestingExtensions"
      ],
      "sources" : [
        "UITraitCollection.swift",
        "ViewImageConfig.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LayoutTests",
      "module_type" : "SwiftTarget",
      "name" : "LayoutTests",
      "path" : "Tests/LayoutTests",
      "product_dependencies" : [
        "Nimble",
        "SnapshotTesting",
        "SwiftLintBuildToolPlugin"
      ],
      "sources" : [
        "AttributesTests/CanonicalEdgeTests.swift",
        "AttributesTests/DirectionalEdgeTests.swift",
        "AttributesTests/LayoutDirectionTests.swift",
        "BuildersTests/ConstraintsBuilderTests.swift",
        "BuildersTests/LayoutBuilderTests.swift",
        "LayoutExampleTests.swift",
        "LayoutItemTests.swift",
        "LayoutItemTests/UIView+LayoutItemTests.swift",
        "LayoutItemTests/ViewLayoutItemTests.swift",
        "LayoutTests.swift",
        "Support/Array.swift",
        "Support/Device.swift",
        "Support/NimbleMatchers.swift",
        "Support/SnapshotTesting.swift",
        "Support/View.swift",
        "SwiftTests/ArrayTests.swift",
        "SwiftTests/CollectionTests.swift",
        "UIKitTests/NSDirectionalEdgeInsetsTests.swift",
        "UIKitTests/NSLayoutConstraint-AttributeTests.swift",
        "UIKitTests/NSLayoutConstraint-AxisTests.swift",
        "UIKitTests/NSLayoutConstraintTests.swift",
        "UIKitTests/NSLayoutDimensionTests.swift",
        "UIKitTests/NSLayoutXAxisAnchorTests.swift",
        "UIKitTests/NSLayoutYAxisAnchorTests.swift",
        "UIKitTests/UIEdgeInsetsTests.swift",
        "UIKitTests/UILayoutGuideTests.swift",
        "UIKitTests/UILayoutPriorityTests.swift",
        "UIKitTests/UIView+AutoLayoutTests.swift",
        "UIKitTests/UIView+FramesTests.swift",
        "UIKitTests/UIView+LayoutTests.swift",
        "UIKitTests/UIView+NSLayoutAnchorTests.swift",
        "UIKitTests/UIView-AutoresizingMaskTests.swift",
        "UIKitTests/UIViewControllerTests.swift",
        "UIKitTests/UIViewUILayoutGuideTests.swift"
      ],
      "target_dependencies" : [
        "Layout",
        "SnapshotTestingExtensions"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Layout",
      "module_type" : "SwiftTarget",
      "name" : "Layout",
      "path" : "Sources/Layout",
      "product_dependencies" : [
        "SwiftLintBuildToolPlugin"
      ],
      "product_memberships" : [
        "Layout"
      ],
      "sources" : [
        "Attributes/CanonicalEdge.swift",
        "Attributes/DirectionalEdge.swift",
        "Attributes/LayoutDirection.swift",
        "Attributes/XAxisAttribute.swift",
        "Attributes/YAxisAttribute.swift",
        "Builders/ConstraintsBuilder.swift",
        "Builders/LayoutBuilder.swift",
        "Layout.swift",
        "LayoutItem.swift",
        "LayoutItem/LayoutBaseline.swift",
        "LayoutItem/LayoutBoundary.swift",
        "LayoutItem/LayoutCenter.swift",
        "LayoutItem/LayoutItems/UIView+LayoutItem.swift",
        "LayoutItem/LayoutItems/ViewLayoutItem.swift",
        "LayoutItem/LayoutSize.swift",
        "Swift/Array.swift",
        "Swift/Collection.swift",
        "UIKit/NSDirectionalEdgeInsets.swift",
        "UIKit/NSLayoutConstraint-Attribute.swift",
        "UIKit/NSLayoutConstraint-Axis.swift",
        "UIKit/NSLayoutConstraint.swift",
        "UIKit/NSLayoutDimension.swift",
        "UIKit/NSLayoutXAxisAnchor.swift",
        "UIKit/NSLayoutYAxisAnchor.swift",
        "UIKit/UIEdgeInsets.swift",
        "UIKit/UILayoutGuide.swift",
        "UIKit/UILayoutPriority.swift",
        "UIKit/UIView+AutoLayout.swift",
        "UIKit/UIView+Frames.swift",
        "UIKit/UIView+Layout.swift",
        "UIKit/UIView+NSLayoutAnchor.swift",
        "UIKit/UIView+UILayoutGuide.swift",
        "UIKit/UIView-AutoresizingMask.swift",
        "UIKit/UIViewController.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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 -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:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/SimplyDanny/SwiftLintPlugins.git
[1/291] Fetching swiftlintplugins
Fetched https://github.com/SimplyDanny/SwiftLintPlugins.git from cache (0.22s)
[1/19805] Fetching nimble
[14063/35585] Fetching nimble, swift-snapshot-testing
Fetched https://github.com/Quick/Nimble.git from cache (3.51s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (3.78s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.18.9 (5.15s)
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/swiftlang/swift-syntax
[1/5376] Fetching swift-custom-dump
[5377/80111] Fetching swift-custom-dump, swift-syntax
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (6.50s)
Fetched https://github.com/swiftlang/swift-syntax from cache (6.58s)
Computing version for https://github.com/Quick/Nimble.git
warning: 'nimble': /Package.swift:4:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
 2 | import PackageDescription
 3 |
 4 | let package = Package(
   |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
 5 |     name: "Nimble",
 6 |     platforms: [
Computed https://github.com/Quick/Nimble.git at 14.0.0 (7.41s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.67s)
Computing version for https://github.com/SimplyDanny/SwiftLintPlugins.git
Computed https://github.com/SimplyDanny/SwiftLintPlugins.git at 0.59.1 (1.41s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.81s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/460] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (1.86s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (3.81s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.5.0 (0.53s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5718] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.69s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (1.56s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (0.66s)
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.9.0
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 14.0.0
Creating working copy for https://github.com/SimplyDanny/SwiftLintPlugins.git
Working copy of https://github.com/SimplyDanny/SwiftLintPlugins.git resolved at 0.59.1
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing.git
Working copy of https://github.com/pointfreeco/swift-snapshot-testing.git resolved at 1.18.9
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.5.0
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
warning: 'nimble': /host/spi-builder-workspace/.build/checkouts/Nimble/Package.swift:4:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
 2 | import PackageDescription
 3 |
 4 | let package = Package(
   |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
 5 |     name: "Nimble",
 6 |     platforms: [
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip
[1397/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 (4.87s)
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-3":/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:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'nimble': /host/spi-builder-workspace/.build/checkouts/Nimble/Package.swift:4:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
 2 | import PackageDescription
 3 |
 4 | let package = Package(
   |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
 5 |     name: "Nimble",
 6 |     platforms: [
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