This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 Inspector with Swift 6.0 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" 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.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ipedro/Inspector.git
Reference: develop
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/ipedro/Inspector
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at e5d0b84 Fix Catalyst support (#10)
Cloned https://github.com/ipedro/Inspector.git
Revision (git rev-parse @):
e5d0b84db33e49d2bca014405493fe159abaf971
SUCCESS checkout https://github.com/ipedro/Inspector.git at develop
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $workDir
https://github.com/ipedro/Inspector.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" 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
Fetching https://github.com/ipedro/UIKeyCommandTableView.git
Fetching https://github.com/ipedro/UIKeyboardAnimatable.git
Fetching https://github.com/ipedro/Coordinator.git
Fetching https://github.com/ipedro/UIKitOptions.git
[1/246] Fetching coordinator
[235/375] Fetching coordinator, uikeycommandtableview
[364/491] Fetching coordinator, uikeycommandtableview, uikeyboardanimatable
Fetched https://github.com/ipedro/UIKeyboardAnimatable.git from cache (0.21s)
Fetched https://github.com/ipedro/Coordinator.git from cache (0.21s)
[106/787] Fetching uikeycommandtableview, uikitoptions
Fetched https://github.com/ipedro/UIKeyCommandTableView.git from cache (0.29s)
Fetched https://github.com/ipedro/UIKitOptions.git from cache (0.29s)
Computing version for https://github.com/ipedro/Coordinator.git
Computed https://github.com/ipedro/Coordinator.git at 2.1.3 (0.52s)
Computing version for https://github.com/ipedro/UIKitOptions.git
Computed https://github.com/ipedro/UIKitOptions.git at 0.3.3 (0.52s)
Computing version for https://github.com/ipedro/UIKeyboardAnimatable.git
Computed https://github.com/ipedro/UIKeyboardAnimatable.git at 1.0.0 (0.51s)
Computing version for https://github.com/ipedro/UIKeyCommandTableView.git
Computed https://github.com/ipedro/UIKeyCommandTableView.git at 0.3.3 (0.53s)
Creating working copy for https://github.com/ipedro/UIKeyCommandTableView.git
Working copy of https://github.com/ipedro/UIKeyCommandTableView.git resolved at 0.3.3
Creating working copy for https://github.com/ipedro/Coordinator.git
Working copy of https://github.com/ipedro/Coordinator.git resolved at 2.1.3
Creating working copy for https://github.com/ipedro/UIKitOptions.git
Working copy of https://github.com/ipedro/UIKitOptions.git resolved at 0.3.3
Creating working copy for https://github.com/ipedro/UIKeyboardAnimatable.git
Working copy of https://github.com/ipedro/UIKeyboardAnimatable.git resolved at 1.0.0
Building for debugging...
[0/17] Write sources
[6/17] Copying Symbols.xcassets
[7/17] Copying ElementLibrary.xcassets
[8/17] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/73] Emitting module UIKeyboardAnimatable
/host/spi-builder-workspace/.build/checkouts/UIKeyboardAnimatable/Sources/UIKeyboardAnimatable/Enums/KeyboardNotificationName.swift:25:8: error: no such module 'UIKit'
 23 | //
 24 |
 25 | import UIKit
    |        `- error: no such module 'UIKit'
 26 |
 27 | /// An alias for a type used to represent the name of a keyboard related notification.
[11/73] Compiling UIKitOptions UIColorPickerViewController+Init.swift
/host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[12/73] Compiling UIKitOptions UIColorPickerViewController+Options.swift
/host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[13/73] Compiling UIKitOptions UIDocumentPickerViewController+Init.swift
/host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[14/73] Compiling UIKitOptions UIDocumentPickerViewController+Options.swift
/host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[15/73] Compiling UIKitOptions UIEdgetInsets+Convenience.swift
/host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[16/73] Compiling UIKitOptions UIFont+SymbolicTraits.swift
/host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[17/78] Compiling UIKeyboardAnimatable KeyboardAnimatable.swift
/host/spi-builder-workspace/.build/checkouts/UIKeyboardAnimatable/Sources/UIKeyboardAnimatable/Enums/KeyboardNotificationName.swift:25:8: error: no such module 'UIKit'
 23 | //
 24 |
 25 | import UIKit
    |        `- error: no such module 'UIKit'
 26 |
 27 | /// An alias for a type used to represent the name of a keyboard related notification.
