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 BonMot, reference 6.1.3 (001139), with Swift 6.0 for Linux on 29 Nov 2024 13:46:11 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/Rightpoint/BonMot.git
Reference: 6.1.3
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/Rightpoint/BonMot
 * tag               6.1.3      -> FETCH_HEAD
HEAD is now at 001139a Merge pull request #431 from Rightpoint/tidying
Cloned https://github.com/Rightpoint/BonMot.git
Revision (git rev-parse @):
001139aad601ed8009b49a0e868e21df3dea979c
SUCCESS checkout https://github.com/Rightpoint/BonMot.git at 6.1.3
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/Rightpoint/BonMot.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/32] Emitting module BonMot
/host/spi-builder-workspace/Sources/Compatibility.swift:12:12: error: no such module 'UIKit'
10 |     import AppKit
11 | #else
12 |     import UIKit
   |            `- error: no such module 'UIKit'
13 | #endif
14 |
[4/36] Compiling BonMot Tracking+Adaptive.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:12:12: error: no such module 'UIKit'
10 |     import AppKit
11 | #else
12 |     import UIKit
   |            `- error: no such module 'UIKit'
13 | #endif
14 |
[5/36] Compiling BonMot UIKit+AdaptableTextContainerSupport.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:12:12: error: no such module 'UIKit'
10 |     import AppKit
11 | #else
12 |     import UIKit
   |            `- error: no such module 'UIKit'
13 | #endif
14 |
[6/36] Compiling BonMot UIKit+Helpers.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:12:12: error: no such module 'UIKit'
10 |     import AppKit
11 | #else
12 |     import UIKit
   |            `- error: no such module 'UIKit'
13 | #endif
14 |
[7/36] Compiling BonMot XMLBuilder.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:12:12: error: no such module 'UIKit'
10 |     import AppKit
11 | #else
12 |     import UIKit
   |            `- error: no such module 'UIKit'
13 | #endif
14 |
[8/36] Compiling BonMot AccessibilityHeadingLevel.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:12:12: error: no such module 'UIKit'
10 |     import AppKit
11 | #else
12 |     import UIKit
   |            `- error: no such module 'UIKit'
13 | #endif
14 |
[9/36] Compiling BonMot Compatibility.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:12:12: error: no such module 'UIKit'
10 |     import AppKit
11 | #else
12 |     import UIKit
   |            `- error: no such module 'UIKit'
13 | #endif
14 |
[10/36] Compiling BonMot Composable.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:12:12: error: no such module 'UIKit'
10 |     import AppKit
11 | #else
12 |     import UIKit
   |            `- error: no such module 'UIKit'
13 | #endif
14 |
[11/36] Compiling BonMot ContextualAlternates.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:12:12: error: no such module 'UIKit'
10 |     import AppKit
11 | #else
12 |     import UIKit
   |            `- error: no such module 'UIKit'
13 | #endif
14 |
[12/36] Compiling BonMot Emphasis.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:12:12: error: no such module 'UIKit'
10 |     import AppKit
11 | #else
12 |     import UIKit
   |            `- error: no such module 'UIKit'
13 | #endif
14 |
[13/36] Compiling BonMot FontFeatures.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:12:12: error: no such module 'UIKit'
10 |     import AppKit
11 | #else
12 |     import UIKit
   |            `- error: no such module 'UIKit'
13 | #endif
14 |
[14/36] Compiling BonMot FontInspector.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:12:12: error: no such module 'UIKit'
10 |     import AppKit
11 | #else
12 |     import UIKit
   |            `- error: no such module 'UIKit'
13 | #endif
14 |
[15/36] Compiling BonMot Image+Tinting.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:12:12: error: no such module 'UIKit'
10 |     import AppKit
11 | #else
12 |     import UIKit
   |            `- error: no such module 'UIKit'
13 | #endif
14 |
[16/36] Compiling BonMot Ligatures.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:12:12: error: no such module 'UIKit'
10 |     import AppKit
11 | #else
12 |     import UIKit
   |            `- error: no such module 'UIKit'
13 | #endif
14 |
[17/36] Compiling BonMot Special.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:12:12: error: no such module 'UIKit'
10 |     import AppKit
11 | #else
12 |     import UIKit
   |            `- error: no such module 'UIKit'
13 | #endif
14 |
[18/36] Compiling BonMot StringStyle+Part.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:12:12: error: no such module 'UIKit'
10 |     import AppKit
11 | #else
12 |     import UIKit
   |            `- error: no such module 'UIKit'
