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 OnboardingUI, reference main (a190b7), with Swift 6.0 (beta) for Linux on 16 Sep 2024 19:07:43 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.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.53.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/KC-2001MS/OnboardingUI.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/KC-2001MS/OnboardingUI
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a190b7b Add files
Cloned https://github.com/KC-2001MS/OnboardingUI.git
Revision (git rev-parse @):
a190b7b18caed2788392863dee39a9ef4b18736f
SUCCESS checkout https://github.com/KC-2001MS/OnboardingUI.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/KC-2001MS/OnboardingUI.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9d7dab235f2b0b46edadd73b1fb0c3b5323df02053420324a4a2f8ca89cb54a5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-docc-symbolkit
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/apple/swift-testing.git
[1/2038] Fetching swift-docc-plugin
[470/5114] Fetching swift-docc-plugin, swift-docc-symbolkit
[5115/18063] Fetching swift-docc-plugin, swift-docc-symbolkit, swift-testing
Fetched https://github.com/apple/swift-testing.git from cache (0.56s)
[1/65064] Fetching swift-syntax
Fetched https://github.com/apple/swift-docc-symbolkit from cache (3.79s)
Fetched https://github.com/apple/swift-docc-plugin from cache (3.79s)
Computing version for https://github.com/apple/swift-testing.git
Fetched https://github.com/apple/swift-syntax.git from cache (3.83s)
Computed https://github.com/apple/swift-testing.git at 0.10.0 (0.62s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (2.60s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.60s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 600.0.0-prerelease-2024-06-12 (0.76s)
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-testing.git
Working copy of https://github.com/apple/swift-testing.git resolved at 0.10.0
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 600.0.0-prerelease-2024-06-12
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/OnboardingUI/PrivacyInfo.xcprivacy
    /host/spi-builder-workspace/Sources/OnboardingUI/Localizable.xcstrings
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values; this is an error in the Swift 6 language mode
 29 |         func addTargetDependencies(_ target: Target) {
 30 |             for dependency in target.dependencies {
 31 |                 switch dependency {
    |                 |- warning: switch covers known cases, but 'TargetDependency' may have additional unknown values; this is an error in the Swift 6 language mode
    |                 `- note: handle unknown values using "@unknown default"
 32 |                 case .product(let product):
 33 |                     addTargets(product.targets)
[1/1] Compiling plugin Swift-DocC
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values; this is an error in the Swift 6 language mode
 29 |         func addTargetDependencies(_ target: Target) {
 30 |             for dependency in target.dependencies {
 31 |                 switch dependency {
    |                 |- warning: switch covers known cases, but 'TargetDependency' may have additional unknown values; this is an error in the Swift 6 language mode
    |                 `- note: handle unknown values using "@unknown default"
 32 |                 case .product(let product):
 33 |                     addTargets(product.targets)
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/19] Compiling OnboardingUI OnboardingButton.swift
/host/spi-builder-workspace/Sources/OnboardingUI/Processing/AppVersionManager.swift:10:8: error: no such module 'SwiftUI'
 8 | import Foundation
 9 | import Observation
10 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
11 |
12 | /// A general-purpose operation recorder capable of determining the initial startup of an application or the startup of an application after an upgrade.
[6/19] Compiling OnboardingUI OnboardingContent.swift
/host/spi-builder-workspace/Sources/OnboardingUI/Processing/AppVersionManager.swift:10:8: error: no such module 'SwiftUI'
 8 | import Foundation
 9 | import Observation
10 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
11 |
12 | /// A general-purpose operation recorder capable of determining the initial startup of an application or the startup of an application after an upgrade.
[7/19] Compiling OnboardingUI OnboardingItem.swift
/host/spi-builder-workspace/Sources/OnboardingUI/Processing/AppVersionManager.swift:10:8: error: no such module 'SwiftUI'
 8 | import Foundation
 9 | import Observation
10 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
11 |
12 | /// A general-purpose operation recorder capable of determining the initial startup of an application or the startup of an application after an upgrade.
[8/19] Compiling OnboardingUI OnboardingSubtitle.swift
/host/spi-builder-workspace/Sources/OnboardingUI/Processing/AppVersionManager.swift:10:8: error: no such module 'SwiftUI'
 8 | import Foundation
 9 | import Observation
10 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
11 |
12 | /// A general-purpose operation recorder capable of determining the initial startup of an application or the startup of an application after an upgrade.
[9/20] Compiling OnboardingUI ColorButtonStyle.swift
/host/spi-builder-workspace/Sources/OnboardingUI/Processing/AppVersionManager.swift:10:8: error: no such module 'SwiftUI'
 8 | import Foundation
 9 | import Observation
10 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
11 |
12 | /// A general-purpose operation recorder capable of determining the initial startup of an application or the startup of an application after an upgrade.
[10/20] Compiling OnboardingUI DismissButtonStyle.swift
/host/spi-builder-workspace/Sources/OnboardingUI/Processing/AppVersionManager.swift:10:8: error: no such module 'SwiftUI'
 8 | import Foundation
 9 | import Observation
10 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
11 |
12 | /// A general-purpose operation recorder capable of determining the initial startup of an application or the startup of an application after an upgrade.
[11/20] Compiling OnboardingUI OnboardingSheet.swift
/host/spi-builder-workspace/Sources/OnboardingUI/Processing/AppVersionManager.swift:10:8: error: no such module 'SwiftUI'
 8 | import Foundation
 9 | import Observation
10 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
11 |
12 | /// A general-purpose operation recorder capable of determining the initial startup of an application or the startup of an application after an upgrade.
[12/20] Compiling OnboardingUI OnboardingTextFormatting.swift
/host/spi-builder-workspace/Sources/OnboardingUI/Processing/AppVersionManager.swift:10:8: error: no such module 'SwiftUI'
 8 | import Foundation
 9 | import Observation
10 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
11 |
12 | /// A general-purpose operation recorder capable of determining the initial startup of an application or the startup of an application after an upgrade.
[13/20] Compiling OnboardingUI OnboardingCardView.swift
/host/spi-builder-workspace/Sources/OnboardingUI/Processing/AppVersionManager.swift:10:8: error: no such module 'SwiftUI'
 8 | import Foundation
 9 | import Observation
10 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
11 |
12 | /// A general-purpose operation recorder capable of determining the initial startup of an application or the startup of an application after an upgrade.
[14/20] Compiling OnboardingUI OnboardingSheetView.swift
/host/spi-builder-workspace/Sources/OnboardingUI/Processing/AppVersionManager.swift:10:8: error: no such module 'SwiftUI'
 8 | import Foundation
 9 | import Observation
10 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
11 |
12 | /// A general-purpose operation recorder capable of determining the initial startup of an application or the startup of an application after an upgrade.
[15/20] Compiling OnboardingUI OnboardingTitle.swift
/host/spi-builder-workspace/Sources/OnboardingUI/Processing/AppVersionManager.swift:10:8: error: no such module 'SwiftUI'
 8 | import Foundation
 9 | import Observation
10 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
11 |
12 | /// A general-purpose operation recorder capable of determining the initial startup of an application or the startup of an application after an upgrade.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/20] Emitting module OnboardingUI
/host/spi-builder-workspace/Sources/OnboardingUI/Processing/AppVersionManager.swift:10:8: error: no such module 'SwiftUI'
 8 | import Foundation
 9 | import Observation
10 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
11 |
12 | /// A general-purpose operation recorder capable of determining the initial startup of an application or the startup of an application after an upgrade.
[17/20] Compiling OnboardingUI AppVersionManager.swift
/host/spi-builder-workspace/Sources/OnboardingUI/Processing/AppVersionManager.swift:10:8: error: no such module 'SwiftUI'
 8 | import Foundation
 9 | import Observation
10 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
11 |
12 | /// A general-purpose operation recorder capable of determining the initial startup of an application or the startup of an application after an upgrade.
[18/20] Compiling OnboardingUI Functions.swift
/host/spi-builder-workspace/Sources/OnboardingUI/Processing/AppVersionManager.swift:10:8: error: no such module 'SwiftUI'
 8 | import Foundation
 9 | import Observation
10 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
11 |
12 | /// A general-purpose operation recorder capable of determining the initial startup of an application or the startup of an application after an upgrade.
[19/20] Compiling OnboardingUI Onboarding.swift
/host/spi-builder-workspace/Sources/OnboardingUI/Processing/AppVersionManager.swift:10:8: error: no such module 'SwiftUI'
 8 | import Foundation
 9 | import Observation
10 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
11 |
12 | /// A general-purpose operation recorder capable of determining the initial startup of an application or the startup of an application after an upgrade.
[20/20] Compiling OnboardingUI Preview.swift
/host/spi-builder-workspace/Sources/OnboardingUI/Processing/AppVersionManager.swift:10:8: error: no such module 'SwiftUI'
 8 | import Foundation
 9 | import Observation
10 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
11 |
12 | /// A general-purpose operation recorder capable of determining the initial startup of an application or the startup of an application after an upgrade.
BUILD FAILURE 6.0 linux