[18/78] Compiling UIKeyboardAnimatable KeyboardNotificationName.swift
/host/spi-builder-workspace/.build/checkouts/UIKeyboardAnimatable/Sources/UIKeyboardAnimatable/Enums/KeyboardNotificationName.swift:25:8: error: no such module 'UIKit'
 23 | //
 24 |
 25 | import UIKit
    |        `- error: no such module 'UIKit'
 26 |
 27 | /// An alias for a type used to represent the name of a keyboard related notification.
[19/78] Compiling UIKitOptions UIStackView+Subviews.swift
/host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[20/78] Compiling UIKitOptions UIStepper+Init.swift
/host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[21/78] Compiling UIKitOptions UIStepper+Options.swift
/host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[22/78] Compiling UIKitOptions UITableView+Init.swift
/host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[23/78] Compiling UIKitOptions UITableView+Options.swift
/host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[24/78] Compiling UIKitOptions UIImage+Options.swift
/host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[25/78] Compiling UIKitOptions UIImage+Resize.swift
/host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[26/78] Compiling UIKitOptions UIImageView+Init.swift
/host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[27/78] Compiling UIKitOptions UIImageView+Options.swift
/host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[28/78] Compiling UIKitOptions UIKeyCommand+Constants.swift
/host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[29/78] Compiling UIKitOptions UIKeyCommand+Init.swift
/host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
error: compile command failed due to signal 6 (use -v to see invocation)
Can't demangle: $s12UIKitOptions0B0O20discoverabilityTitle33_34CD8CAE352F3128614B915D6CED2C38LLXeF5titleL_SSvp
Please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the crash backtrace.
Stack dump:
0.	Program arguments: /usr/bin/swift-frontend -frontend -c /host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift /host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/NSAttributedString/NSAttributedString+Init.swift /host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/NSAttributedString/NSAttributedString+Options.swift /host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/NSDirectionalEdgeInsets/NSDirectionalEdgeInsets+Convenience.swift /host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/NumberFormatter/NumberFormatter+Init.swift /host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/NumberFormatter/NumberFormatter+Options.swift /host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIColorPickerViewController/UIColorPickerViewController+Init.swift /host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIColorPickerViewController/UIColorPickerViewController+Options.swift /host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIDocumentPickerViewController/UIDocumentPickerViewController+Init.swift /host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIDocumentPickerViewController/UIDocumentPickerViewController+Options.swift /host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIEdgeInsets/UIEdgetInsets+Convenience.swift /host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIFont/UIFont+SymbolicTraits.swift /host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIImage/UIImage+Options.swift /host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIImage/UIImage+Resize.swift /host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIImageView/UIImageView+Init.swift /host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIImageView/UIImageView+Options.swift /host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIKeyCommand/UIKeyCommand+Constants.swift /host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIKeyCommand/UIKeyCommand+Init.swift -primary-file /host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIKeyCommand/UIKeyCommand+Options.swift -primary-file /host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UILabel/UILabel+Init.swift -primary-file /host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UILabel/UILabel+Options.swift -primary-file /host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UINavigationController/UINavigationController+Init.swift -primary-file /host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UINavigationController/UINavigationController+Options.swift -primary-file /host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIPopoverPresentationController/UIPopoverPresentationController+Options.swift /host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIScrollView/UIScrollView+Init.swift /host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIScrollView/UIScrollView+Options.swift /host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIStackView/UIStackView+Alignment.swift /host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIStackView/UIStackView+Init.swift /host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIStackView/UIStackView+Options.swift /host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIStackView/UIStackView+Subviews.swift /host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIStepper/UIStepper+Init.swift /host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIStepper/UIStepper+Options.swift /host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UITableView/UITableView+Init.swift /host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UITableView/UITableView+Options.swift /host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UITextField/UITextField+Init.swift /host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UITextField/UITextField+Options.swift /host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UITextView/UITextView+Init.swift /host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UITextView/UITextView+Options.swift /host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIView+Options/UIView+Init.swift /host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIView+Options/UIView+LayoutCompressionOptions.swift /host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIView+Options/UIView+Options.swift /host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIViewController/UIViewController+Init.swift /host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIViewController/UIViewController+Options.swift /host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UTTType/UTTTypeOption.swift -supplementary-output-file-map /tmp/TemporaryDirectory.d9ouoZ/supplementaryOutputs-4 -target x86_64-unknown-linux-gnu -disable-objc-interop -I /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Modules -enable-testing -g -debug-info-format=dwarf -dwarf-version=4 -module-cache-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/ModuleCache -suppress-warnings -swift-version 5 -Onone -D SWIFT_PACKAGE -D DEBUG -stats-output-dir .stats -strict-concurrency=complete -empty-abi-descriptor -resource-dir /usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /host/spi-builder-workspace -Xcc -fPIC -Xcc -g -Xcc -fno-omit-frame-pointer -module-name UIKitOptions -plugin-path /usr/lib/swift/host/plugins -plugin-path /usr/local/lib/swift/host/plugins -parse-as-library -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/UIKitOptions.build/UIKeyCommand+Options.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/UIKitOptions.build/UILabel+Init.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/UIKitOptions.build/UILabel+Options.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/UIKitOptions.build/UINavigationController+Init.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/UIKitOptions.build/UINavigationController+Options.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/UIKitOptions.build/UIPopoverPresentationController+Options.swift.o -index-store-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/index/store -index-system-modules
1.	Swift version 6.0-dev (LLVM 4b0b1f9e1a69523, Swift 91a3abcf816bc36)
2.	Compiling with effective version 5.10
3.	While walking into 'Options' (at /host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIKeyCommand/UIKeyCommand+Options.swift:15:14)
4.	While evaluating request USRGenerationRequest(UIKitOptions.(file). extension.Options.discoverabilityTitle(title:key:).title@/host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIKeyCommand/UIKeyCommand+Options.swift:66:35)
Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):
0  swift-frontend 0x000055cb92f48497
1  swift-frontend 0x000055cb92f461ee
2  swift-frontend 0x000055cb92f48b0a
3  libc.so.6      0x00007f31e9635520
4  libc.so.6      0x00007f31e96899fc pthread_kill + 300
5  libc.so.6      0x00007f31e9635476 raise + 22
6  libc.so.6      0x00007f31e961b7f3 abort + 211
7  swift-frontend 0x000055cb8e078055
8  swift-frontend 0x000055cb8dcc5934
9  swift-frontend 0x000055cb8e03a66f
10 swift-frontend 0x000055cb8d83e54c
11 swift-frontend 0x000055cb8c4249ce
12 swift-frontend 0x000055cb8c42467a
13 swift-frontend 0x000055cb8c4238d2
14 swift-frontend 0x000055cb8e03b19a
15 swift-frontend 0x000055cb8c3f2dab
16 swift-frontend 0x000055cb8c3f22f7
17 swift-frontend 0x000055cb8c3efc29
18 swift-frontend 0x000055cb8d16c226
19 swift-frontend 0x000055cb8dd2489c
20 swift-frontend 0x000055cb8dd2638c
21 swift-frontend 0x000055cb8dd29240
22 swift-frontend 0x000055cb8dd248ba
23 swift-frontend 0x000055cb8dd29d5f
24 swift-frontend 0x000055cb8dd2898f
25 swift-frontend 0x000055cb8dd248ba
26 swift-frontend 0x000055cb8dd294f6
27 swift-frontend 0x000055cb8dd248ba
28 swift-frontend 0x000055cb8dd247b3
29 swift-frontend 0x000055cb8df0a81f
30 swift-frontend 0x000055cb8d169bd4
31 swift-frontend 0x000055cb8c3eec51
32 swift-frontend 0x000055cb8c3eeafa
33 swift-frontend 0x000055cb8c3e312c
34 swift-frontend 0x000055cb8c3e2b15
35 swift-frontend 0x000055cb8c195572
36 swift-frontend 0x000055cb8c19367c
37 swift-frontend 0x000055cb8c18e198
38 swift-frontend 0x000055cb8c18c4fc
39 swift-frontend 0x000055cb8bf48dde
40 libc.so.6      0x00007f31e961cd90
41 libc.so.6      0x00007f31e961ce40 __libc_start_main + 128
42 swift-frontend 0x000055cb8bf47e85
[30/78] Compiling UIKeyboardAnimatable Notification.Name+Keyboard.swift
/host/spi-builder-workspace/.build/checkouts/UIKeyboardAnimatable/Sources/UIKeyboardAnimatable/Enums/KeyboardNotificationName.swift:25:8: error: no such module 'UIKit'
 23 | //
 24 |
 25 | import UIKit
    |        `- error: no such module 'UIKit'
 26 |
 27 | /// An alias for a type used to represent the name of a keyboard related notification.