13 | #endif
14 |
[19/36] Compiling BonMot StringStyle.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:12:12: error: no such module 'UIKit'
10 |     import AppKit
11 | #else
12 |     import UIKit
   |            `- error: no such module 'UIKit'
13 | #endif
14 |
[20/36] Compiling BonMot StylisticAlternates.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:12:12: error: no such module 'UIKit'
10 |     import AppKit
11 | #else
12 |     import UIKit
   |            `- error: no such module 'UIKit'
13 | #endif
14 |
[21/36] Compiling BonMot NSAttributedString+Adaptive.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:12:12: error: no such module 'UIKit'
10 |     import AppKit
11 | #else
12 |     import UIKit
   |            `- error: no such module 'UIKit'
13 | #endif
14 |
[22/36] Compiling BonMot StyleableUIElement.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:12:12: error: no such module 'UIKit'
10 |     import AppKit
11 | #else
12 |     import UIKit
   |            `- error: no such module 'UIKit'
13 | #endif
14 |
[23/36] Compiling BonMot Tab+Adaptive.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:12:12: error: no such module 'UIKit'
10 |     import AppKit
11 | #else
12 |     import UIKit
   |            `- error: no such module 'UIKit'
13 | #endif
14 |
[24/36] Compiling BonMot TextAlignmentConstraint.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:12:12: error: no such module 'UIKit'
10 |     import AppKit
11 | #else
12 |     import UIKit
   |            `- error: no such module 'UIKit'
13 | #endif
14 |
[25/36] Compiling BonMot Tab.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:12:12: error: no such module 'UIKit'
10 |     import AppKit
11 | #else
12 |     import UIKit
   |            `- error: no such module 'UIKit'
13 | #endif
14 |
[26/36] Compiling BonMot Tracking.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:12:12: error: no such module 'UIKit'
10 |     import AppKit
11 | #else
12 |     import UIKit
   |            `- error: no such module 'UIKit'
13 | #endif
14 |
[27/36] Compiling BonMot Transform.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:12:12: error: no such module 'UIKit'
10 |     import AppKit
11 | #else
12 |     import UIKit
   |            `- error: no such module 'UIKit'
13 | #endif
14 |
[28/36] Compiling BonMot AdaptableTextContainer.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:12:12: error: no such module 'UIKit'
10 |     import AppKit
11 | #else
12 |     import UIKit
   |            `- error: no such module 'UIKit'
13 | #endif
14 |
[29/36] Compiling BonMot AdaptiveStyle.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:12:12: error: no such module 'UIKit'
10 |     import AppKit
11 | #else
12 |     import UIKit
   |            `- error: no such module 'UIKit'
13 | #endif
14 |
[30/36] Compiling BonMot AdaptiveStyleTransformation.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:12:12: error: no such module 'UIKit'
10 |     import AppKit
11 | #else
12 |     import UIKit
   |            `- error: no such module 'UIKit'
13 | #endif
14 |
[31/36] Compiling BonMot AttributedStringTransformation.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:12:12: error: no such module 'UIKit'
10 |     import AppKit
11 | #else
12 |     import UIKit
   |            `- error: no such module 'UIKit'
13 | #endif
14 |
[32/36] Compiling BonMot EmbeddedTransformation.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:12:12: error: no such module 'UIKit'
10 |     import AppKit
11 | #else
12 |     import UIKit
   |            `- error: no such module 'UIKit'
13 | #endif
14 |
[33/36] Compiling BonMot MutableCopying.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:12:12: error: no such module 'UIKit'
10 |     import AppKit
11 | #else
12 |     import UIKit
   |            `- error: no such module 'UIKit'
13 | #endif
14 |
[34/36] Compiling BonMot NSAttributedString+BonMot.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:12:12: error: no such module 'UIKit'
10 |     import AppKit
11 | #else
12 |     import UIKit
   |            `- error: no such module 'UIKit'
13 | #endif
14 |
[35/36] Compiling BonMot NamedStyles.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:12:12: error: no such module 'UIKit'
10 |     import AppKit
11 | #else
12 |     import UIKit
   |            `- error: no such module 'UIKit'
13 | #endif
14 |
[36/36] Compiling BonMot Platform.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:12:12: error: no such module 'UIKit'
10 |     import AppKit
11 | #else
12 |     import UIKit
   |            `- error: no such module 'UIKit'
13 | #endif
14 |
BUILD FAILURE 6.0 linux