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 RealFlags, reference main (611760), with Swift 6.0 for Linux on 30 Nov 2024 00:03:11 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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 -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

Build Log

========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/immobiliare/RealFlags.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/immobiliare/RealFlags
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 611760b Updated to Swift 5.9
Cloned https://github.com/immobiliare/RealFlags.git
Revision (git rev-parse @):
611760bea260595e2fd767a1d88626d1ce29f095
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/immobiliare/RealFlags.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/immobiliare/RealFlags.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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 -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:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/6] Write sources
[0/6] Copying FlagsBrowserController.storyboard
[0/6] Copying FlagsBrowserDefaultCell.xib
[1/6] Copying FlagBrowserDataCell.xib
[1/6] Copying FlagsBrowserToggleCell.xib
[5/6] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/38] Emitting module RealFlags
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[8/42] Compiling RealFlags FlagBrowserDataCell.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[9/42] Compiling RealFlags FlagsBrowserDefaultCell.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[10/42] Compiling RealFlags FlagsBrowserToggleCell.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[11/42] Compiling RealFlags FlagBrowserItem.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[12/42] Compiling RealFlags FlagsBrowserController+SetValue.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[13/42] Compiling RealFlags FlagsBrowserController.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[14/42] Compiling RealFlags UIKit+Extension.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[15/42] Compiling RealFlags Flag.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[16/42] Compiling RealFlags FlagKeyPath.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[17/42] Compiling RealFlags FlagMetadata.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[18/42] Compiling RealFlags AnyFlagCollection.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[19/42] Compiling RealFlags AnyFlagOrCollection.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[20/42] Compiling RealFlags AnyFlagsLoader.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[21/42] Compiling RealFlags resource_bundle_accessor.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[22/42] Compiling RealFlags DelegateProvider.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[23/42] Compiling RealFlags LocalProvider.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[24/42] Compiling RealFlags UserDefaultsProvider.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[25/42] Compiling RealFlags AnyFlag.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[26/42] Compiling RealFlags Mirror+Sequence.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[27/42] Compiling RealFlags OptionalWrapper.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[28/42] Compiling RealFlags String+PathTransform.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[29/42] Compiling RealFlags FlagsProvider.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[30/42] Compiling RealFlags EncodedFlagValue.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[31/42] Compiling RealFlags FlagProtocol.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[32/42] Compiling RealFlags FlagProtocol+Foundation.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[33/42] Compiling RealFlags FlagProtocol+JSONData.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[34/42] Compiling RealFlags FlagProtocol+Numeric.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[35/42] Compiling RealFlags FlagsLoader.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[36/42] Compiling RealFlags FlagsManager.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[37/42] Compiling RealFlags BentoDict+KeyPath.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[38/42] Compiling RealFlags Bundle+Extension.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[39/42] Compiling RealFlags FlagProtocol+Primitive.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[40/42] Compiling RealFlags FlagCollection.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[41/42] Compiling RealFlags FlagCollectionProtocol.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[42/42] Compiling RealFlags FlagsLoader+Protocols.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
BUILD FAILURE 6.0 linux