[31/78] Compiling UIKeyboardAnimatable AnyHashable+Notifications.swift
/host/spi-builder-workspace/.build/checkouts/UIKeyboardAnimatable/Sources/UIKeyboardAnimatable/Enums/KeyboardNotificationName.swift:25:8: error: no such module 'UIKit'
 23 | //
 24 |
 25 | import UIKit
    |        `- error: no such module 'UIKit'
 26 |
 27 | /// An alias for a type used to represent the name of a keyboard related notification.
[32/78] Compiling UIKeyboardAnimatable Notification+KeyboardAnimationInfo.swift
/host/spi-builder-workspace/.build/checkouts/UIKeyboardAnimatable/Sources/UIKeyboardAnimatable/Enums/KeyboardNotificationName.swift:25:8: error: no such module 'UIKit'
 23 | //
 24 |
 25 | import UIKit
    |        `- error: no such module 'UIKit'
 26 |
 27 | /// An alias for a type used to represent the name of a keyboard related notification.
[33/78] Compiling UIKeyboardAnimatable UIView+KeyboardAnimation.swift
/host/spi-builder-workspace/.build/checkouts/UIKeyboardAnimatable/Sources/UIKeyboardAnimatable/Enums/KeyboardNotificationName.swift:25:8: error: no such module 'UIKit'
 23 | //
 24 |
 25 | import UIKit
    |        `- error: no such module 'UIKit'
 26 |
 27 | /// An alias for a type used to represent the name of a keyboard related notification.
[34/78] Compiling UIKeyboardAnimatable KeyboardAnimation.swift
/host/spi-builder-workspace/.build/checkouts/UIKeyboardAnimatable/Sources/UIKeyboardAnimatable/Enums/KeyboardNotificationName.swift:25:8: error: no such module 'UIKit'
 23 | //
 24 |
 25 | import UIKit
    |        `- error: no such module 'UIKit'
 26 |
 27 | /// An alias for a type used to represent the name of a keyboard related notification.
[35/78] Compiling CoordinatorAPI UIViewController+TopViewController.swift
/host/spi-builder-workspace/.build/checkouts/Coordinator/Sources/CoordinatorAPI/Extensions/CoordinatorProtocol+Startable.swift:21:8: error: no such module 'UIKit'
 19 | //  SOFTWARE.
 20 |
 21 | import UIKit
    |        `- error: no such module 'UIKit'
 22 |
 23 | public typealias CoordinatorStartable = CoordinatorProtocol & Startable
[36/78] Compiling CoordinatorAPI CoordinatorProtocol+Startable.swift
/host/spi-builder-workspace/.build/checkouts/Coordinator/Sources/CoordinatorAPI/Extensions/CoordinatorProtocol+Startable.swift:21:8: error: no such module 'UIKit'
 19 | //  SOFTWARE.
 20 |
 21 | import UIKit
    |        `- error: no such module 'UIKit'
 22 |
 23 | public typealias CoordinatorStartable = CoordinatorProtocol & Startable
BUILD FAILURE 6.0 linux
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.