Build Information
Failed to build LottieUI, reference v1.3.3 (dd5b2f
), with Swift 6.1 for Linux on 27 Apr 2025 10:57:55 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tfmart/LottieUI.git
Reference: v1.3.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/tfmart/LottieUI
* tag v1.3.3 -> FETCH_HEAD
HEAD is now at dd5b2f1 Added code example to warning
Cloned https://github.com/tfmart/LottieUI.git
Revision (git rev-parse @):
dd5b2f16213f89ab996a55fc2f51b56236da4bbe
SUCCESS checkout https://github.com/tfmart/LottieUI.git at v1.3.3
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/tfmart/LottieUI.git
https://github.com/tfmart/LottieUI.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "lottie-spm",
"requirement" : {
"range" : [
{
"lower_bound" : "4.1.2",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/airbnb/lottie-spm.git"
}
],
"manifest_display_name" : "LottieUI",
"name" : "LottieUI",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "LottieUI",
"targets" : [
"LottieUI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LottieUITests",
"module_type" : "SwiftTarget",
"name" : "LottieUITests",
"path" : "Tests/LottieUITests",
"sources" : [
"LottieUITests.swift"
],
"target_dependencies" : [
"LottieUI"
],
"type" : "test"
},
{
"c99name" : "LottieUI",
"module_type" : "SwiftTarget",
"name" : "LottieUI",
"path" : "Sources/LottieUI",
"product_dependencies" : [
"Lottie"
],
"product_memberships" : [
"LottieUI"
],
"sources" : [
"AsyncLottieView/AsyncLottiePhase.swift",
"AsyncLottieView/AsyncLottieView.swift",
"LottieConfiguration.swift",
"LottieContentSource.swift",
"LottieView/LottieView+iOS.swift",
"LottieView/LottieView+macOS.swift",
"LottieView/LottieView.swift",
"iOS/AnimationProgressObserver.swift",
"iOS/WrappedAnimationView+iOS.swift",
"macOS/AnimationProgressObserver+macOS.swift",
"macOS/WrappedAnimationNSView.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-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.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/airbnb/lottie-spm.git
[1/584] Fetching lottie-spm
Fetched https://github.com/airbnb/lottie-spm.git from cache (3.58s)
Computing version for https://github.com/airbnb/lottie-spm.git
Computed https://github.com/airbnb/lottie-spm.git at 4.5.1 (4.03s)
Creating working copy for https://github.com/airbnb/lottie-spm.git
Working copy of https://github.com/airbnb/lottie-spm.git resolved at 4.5.1
Downloading binary artifact https://github.com/airbnb/lottie-ios/releases/download/4.5.1/Lottie.xcframework.zip
[1369/56037210] Downloading https://github.com/airbnb/lottie-ios/releases/download/4.5.1/Lottie.xcframework.zip
Downloaded https://github.com/airbnb/lottie-ios/releases/download/4.5.1/Lottie.xcframework.zip (4.88s)
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/5] Emitting module _LottieStub
[5/5] Compiling _LottieStub Stub.swift
[7/17] Compiling LottieUI AnimationProgressObserver+macOS.swift
/host/spi-builder-workspace/Sources/LottieUI/AsyncLottieView/AsyncLottiePhase.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | public enum AsyncLottiePhase {
[8/17] Compiling LottieUI WrappedAnimationView+iOS.swift
/host/spi-builder-workspace/Sources/LottieUI/AsyncLottieView/AsyncLottiePhase.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | public enum AsyncLottiePhase {
[9/18] Compiling LottieUI WrappedAnimationNSView.swift
/host/spi-builder-workspace/Sources/LottieUI/AsyncLottieView/AsyncLottiePhase.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | public enum AsyncLottiePhase {
[10/18] Compiling LottieUI LottieView.swift
/host/spi-builder-workspace/Sources/LottieUI/AsyncLottieView/AsyncLottiePhase.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | public enum AsyncLottiePhase {
[11/18] Compiling LottieUI AnimationProgressObserver.swift
/host/spi-builder-workspace/Sources/LottieUI/AsyncLottieView/AsyncLottiePhase.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | public enum AsyncLottiePhase {
[12/18] Compiling LottieUI LottieView+iOS.swift
/host/spi-builder-workspace/Sources/LottieUI/AsyncLottieView/AsyncLottiePhase.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | public enum AsyncLottiePhase {
[13/18] Compiling LottieUI LottieView+macOS.swift
/host/spi-builder-workspace/Sources/LottieUI/AsyncLottieView/AsyncLottiePhase.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | public enum AsyncLottiePhase {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/18] Emitting module LottieUI
/host/spi-builder-workspace/Sources/LottieUI/AsyncLottieView/AsyncLottiePhase.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | public enum AsyncLottiePhase {
[15/18] Compiling LottieUI LottieConfiguration.swift
/host/spi-builder-workspace/Sources/LottieUI/AsyncLottieView/AsyncLottiePhase.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | public enum AsyncLottiePhase {
[16/18] Compiling LottieUI LottieContentSource.swift
/host/spi-builder-workspace/Sources/LottieUI/AsyncLottieView/AsyncLottiePhase.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | public enum AsyncLottiePhase {
[17/18] Compiling LottieUI AsyncLottiePhase.swift
/host/spi-builder-workspace/Sources/LottieUI/AsyncLottieView/AsyncLottiePhase.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | public enum AsyncLottiePhase {
[18/18] Compiling LottieUI AsyncLottieView.swift
/host/spi-builder-workspace/Sources/LottieUI/AsyncLottieView/AsyncLottiePhase.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | public enum AsyncLottiePhase {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/3] Compiling _LottieStub Stub.swift
[3/3] Emitting module _LottieStub
[5/15] Compiling LottieUI AnimationProgressObserver+macOS.swift
/host/spi-builder-workspace/Sources/LottieUI/AsyncLottieView/AsyncLottiePhase.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | public enum AsyncLottiePhase {
[6/15] Compiling LottieUI WrappedAnimationView+iOS.swift
/host/spi-builder-workspace/Sources/LottieUI/AsyncLottieView/AsyncLottiePhase.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | public enum AsyncLottiePhase {
[7/16] Compiling LottieUI AnimationProgressObserver.swift
/host/spi-builder-workspace/Sources/LottieUI/AsyncLottieView/AsyncLottiePhase.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | public enum AsyncLottiePhase {
[8/16] Compiling LottieUI LottieView.swift
/host/spi-builder-workspace/Sources/LottieUI/AsyncLottieView/AsyncLottiePhase.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | public enum AsyncLottiePhase {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/16] Compiling LottieUI LottieConfiguration.swift
/host/spi-builder-workspace/Sources/LottieUI/AsyncLottieView/AsyncLottiePhase.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | public enum AsyncLottiePhase {
[10/16] Compiling LottieUI LottieContentSource.swift
/host/spi-builder-workspace/Sources/LottieUI/AsyncLottieView/AsyncLottiePhase.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | public enum AsyncLottiePhase {
[11/16] Compiling LottieUI LottieView+iOS.swift
/host/spi-builder-workspace/Sources/LottieUI/AsyncLottieView/AsyncLottiePhase.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | public enum AsyncLottiePhase {
[12/16] Compiling LottieUI LottieView+macOS.swift
/host/spi-builder-workspace/Sources/LottieUI/AsyncLottieView/AsyncLottiePhase.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | public enum AsyncLottiePhase {
[13/16] Emitting module LottieUI
/host/spi-builder-workspace/Sources/LottieUI/AsyncLottieView/AsyncLottiePhase.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | public enum AsyncLottiePhase {
[14/16] Compiling LottieUI AsyncLottiePhase.swift
/host/spi-builder-workspace/Sources/LottieUI/AsyncLottieView/AsyncLottiePhase.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | public enum AsyncLottiePhase {
[15/16] Compiling LottieUI AsyncLottieView.swift
/host/spi-builder-workspace/Sources/LottieUI/AsyncLottieView/AsyncLottiePhase.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | public enum AsyncLottiePhase {
[16/16] Compiling LottieUI WrappedAnimationNSView.swift
/host/spi-builder-workspace/Sources/LottieUI/AsyncLottieView/AsyncLottiePhase.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | public enum AsyncLottiePhase {
BUILD FAILURE 6.1 linux