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 SwiftMessages, reference 10.0.1 (c544df), with Swift 6.0 for Linux on 1 Dec 2024 21:08:16 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.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/SwiftKickMobile/SwiftMessages.git
Reference: 10.0.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/SwiftKickMobile/SwiftMessages
 * tag               10.0.1     -> FETCH_HEAD
HEAD is now at c544df6 Update changelog
Cloned https://github.com/SwiftKickMobile/SwiftMessages.git
Revision (git rev-parse @):
c544df6ce316422b9d65a571f932e800213dd09c
SUCCESS checkout https://github.com/SwiftKickMobile/SwiftMessages.git at 10.0.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/SwiftKickMobile/SwiftMessages.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/46] Copying errorIconLight@3x.png
[0/46] Copying errorIconSubtle@2x.png
[0/46] Copying errorIconLight@2x.png
[0/46] Copying errorIconSubtle.png
[0/46] Copying errorIconLight.png
[0/46] Copying errorIcon@3x.png
[0/46] Copying errorIcon@2x.png
[0/46] Copying errorIcon.png
[0/46] Copying MessageView.xib
[0/46] Copying StatusLine.xib
[0/46] Copying CenteredView.xib
[0/46] Copying CardView.xib
[0/46] Copying TabView.xib
[0/46] Write sources
[3/46] Copying infoIcon@3x.png
[3/46] Copying infoIcon@2x.png
[3/46] Copying infoIconSubtle@2x.png
[3/46] Copying infoIconLight@2x.png
[3/46] Copying warningIconSubtle@2x.png
[3/46] Copying warningIconSubtle.png
[3/46] Copying warningIconSubtle@3x.png
[3/46] Copying warningIconLight@3x.png
[3/46] Copying warningIconLight@2x.png
[3/46] Copying warningIconLight.png
[3/46] Copying warningIcon@2x.png
[11/46] Copying warningIcon@3x.png
[11/46] Copying warningIcon.png
[13/46] Copying successIconSubtle@2x.png
[14/46] Copying successIconSubtle@3x.png
[29/46] Copying successIconSubtle.png
[29/46] Copying successIconLight@2x.png
[30/46] Copying successIconLight.png
[32/46] Copying successIconLight@3x.png
[32/46] Copying successIcon@3x.png
[32/46] Copying infoIconSubtle@3x.png
[33/46] Copying successIcon@2x.png
[34/46] Copying successIcon.png
[34/46] Copying infoIconLight@3x.png
[36/46] Copying infoIconSubtle.png
[37/46] Copying infoIcon.png
[38/46] Copying errorIconSubtle@3x.png
[40/46] Copying infoIconLight.png
[42/46] Write swift-version-24593BA9C3E375BF.txt
[44/82] Compiling SwiftMessages PassthroughWindow.swift
/host/spi-builder-workspace/SwiftMessages/Animator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias AnimationCompletion = (_ completed: Bool) -> Void
[45/82] Compiling SwiftMessages PhysicsAnimation.swift
/host/spi-builder-workspace/SwiftMessages/Animator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias AnimationCompletion = (_ completed: Bool) -> Void
[46/82] Compiling SwiftMessages PhysicsPanHandler.swift
/host/spi-builder-workspace/SwiftMessages/Animator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias AnimationCompletion = (_ completed: Bool) -> Void
[47/82] Compiling SwiftMessages Presenter.swift
/host/spi-builder-workspace/SwiftMessages/Animator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias AnimationCompletion = (_ completed: Bool) -> Void
[48/82] Compiling SwiftMessages SwiftMessageModifier.swift
/host/spi-builder-workspace/SwiftMessages/Animator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias AnimationCompletion = (_ completed: Bool) -> Void
[49/87] Compiling SwiftMessages SwiftMessages.Config+Extensions.swift
/host/spi-builder-workspace/SwiftMessages/Animator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias AnimationCompletion = (_ completed: Bool) -> Void
[50/87] Compiling SwiftMessages SwiftMessages.swift
/host/spi-builder-workspace/SwiftMessages/Animator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias AnimationCompletion = (_ completed: Bool) -> Void
[51/87] Compiling SwiftMessages SwiftMessagesSegue.swift
/host/spi-builder-workspace/SwiftMessages/Animator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias AnimationCompletion = (_ completed: Bool) -> Void
[52/87] Compiling SwiftMessages Task+Extensions.swift
/host/spi-builder-workspace/SwiftMessages/Animator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias AnimationCompletion = (_ completed: Bool) -> Void
[53/87] Compiling SwiftMessages Theme.swift
/host/spi-builder-workspace/SwiftMessages/Animator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias AnimationCompletion = (_ completed: Bool) -> Void
[54/87] Compiling SwiftMessages TopBottomAnimation.swift
/host/spi-builder-workspace/SwiftMessages/Animator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias AnimationCompletion = (_ completed: Bool) -> Void
[55/87] Compiling SwiftMessages TopBottomAnimationStyle.swift
/host/spi-builder-workspace/SwiftMessages/Animator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias AnimationCompletion = (_ completed: Bool) -> Void
[56/87] Compiling SwiftMessages TopBottomPresentable.swift
/host/spi-builder-workspace/SwiftMessages/Animator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias AnimationCompletion = (_ completed: Bool) -> Void
[57/87] Compiling SwiftMessages UIEdgeInsets+Extensions.swift
/host/spi-builder-workspace/SwiftMessages/Animator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias AnimationCompletion = (_ completed: Bool) -> Void
[58/87] Compiling SwiftMessages UIViewController+Extensions.swift
/host/spi-builder-workspace/SwiftMessages/Animator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias AnimationCompletion = (_ completed: Bool) -> Void
[59/87] Compiling SwiftMessages CornerRoundingView.swift
/host/spi-builder-workspace/SwiftMessages/Animator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias AnimationCompletion = (_ completed: Bool) -> Void
[60/87] Compiling SwiftMessages Error.swift
/host/spi-builder-workspace/SwiftMessages/Animator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias AnimationCompletion = (_ completed: Bool) -> Void
[61/87] Compiling SwiftMessages HapticMessage.swift
/host/spi-builder-workspace/SwiftMessages/Animator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias AnimationCompletion = (_ completed: Bool) -> Void
[62/87] Compiling SwiftMessages Identifiable.swift
/host/spi-builder-workspace/SwiftMessages/Animator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias AnimationCompletion = (_ completed: Bool) -> Void
[63/87] Compiling SwiftMessages KeyboardTrackingView.swift
/host/spi-builder-workspace/SwiftMessages/Animator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias AnimationCompletion = (_ completed: Bool) -> Void
error: emit-module command failed with exit code 1 (use -v to see invocation)
[64/87] Emitting module SwiftMessages
/host/spi-builder-workspace/SwiftMessages/Animator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias AnimationCompletion = (_ completed: Bool) -> Void
[65/87] Compiling SwiftMessages AccessibleMessage.swift
/host/spi-builder-workspace/SwiftMessages/Animator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias AnimationCompletion = (_ completed: Bool) -> Void
[66/87] Compiling SwiftMessages Animator.swift
/host/spi-builder-workspace/SwiftMessages/Animator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias AnimationCompletion = (_ completed: Bool) -> Void
[67/87] Compiling SwiftMessages BackgroundViewable.swift
/host/spi-builder-workspace/SwiftMessages/Animator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias AnimationCompletion = (_ completed: Bool) -> Void
[68/87] Compiling SwiftMessages BaseView.swift
/host/spi-builder-workspace/SwiftMessages/Animator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias AnimationCompletion = (_ completed: Bool) -> Void
[69/87] Compiling SwiftMessages CALayer+Extensions.swift
/host/spi-builder-workspace/SwiftMessages/Animator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias AnimationCompletion = (_ completed: Bool) -> Void
[70/87] Compiling SwiftMessages MessageView.swift
/host/spi-builder-workspace/SwiftMessages/Animator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias AnimationCompletion = (_ completed: Bool) -> Void
[71/87] Compiling SwiftMessages MessageViewConvertible.swift
/host/spi-builder-workspace/SwiftMessages/Animator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias AnimationCompletion = (_ completed: Bool) -> Void
[72/87] Compiling SwiftMessages NSBundle+Extensions.swift
/host/spi-builder-workspace/SwiftMessages/Animator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias AnimationCompletion = (_ completed: Bool) -> Void
[73/87] Compiling SwiftMessages NSLayoutConstraint+Extensions.swift
/host/spi-builder-workspace/SwiftMessages/Animator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias AnimationCompletion = (_ completed: Bool) -> Void
[74/87] Compiling SwiftMessages PassthroughView.swift
/host/spi-builder-workspace/SwiftMessages/Animator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias AnimationCompletion = (_ completed: Bool) -> Void
[75/87] Compiling SwiftMessages UIWindow+Extensions.swift
/host/spi-builder-workspace/SwiftMessages/Animator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias AnimationCompletion = (_ completed: Bool) -> Void
[76/87] Compiling SwiftMessages Weak.swift
/host/spi-builder-workspace/SwiftMessages/Animator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias AnimationCompletion = (_ completed: Bool) -> Void
[77/87] Compiling SwiftMessages WindowScene.swift
/host/spi-builder-workspace/SwiftMessages/Animator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias AnimationCompletion = (_ completed: Bool) -> Void
[78/87] Compiling SwiftMessages WindowViewController.swift
/host/spi-builder-workspace/SwiftMessages/Animator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias AnimationCompletion = (_ completed: Bool) -> Void
[79/87] Compiling SwiftMessages resource_bundle_accessor.swift
/host/spi-builder-workspace/SwiftMessages/Animator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias AnimationCompletion = (_ completed: Bool) -> Void
[80/87] Compiling SwiftMessages MarginAdjustable+Extensions.swift
/host/spi-builder-workspace/SwiftMessages/Animator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias AnimationCompletion = (_ completed: Bool) -> Void
[81/87] Compiling SwiftMessages MarginAdjustable.swift
/host/spi-builder-workspace/SwiftMessages/Animator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias AnimationCompletion = (_ completed: Bool) -> Void
[82/87] Compiling SwiftMessages MaskingView.swift
/host/spi-builder-workspace/SwiftMessages/Animator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias AnimationCompletion = (_ completed: Bool) -> Void
[83/87] Compiling SwiftMessages MessageGeometryProxy.swift
/host/spi-builder-workspace/SwiftMessages/Animator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias AnimationCompletion = (_ completed: Bool) -> Void
[84/87] Compiling SwiftMessages MessageHostingView.swift
/host/spi-builder-workspace/SwiftMessages/Animator.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias AnimationCompletion = (_ completed: Bool) -> Void
BUILD FAILURE 6.0 linux