The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SkeletonUI with Swift 5.8 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.28.7
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CSolanaM/SkeletonUI.git
Reference: 2.0.1
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/CSolanaM/SkeletonUI
 * tag               2.0.1      -> FETCH_HEAD
HEAD is now at d5c8a4f Merge pull request #50 from CSolanaM/develop
Cloned https://github.com/CSolanaM/SkeletonUI.git
Revision (git rev-parse @):
d5c8a4f62be6a631bd4fe1922505eb34e82e5b4e
SUCCESS checkout https://github.com/CSolanaM/SkeletonUI.git at 2.0.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
Building package at path:  $PWD/checkout
https://github.com/CSolanaM/SkeletonUI.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/10869] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing (1.60s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.11.1 (0.34s)
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.11.1
Building for debugging...
[1/15] Compiling SkeletonUI ShapeType.swift
/host/spi-builder-workspace/Sources/SkeletonUI/Enumerations/AnimationType.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[2/15] Compiling SkeletonUI Image+OptionalType.swift
/host/spi-builder-workspace/Sources/SkeletonUI/Enumerations/AnimationType.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[3/15] Compiling SkeletonUI Optional+OptionalType.swift
/host/spi-builder-workspace/Sources/SkeletonUI/Enumerations/AnimationType.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[4/15] Compiling SkeletonUI SecureField+OptionalType.swift
/host/spi-builder-workspace/Sources/SkeletonUI/Enumerations/AnimationType.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[5/15] Compiling SkeletonUI Text+OptionalType.swift
/host/spi-builder-workspace/Sources/SkeletonUI/Enumerations/AnimationType.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[6/15] Compiling SkeletonUI TextField+OptionalType.swift
/host/spi-builder-workspace/Sources/SkeletonUI/Enumerations/AnimationType.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[7/17] Compiling SkeletonUI SkeletonAnimatableModifier.swift
/host/spi-builder-workspace/Sources/SkeletonUI/Enumerations/AnimationType.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[8/17] Compiling SkeletonUI SkeletonModifier.swift
/host/spi-builder-workspace/Sources/SkeletonUI/Enumerations/AnimationType.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[9/17] Compiling SkeletonUI Toggle+OptionalType.swift
/host/spi-builder-workspace/Sources/SkeletonUI/Enumerations/AnimationType.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[10/17] Compiling SkeletonUI View+SkeletonModifier.swift
/host/spi-builder-workspace/Sources/SkeletonUI/Enumerations/AnimationType.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[11/17] Compiling SkeletonUI OptionalType.swift
/host/spi-builder-workspace/Sources/SkeletonUI/Enumerations/AnimationType.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[12/17] Compiling SkeletonUI SkeletonForEach.swift
/host/spi-builder-workspace/Sources/SkeletonUI/Enumerations/AnimationType.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[13/17] Compiling SkeletonUI SkeletonList.swift
/host/spi-builder-workspace/Sources/SkeletonUI/Enumerations/AnimationType.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[14/17] Compiling SkeletonUI SkeletonShape.swift
/host/spi-builder-workspace/Sources/SkeletonUI/Enumerations/AnimationType.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/17] Emitting module SkeletonUI
/host/spi-builder-workspace/Sources/SkeletonUI/Enumerations/AnimationType.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[16/17] Compiling SkeletonUI AnimationType.swift
/host/spi-builder-workspace/Sources/SkeletonUI/Enumerations/AnimationType.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[17/17] Compiling SkeletonUI AppearanceType.swift
/host/spi-builder-workspace/Sources/SkeletonUI/Enumerations/AnimationType.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[0/1] Planning build
Building for debugging...
[1/15] Compiling SkeletonUI OptionalType.swift
/host/spi-builder-workspace/Sources/SkeletonUI/Enumerations/AnimationType.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[2/15] Compiling SkeletonUI SkeletonForEach.swift
/host/spi-builder-workspace/Sources/SkeletonUI/Enumerations/AnimationType.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[3/17] Compiling SkeletonUI Toggle+OptionalType.swift
/host/spi-builder-workspace/Sources/SkeletonUI/Enumerations/AnimationType.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[4/17] Compiling SkeletonUI View+SkeletonModifier.swift
/host/spi-builder-workspace/Sources/SkeletonUI/Enumerations/AnimationType.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[5/17] Compiling SkeletonUI SkeletonAnimatableModifier.swift
/host/spi-builder-workspace/Sources/SkeletonUI/Enumerations/AnimationType.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[6/17] Compiling SkeletonUI SkeletonModifier.swift
/host/spi-builder-workspace/Sources/SkeletonUI/Enumerations/AnimationType.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[7/17] Compiling SkeletonUI Optional+OptionalType.swift
/host/spi-builder-workspace/Sources/SkeletonUI/Enumerations/AnimationType.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[8/17] Compiling SkeletonUI SecureField+OptionalType.swift
/host/spi-builder-workspace/Sources/SkeletonUI/Enumerations/AnimationType.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[9/17] Compiling SkeletonUI ShapeType.swift
/host/spi-builder-workspace/Sources/SkeletonUI/Enumerations/AnimationType.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[10/17] Compiling SkeletonUI Image+OptionalType.swift
/host/spi-builder-workspace/Sources/SkeletonUI/Enumerations/AnimationType.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[11/17] Compiling SkeletonUI Text+OptionalType.swift
/host/spi-builder-workspace/Sources/SkeletonUI/Enumerations/AnimationType.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[12/17] Compiling SkeletonUI TextField+OptionalType.swift
/host/spi-builder-workspace/Sources/SkeletonUI/Enumerations/AnimationType.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[13/17] Compiling SkeletonUI SkeletonList.swift
/host/spi-builder-workspace/Sources/SkeletonUI/Enumerations/AnimationType.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[14/17] Compiling SkeletonUI SkeletonShape.swift
/host/spi-builder-workspace/Sources/SkeletonUI/Enumerations/AnimationType.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/17] Emitting module SkeletonUI
/host/spi-builder-workspace/Sources/SkeletonUI/Enumerations/AnimationType.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[16/17] Compiling SkeletonUI AnimationType.swift
/host/spi-builder-workspace/Sources/SkeletonUI/Enumerations/AnimationType.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[17/17] Compiling SkeletonUI AppearanceType.swift
/host/spi-builder-workspace/Sources/SkeletonUI/Enumerations/AnimationType.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
BUILD FAILURE 5.8 linux

Build Machine: Linux 2