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 ShopIt, reference 0.1.1 (3e985a), with Swift 6.0 for Linux on 23 Mar 2025 09:47:35 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/enebin/ShopIt.git
Reference: 0.1.1
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/enebin/ShopIt
 * tag               0.1.1      -> FETCH_HEAD
HEAD is now at 3e985a4 Merge branch 'develop'
Cloned https://github.com/enebin/ShopIt.git
Revision (git rev-parse @):
3e985a4b4fbb9649478686c40d298a79ee9e0683
SUCCESS checkout https://github.com/enebin/ShopIt.git at 0.1.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/enebin/ShopIt.git
https://github.com/enebin/ShopIt.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ShopIt",
  "name" : "ShopIt",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "ShopIt",
      "targets" : [
        "ShopIt"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ShopItTests",
      "module_type" : "SwiftTarget",
      "name" : "ShopItTests",
      "path" : "Tests/ShopItTests",
      "sources" : [
        "RedirectorTests.swift",
        "ShopItTests.swift"
      ],
      "target_dependencies" : [
        "ShopIt"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ShopIt",
      "module_type" : "SwiftTarget",
      "name" : "ShopIt",
      "path" : "Sources/ShopIt",
      "product_memberships" : [
        "ShopIt"
      ],
      "sources" : [
        "Model/QueryableURL.swift",
        "Redirector/Redirectable + Preset.swift",
        "Redirector/Redirectable.swift",
        "Redirector/ShopitRedirector + EnvironmentKey.swift",
        "Redirector/ShopitRedirector + RedirectPriority.swift",
        "Redirector/ShopitRedirector.swift",
        "ShopItError.swift",
        "SwiftUI/RedirectButton.swift",
        "Util/Array + Extension.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/11] Compiling ShopIt RedirectButton.swift
/host/spi-builder-workspace/Sources/ShopIt/Redirector/Redirectable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that can be redirected to a scheme URL.
[4/12] Compiling ShopIt ShopitRedirector.swift
/host/spi-builder-workspace/Sources/ShopIt/Redirector/Redirectable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that can be redirected to a scheme URL.
[5/12] Compiling ShopIt ShopitRedirector + RedirectPriority.swift
/host/spi-builder-workspace/Sources/ShopIt/Redirector/Redirectable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that can be redirected to a scheme URL.
[6/12] Compiling ShopIt ShopitRedirector + EnvironmentKey.swift
/host/spi-builder-workspace/Sources/ShopIt/Redirector/Redirectable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that can be redirected to a scheme URL.
[7/12] Compiling ShopIt Redirectable.swift
/host/spi-builder-workspace/Sources/ShopIt/Redirector/Redirectable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that can be redirected to a scheme URL.
[8/12] Compiling ShopIt Array + Extension.swift
/host/spi-builder-workspace/Sources/ShopIt/Redirector/Redirectable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that can be redirected to a scheme URL.
[9/12] Compiling ShopIt ShopItError.swift
/host/spi-builder-workspace/Sources/ShopIt/Redirector/Redirectable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that can be redirected to a scheme URL.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/12] Emitting module ShopIt
/host/spi-builder-workspace/Sources/ShopIt/Redirector/Redirectable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that can be redirected to a scheme URL.
[11/12] Compiling ShopIt QueryableURL.swift
/host/spi-builder-workspace/Sources/ShopIt/Redirector/Redirectable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that can be redirected to a scheme URL.
[12/12] Compiling ShopIt Redirectable + Preset.swift
/host/spi-builder-workspace/Sources/ShopIt/Redirector/Redirectable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that can be redirected to a scheme URL.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/10] Compiling ShopIt Redirectable.swift
/host/spi-builder-workspace/Sources/ShopIt/Redirector/Redirectable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that can be redirected to a scheme URL.
[3/10] Compiling ShopIt ShopitRedirector + RedirectPriority.swift
/host/spi-builder-workspace/Sources/ShopIt/Redirector/Redirectable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that can be redirected to a scheme URL.
[4/11] Compiling ShopIt RedirectButton.swift
/host/spi-builder-workspace/Sources/ShopIt/Redirector/Redirectable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that can be redirected to a scheme URL.
[5/11] Compiling ShopIt ShopItError.swift
/host/spi-builder-workspace/Sources/ShopIt/Redirector/Redirectable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that can be redirected to a scheme URL.
[6/11] Compiling ShopIt ShopitRedirector + EnvironmentKey.swift
/host/spi-builder-workspace/Sources/ShopIt/Redirector/Redirectable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that can be redirected to a scheme URL.
[7/11] Compiling ShopIt ShopitRedirector.swift
/host/spi-builder-workspace/Sources/ShopIt/Redirector/Redirectable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that can be redirected to a scheme URL.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/11] Emitting module ShopIt
/host/spi-builder-workspace/Sources/ShopIt/Redirector/Redirectable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that can be redirected to a scheme URL.
[9/11] Compiling ShopIt QueryableURL.swift
/host/spi-builder-workspace/Sources/ShopIt/Redirector/Redirectable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that can be redirected to a scheme URL.
[10/11] Compiling ShopIt Redirectable + Preset.swift
/host/spi-builder-workspace/Sources/ShopIt/Redirector/Redirectable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that can be redirected to a scheme URL.
[11/11] Compiling ShopIt Array + Extension.swift
/host/spi-builder-workspace/Sources/ShopIt/Redirector/Redirectable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that can be redirected to a scheme URL.
BUILD FAILURE 6.0 linux