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 snap-template, reference main (ec5e97), with Swift 6.1 for Linux on 29 Apr 2025 18:56:59 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/simonnickel/snap-template.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-template
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ec5e973 Update packages
Cloned https://github.com/simonnickel/snap-template.git
Revision (git rev-parse @):
ec5e973b745bd66939aae8c60422cd84dc29cd8e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/simonnickel/snap-template.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/simonnickel/snap-template.git
https://github.com/simonnickel/snap-template.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "snap-core",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/simonnickel/snap-core.git"
    },
    {
      "identity" : "snap-dependencies",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/simonnickel/snap-dependencies.git"
    },
    {
      "identity" : "snap-navigation",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/simonnickel/snap-navigation.git"
    },
    {
      "identity" : "snap-settings-service",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/simonnickel/snap-settings-service.git"
    },
    {
      "identity" : "snap-theme",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/simonnickel/snap-theme.git"
    }
  ],
  "manifest_display_name" : "snap-template",
  "name" : "snap-template",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "SnapTemplate",
      "targets" : [
        "SnapTemplateApp",
        "SnapTemplateSettings",
        "SnapTemplateUtil"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "SnapTemplateUtil",
      "module_type" : "SwiftTarget",
      "name" : "SnapTemplateUtil",
      "path" : "Sources/SnapTemplateUtil",
      "product_dependencies" : [
        "SnapNavigation",
        "SnapTheme"
      ],
      "product_memberships" : [
        "SnapTemplate"
      ],
      "sources" : [
        "NavigationListRow.swift",
        "SnapNavigationDestination+Icon.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SnapTemplateSettings",
      "module_type" : "SwiftTarget",
      "name" : "SnapTemplateSettings",
      "path" : "Sources/SnapTemplateSettings",
      "product_dependencies" : [
        "SnapCore",
        "SnapDependencies",
        "SnapNavigation",
        "SnapSettingsService",
        "SnapTheme"
      ],
      "product_memberships" : [
        "SnapTemplate"
      ],
      "sources" : [
        "AccentColor/AccentColorPicker.swift",
        "AccentColor/Settings+AccentColor.swift",
        "ConfigureTab/ConfigureTabs+InitialPicker.swift",
        "ConfigureTab/ConfigureTabs+List.swift",
        "ConfigureTab/ConfigureTabs+ListRow.swift",
        "ConfigureTab/ConfigureTabsScreen.swift",
        "ConfigureTab/Settings+NavigationTabs.swift",
        "ConfigureTab/TabConfiguration.swift",
        "Dependencies+TemplateSettings.swift",
        "DisplayMode/DisplayMode.swift",
        "DisplayMode/Settings+DisplayMode.swift",
        "Header/SettingsHeaderSection.swift",
        "IconKeys+Settings.swift",
        "InterfaceScale/InterfaceScale.swift",
        "InterfaceScale/Settings+InterfaceScale.swift",
        "NavigationLayout/NavigationLayout.swift",
        "NavigationLayout/Settings+NavigationLayout.swift",
        "TemplateSettingsDestination.swift",
        "TemplateSettingsScreen.swift",
        "Views/SettingsPicker.swift",
        "Views/SettingsRow.swift",
        "Views/SettingsToggle.swift",
        "Views/SettingsToolbarButton.swift",
        "Views/ThemeSceneSettings.swift"
      ],
      "target_dependencies" : [
        "SnapTemplateUtil"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SnapTemplateApp",
      "module_type" : "SwiftTarget",
      "name" : "SnapTemplateApp",
      "path" : "Sources/SnapTemplateApp",
      "product_dependencies" : [
        "SnapCore",
        "SnapDependencies",
        "SnapNavigation",
        "SnapSettingsService",
        "SnapTheme"
      ],
      "product_memberships" : [
        "SnapTemplate"
      ],
      "sources" : [
        "Dependencies+Template.swift",
        "TemplateModifierScene.swift",
        "TemplateState.swift"
      ],
      "target_dependencies" : [
        "SnapTemplateSettings"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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 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/simonnickel/snap-core.git
[1/311] Fetching snap-core
Fetched https://github.com/simonnickel/snap-core.git from cache (0.20s)
Fetching https://github.com/simonnickel/snap-dependencies.git
warning: 'snap-dependencies': skipping cache due to an error: Failed to clone repository https://github.com/simonnickel/snap-dependencies.git:
    Cloning into bare repository '/root/.cache/org.swift.swiftpm/repositories/snap-dependencies-0bd2b47b'...
    fatal: could not read Username for 'https://github.com': terminal prompts disabled
error: Failed to clone repository https://github.com/simonnickel/snap-dependencies.git:
    Cloning into bare repository '/host/spi-builder-workspace/.build/repositories/snap-dependencies-0bd2b47b'...
    fatal: could not read Username for 'https://github.com': terminal prompts disabled
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/simonnickel/snap-core.git
Updated https://github.com/simonnickel/snap-core.git (0.14s)
Fetching https://github.com/simonnickel/snap-dependencies.git
warning: 'snap-dependencies': skipping cache due to an error: Failed to clone repository https://github.com/simonnickel/snap-dependencies.git:
    Cloning into bare repository '/root/.cache/org.swift.swiftpm/repositories/snap-dependencies-0bd2b47b'...
    fatal: could not read Username for 'https://github.com': terminal prompts disabled
error: Failed to clone repository https://github.com/simonnickel/snap-dependencies.git:
    Cloning into bare repository '/host/spi-builder-workspace/.build/repositories/snap-dependencies-0bd2b47b'...
    fatal: could not read Username for 'https://github.com': terminal prompts disabled
BUILD FAILURE 6.1 linux