Build Information
Failed to build CompositionKit, reference 0.5.0 (083e8b
), with Swift 6.0 for Linux on 2 Dec 2024 03:40:08 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/FluidGroup/CompositionKit.git
Reference: 0.5.0
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/FluidGroup/CompositionKit
* tag 0.5.0 -> FETCH_HEAD
HEAD is now at 083e8b5 clean up
Submodule path 'submodules/Descriptors': checked out 'f41ce2605a76c5d378fe8c5e8c5c98b544dfd108'
Submodule 'submodules/Descriptors' (https://github.com/FluidGroup/Descriptors.git) registered for path 'submodules/Descriptors'
Cloning into '/host/spi-builder-workspace/submodules/Descriptors'...
Cloned https://github.com/FluidGroup/CompositionKit.git
Revision (git rev-parse @):
083e8b59b8b14aee3f0476ec9919ee2d1ae4e81c
SUCCESS checkout https://github.com/FluidGroup/CompositionKit.git at 0.5.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/FluidGroup/CompositionKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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
Fetching https://github.com/muukii/Descriptors.git
Fetching https://github.com/muukii/MondrianLayout.git
[1/133] Fetching descriptors
[134/2326] Fetching descriptors, mondrianlayout
Fetched https://github.com/muukii/Descriptors.git from cache (0.21s)
[439/2193] Fetching mondrianlayout
Fetched https://github.com/muukii/MondrianLayout.git from cache (1.48s)
Computing version for https://github.com/muukii/MondrianLayout.git
Computed https://github.com/muukii/MondrianLayout.git at 0.10.0 (0.89s)
Computing version for https://github.com/muukii/Descriptors.git
warning: 'descriptors': /Package.swift:8:21: warning: 'v10' is deprecated: iOS 11.0 is the oldest supported version
6 | let package = Package(
7 | name: "Descriptors",
8 | platforms: [.iOS(.v10)],
| `- warning: 'v10' is deprecated: iOS 11.0 is the oldest supported version
9 | products: [
10 | // Products define the executables and libraries a package produces, and make them visible to other packages.
Computed https://github.com/muukii/Descriptors.git at 0.3.0 (0.86s)
Creating working copy for https://github.com/muukii/MondrianLayout.git
Working copy of https://github.com/muukii/MondrianLayout.git resolved at 0.10.0
Creating working copy for https://github.com/muukii/Descriptors.git
Working copy of https://github.com/muukii/Descriptors.git resolved at 0.3.0
warning: 'descriptors': /host/spi-builder-workspace/.build/checkouts/Descriptors/Package.swift:8:21: warning: 'v10' is deprecated: iOS 11.0 is the oldest supported version
6 | let package = Package(
7 | name: "Descriptors",
8 | platforms: [.iOS(.v10)],
| `- warning: 'v10' is deprecated: iOS 11.0 is the oldest supported version
9 | products: [
10 | // Products define the executables and libraries a package produces, and make them visible to other packages.
Building for debugging...
[0/7] Write sources
[3/7] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/39] Emitting module MondrianLayout
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | @available(*, deprecated, renamed: "Mondrian.layout")
[6/42] Compiling MondrianLayout HStackBlock.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | @available(*, deprecated, renamed: "Mondrian.layout")
[7/42] Compiling MondrianLayout LayoutContainer.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | @available(*, deprecated, renamed: "Mondrian.layout")
[8/42] Compiling MondrianLayout LayoutGuideBlock.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | @available(*, deprecated, renamed: "Mondrian.layout")
[9/42] Compiling Descriptors HighlightAnimationDescriptor.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/Descriptors/Sources/Descriptors/HapticsDescriptor.swift:22:8: error: no such module 'UIKit'
20 | // THE SOFTWARE.
21 |
22 | import UIKit
| `- error: no such module 'UIKit'
23 |
24 | public struct HapticsDescriptor: Sendable {
[10/42] Compiling MondrianLayout ZStackBlock.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | @available(*, deprecated, renamed: "Mondrian.layout")
[11/42] Compiling MondrianLayout LayoutManager.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | @available(*, deprecated, renamed: "Mondrian.layout")
[12/42] Compiling MondrianLayout MondrianNamespace.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | @available(*, deprecated, renamed: "Mondrian.layout")
[13/42] Compiling MondrianLayout VGridBlock.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | @available(*, deprecated, renamed: "Mondrian.layout")
[14/42] Compiling MondrianLayout VStackBlock.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | @available(*, deprecated, renamed: "Mondrian.layout")
[15/42] Compiling MondrianLayout ViewBlock.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | @available(*, deprecated, renamed: "Mondrian.layout")
[16/42] Compiling Descriptors ShapeDisplaying.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/Descriptors/Sources/Descriptors/HapticsDescriptor.swift:22:8: error: no such module 'UIKit'
20 | // THE SOFTWARE.
21 |
22 | import UIKit
| `- error: no such module 'UIKit'
23 |
24 | public struct HapticsDescriptor: Sendable {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/42] Emitting module Descriptors
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/Descriptors/Sources/Descriptors/HapticsDescriptor.swift:22:8: error: no such module 'UIKit'
20 | // THE SOFTWARE.
21 |
22 | import UIKit
| `- error: no such module 'UIKit'
23 |
24 | public struct HapticsDescriptor: Sendable {
[18/42] Compiling Descriptors HapticsDescriptor.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/Descriptors/Sources/Descriptors/HapticsDescriptor.swift:22:8: error: no such module 'UIKit'
20 | // THE SOFTWARE.
21 |
22 | import UIKit
| `- error: no such module 'UIKit'
23 |
24 | public struct HapticsDescriptor: Sendable {
[19/42] Compiling MondrianLayout UIView+Mondrian.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | @available(*, deprecated, renamed: "Mondrian.layout")
[20/42] Compiling MondrianLayout Utils.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | @available(*, deprecated, renamed: "Mondrian.layout")
[21/42] Compiling MondrianLayout _LayoutElement.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | @available(*, deprecated, renamed: "Mondrian.layout")
[22/42] Compiling MondrianLayout BackgroundBlock.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | @available(*, deprecated, renamed: "Mondrian.layout")
[23/42] Compiling MondrianLayout LayoutDescriptor.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | @available(*, deprecated, renamed: "Mondrian.layout")
[24/42] Compiling MondrianLayout MondrianArrayBuilder.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | @available(*, deprecated, renamed: "Mondrian.layout")
[25/42] Compiling MondrianLayout DimensionDescriptor.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | @available(*, deprecated, renamed: "Mondrian.layout")
[26/42] Compiling MondrianLayout Edge.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | @available(*, deprecated, renamed: "Mondrian.layout")
[27/42] Compiling MondrianLayout LayoutBuilderContext.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | @available(*, deprecated, renamed: "Mondrian.layout")
[28/42] Compiling MondrianLayout Optimization.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | @available(*, deprecated, renamed: "Mondrian.layout")
[29/42] Compiling MondrianLayout VHStackContentBuilder.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | @available(*, deprecated, renamed: "Mondrian.layout")
[30/42] Compiling MondrianLayout _LayoutBlockNode.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | @available(*, deprecated, renamed: "Mondrian.layout")
[31/42] Compiling MondrianLayout _LayoutBlockType.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | @available(*, deprecated, renamed: "Mondrian.layout")
[32/42] Compiling MondrianLayout EntryPoint.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | @available(*, deprecated, renamed: "Mondrian.layout")
[33/42] Compiling MondrianLayout NSLayoutConstraint+.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | @available(*, deprecated, renamed: "Mondrian.layout")
[34/42] Compiling MondrianLayout UILayoutGuide+Mondrian.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | @available(*, deprecated, renamed: "Mondrian.layout")
[35/42] Compiling MondrianLayout OverlayBlock.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | @available(*, deprecated, renamed: "Mondrian.layout")
[36/42] Compiling MondrianLayout RelativeBlock.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | @available(*, deprecated, renamed: "Mondrian.layout")
[37/42] Compiling MondrianLayout StackingSpacer.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | @available(*, deprecated, renamed: "Mondrian.layout")
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
BUILD FAILURE 6.0 linux