The Swift Package Index logo.Swift Package Index

Build Information

Failed to build AnimationPlanner with Swift 5.9 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.35.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PimCoumans/AnimationPlanner.git
Reference: main
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/PimCoumans/AnimationPlanner
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 00867b3 Proper stopping (#21)
Cloned https://github.com/PimCoumans/AnimationPlanner.git
Revision (git rev-parse @):
00867b337a4fae1e8bed82a1f2182cd6c34ea442
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/PimCoumans/AnimationPlanner.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $workDir
https://github.com/PimCoumans/AnimationPlanner.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Building for debugging...
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1/17] Emitting module AnimationPlanner
/host/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[2/19] Compiling AnimationPlanner Wait.swift
/host/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[3/19] Compiling AnimationPlanner CAMediaTimingFunction.swift
/host/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[4/19] Compiling AnimationPlanner PerformsAnimations.swift
/host/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[5/19] Compiling AnimationPlanner RunningSequence.swift
/host/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[6/19] Compiling AnimationPlanner AnimationPlanner.swift
/host/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[7/19] Compiling AnimationPlanner Animate.swift
/host/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[8/19] Compiling AnimationPlanner AnimateDelayed.swift
/host/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[9/19] Compiling AnimationPlanner Animatable.swift
/host/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[10/19] Compiling AnimationPlanner AnimationContainer.swift
/host/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[11/19] Compiling AnimationPlanner Group.swift
/host/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[12/19] Compiling AnimationPlanner Loop.swift
/host/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[13/19] Compiling AnimationPlanner AnimationConvertible.swift
/host/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[14/19] Compiling AnimationPlanner AnimationModifiers.swift
/host/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[15/19] Compiling AnimationPlanner MapSequence.swift
/host/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[16/19] Compiling AnimationPlanner Sequence.swift
/host/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[17/19] Compiling AnimationPlanner AnimateSpring.swift
/host/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[18/19] Compiling AnimationPlanner AnimationBuilder.swift
/host/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[19/19] Compiling AnimationPlanner Extra.swift
/host/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
error: fatalError
[0/1] Planning build
Building for debugging...
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1/17] Emitting module AnimationPlanner
/host/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[2/17] Compiling AnimationPlanner MapSequence.swift
/host/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[3/17] Compiling AnimationPlanner Sequence.swift
/host/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[4/19] Compiling AnimationPlanner AnimationConvertible.swift
/host/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[5/19] Compiling AnimationPlanner AnimationModifiers.swift
/host/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[6/19] Compiling AnimationPlanner Animatable.swift
/host/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[7/19] Compiling AnimationPlanner AnimationContainer.swift
/host/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[8/19] Compiling AnimationPlanner Group.swift
/host/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[9/19] Compiling AnimationPlanner Loop.swift
/host/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[10/19] Compiling AnimationPlanner Wait.swift
/host/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[11/19] Compiling AnimationPlanner CAMediaTimingFunction.swift
/host/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[12/19] Compiling AnimationPlanner AnimationPlanner.swift
/host/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[13/19] Compiling AnimationPlanner Animate.swift
/host/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[14/19] Compiling AnimationPlanner AnimateDelayed.swift
/host/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[15/19] Compiling AnimationPlanner AnimateSpring.swift
/host/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[16/19] Compiling AnimationPlanner AnimationBuilder.swift
/host/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[17/19] Compiling AnimationPlanner Extra.swift
/host/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[18/19] Compiling AnimationPlanner PerformsAnimations.swift
/host/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[19/19] Compiling AnimationPlanner RunningSequence.swift
/host/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
error: fatalError
BUILD FAILURE 5.9 linux

Build Machine: Linux 1