The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SwiftMessages, reference master (920d84), with Swift 6.0 for Linux on 10 Jun 2025 11:12:17 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftKickMobile/SwiftMessages.git
Reference: master
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
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 920d846 Hide Background Elements from Modal SwiftMessage in VoiceOver mode (#577)
Cloned https://github.com/SwiftKickMobile/SwiftMessages.git
Revision (git rev-parse @):
920d8462c6dd2f5fa51127bcfe6ab7309d1f7447
SUCCESS checkout https://github.com/SwiftKickMobile/SwiftMessages.git at master
========================================
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-3":/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:eaa733228b13fb63f7b48fc0ae9a4552a427b7215d37e5caded5aa10021734d9
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/46] Copying errorIconLight@2x.png
[0/46] Copying CenteredView.xib
[0/46] Write sources
[0/46] Copying errorIconLight@3x.png
[0/46] Copying CardView.xib
[0/46] Copying errorIcon@2x.png
[0/46] Copying errorIcon@3x.png
[0/46] Copying errorIcon.png
[0/46] Copying StatusLine.xib
[0/46] Copying TabView.xib
[0/46] Copying MessageView.xib
[0/46] Copying errorIconLight.png
[0/46] Copying errorIconSubtle.png
[0/46] Copying errorIconSubtle@2x.png
[3/46] Copying infoIcon.png
[8/46] Copying successIconLight@2x.png
[12/46] Copying successIconSubtle@3x.png
[15/46] Copying warningIconSubtle@3x.png
[18/46] Copying warningIconSubtle@2x.png
[18/46] Copying warningIconSubtle.png
[19/46] Copying warningIconLight@3x.png
[20/46] Copying warningIconLight@2x.png
[22/46] Copying warningIconLight.png
[23/46] Copying warningIcon@3x.png
[23/46] Copying successIconSubtle@2x.png
[25/46] Copying successIconSubtle.png
[26/46] Copying successIconLight@3x.png
[26/46] Copying successIcon@3x.png
[26/46] Copying errorIconSubtle@3x.png
[26/46] Copying successIcon@2x.png
[26/46] Copying infoIconSubtle@3x.png
[26/46] Copying successIcon.png
[26/46] Copying infoIconSubtle@2x.png
[26/46] Copying warningIcon@2x.png
[26/46] Copying infoIconSubtle.png
[26/46] Copying infoIconLight@2x.png
[26/46] Copying infoIconLight@3x.png
[26/46] Copying infoIconLight.png
[26/46] Copying infoIcon@3x.png
[28/46] Copying infoIcon@2x.png
[32/46] Copying successIconLight.png
[41/46] Copying warningIcon.png
[42/46] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[44/83] 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
[45/88] 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
[46/88] 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
[47/88] 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
[48/88] 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
[49/88] 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
[50/88] 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/88] Compiling SwiftMessages SwiftMessagesHideAction.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/88] 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
[53/88] 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
[54/88] 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
[55/88] 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
[56/88] 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
[57/88] 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
[58/88] 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
[59/88] 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
[60/88] 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
[61/88] 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
[62/88] 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
[63/88] 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
[64/88] 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
[65/88] 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
[66/88] 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
[67/88] 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
[68/88] 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
[69/88] 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
[70/88] 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
[71/88] 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
[72/88] 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
[73/88] 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
[74/88] 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
[75/88] 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
[76/88] 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
[77/88] 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
[78/88] 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
[79/88] 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
[80/88] 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
[81/88] 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/88] 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/88] 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/88] 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
[85/88] 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
BUILD FAILURE 6.0 linux