The Swift Package Index logo.Swift Package Index

Build Information

Failed to build StoryUI with Swift 5.7 for Linux.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.25.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tiskender2/StoryUI.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/tiskender2/StoryUI
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ae91d58 Update README.md
Cloned https://github.com/tiskender2/StoryUI.git
Revision (git rev-parse @):
ae91d58a2e94164620368d870917ace5b72b4ba4
SUCCESS checkout https://github.com/tiskender2/StoryUI.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.7
Building package at path:  $PWD/checkout
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.7-latest swift build 2>&1
Building for debugging...
error: emit-module command failed with exit code 1 (use -v to see invocation)[1/26] Emitting module StoryUI
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[2/29] Compiling StoryUI UserView.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[3/29] Compiling StoryUI StoryView.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[4/29] Compiling StoryUI StoryViewModel.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[5/29] Compiling StoryUI NSNotification-Extension.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[6/29] Compiling StoryUI TextField+Extension.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[7/29] Compiling StoryUI UIApplication+Extension.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[8/29] Compiling StoryUI CacheManager.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[9/29] Compiling StoryUI StoryConfiguration.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[10/29] Compiling StoryUI StoryInteractionConfig.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[11/29] Compiling StoryUI Typealias.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[12/29] Compiling StoryUI CacheAsyncImage.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[13/29] Compiling StoryUI KeyboardManager.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[14/29] Compiling StoryUI Story.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[15/29] Compiling StoryUI StoryUIModel.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[16/29] Compiling StoryUI MessageView.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[17/29] Compiling StoryUI ProgressBarView.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[18/29] Compiling StoryUI StoryDetailView.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[19/29] Compiling StoryUI StoryUIUser.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[20/29] Compiling StoryUI EmojiReactionView.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[21/29] Compiling StoryUI EmojiView.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[22/29] Compiling StoryUI ImageCache.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[23/29] Compiling StoryUI ImageLoader.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[24/29] Compiling StoryUI ImageView.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[25/29] Compiling StoryUI VideoLoader.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[26/29] Compiling StoryUI VideoView.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[27/29] Compiling StoryUI Constant.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[28/29] Compiling StoryUI Enums.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[29/29] Compiling StoryUI Environments.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[0/1] Planning build
Building for debugging...
[1/26] Compiling StoryUI StoryConfiguration.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[2/26] Compiling StoryUI StoryInteractionConfig.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[3/26] Compiling StoryUI Typealias.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[4/26] Compiling StoryUI CacheAsyncImage.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)[5/29] Emitting module StoryUI
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[6/29] Compiling StoryUI UserView.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[7/29] Compiling StoryUI StoryView.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[8/29] Compiling StoryUI StoryViewModel.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[9/29] Compiling StoryUI StoryUIUser.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[10/29] Compiling StoryUI EmojiReactionView.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[11/29] Compiling StoryUI EmojiView.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[12/29] Compiling StoryUI MessageView.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[13/29] Compiling StoryUI ProgressBarView.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[14/29] Compiling StoryUI StoryDetailView.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[15/29] Compiling StoryUI VideoView.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[16/29] Compiling StoryUI Constant.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[17/29] Compiling StoryUI Enums.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[18/29] Compiling StoryUI Environments.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[19/29] Compiling StoryUI NSNotification-Extension.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[20/29] Compiling StoryUI TextField+Extension.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[21/29] Compiling StoryUI UIApplication+Extension.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[22/29] Compiling StoryUI CacheManager.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[23/29] Compiling StoryUI KeyboardManager.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[24/29] Compiling StoryUI Story.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[25/29] Compiling StoryUI StoryUIModel.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[26/29] Compiling StoryUI ImageCache.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[27/29] Compiling StoryUI ImageLoader.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[28/29] Compiling StoryUI ImageView.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[29/29] Compiling StoryUI VideoLoader.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
BUILD FAILURE 5.7 linux

Build Machine: Linux 1