Build Information
Failed to build OrangeDesignSystem, reference 1.4.0 (0a54ea
), with Swift 6.1 for Android on 4 Jun 2025 20:02:47 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Orange-OpenSource/ods-ios.git
Reference: 1.4.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/Orange-OpenSource/ods-ios
* tag 1.4.0 -> FETCH_HEAD
HEAD is now at 0a54ea6 Sunset of ODS
Cloned https://github.com/Orange-OpenSource/ods-ios.git
Revision (git rev-parse @):
0a54ea696fcc098741e93ff73a462616a49a2e54
SUCCESS checkout https://github.com/Orange-OpenSource/ods-ios.git at 1.4.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/Orange-OpenSource/ods-ios.git
https://github.com/Orange-OpenSource/ods-ios.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"default_localization" : "en",
"dependencies" : [
{
"identity" : "swiftui-flow",
"requirement" : {
"exact" : [
"1.2.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/tevelee/SwiftUI-Flow"
},
{
"identity" : "bottomsheet",
"requirement" : {
"exact" : [
"3.1.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/lucaszischka/BottomSheet"
},
{
"identity" : "accessibility-statement-lib-ios",
"requirement" : {
"exact" : [
"1.3.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/Orange-OpenSource/accessibility-statement-lib-ios.git"
}
],
"manifest_display_name" : "OrangeDesignSystem",
"name" : "OrangeDesignSystem",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
}
],
"products" : [
{
"name" : "OrangeDesignSystem",
"targets" : [
"OrangeDesignSystem"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "OrangeTheme",
"targets" : [
"OrangeTheme"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "InnovationCupTheme",
"targets" : [
"InnovationCupTheme"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "OrangeTheme",
"module_type" : "SwiftTarget",
"name" : "OrangeTheme",
"path" : "OrangeTheme/Sources",
"product_memberships" : [
"OrangeTheme"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/OrangeTheme/Sources/OrangeTheme/Resources/Assets.xcassets",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/OrangeTheme/Sources/OrangeTheme/Resources/Color.xcassets",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"OrangeTheme/OrangeTheme.swift"
],
"target_dependencies" : [
"OrangeDesignSystem"
],
"type" : "library"
},
{
"c99name" : "OrangeDesignSystem",
"module_type" : "SwiftTarget",
"name" : "OrangeDesignSystem",
"path" : "OrangeDesignSystem/Sources",
"product_dependencies" : [
"BottomSheet",
"DeclarationAccessibility",
"Flow"
],
"product_memberships" : [
"OrangeDesignSystem",
"OrangeTheme",
"InnovationCupTheme"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/OrangeDesignSystem/Sources/OrangeDesignSystem/Resources/Base.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "Base"
}
}
}
],
"sources" : [
"OrangeDesignSystem/Components/Banner/ODSBanner.swift",
"OrangeDesignSystem/Components/BottomSheet/Internal/BottomSheetHeader.swift",
"OrangeDesignSystem/Components/BottomSheet/Internal/ODSBottomSheetExpandingModifier.swift",
"OrangeDesignSystem/Components/BottomSheet/Internal/ODSBottomSheetSize+extension.swift",
"OrangeDesignSystem/Components/BottomSheet/Internal/ODSBottomSheetStandardModifier.swift",
"OrangeDesignSystem/Components/BottomSheet/ODSBottomSheetExpanding.swift",
"OrangeDesignSystem/Components/BottomSheet/ODSBottomSheetStandard.swift",
"OrangeDesignSystem/Components/Buttons/Internal/ODSButtonContent.swift",
"OrangeDesignSystem/Components/Buttons/Internal/ODSButtonStyleLabel.swift",
"OrangeDesignSystem/Components/Buttons/Internal/ODSEmphasisButton+Style.swift",
"OrangeDesignSystem/Components/Buttons/Internal/ODSFunctionalButton+Style.swift",
"OrangeDesignSystem/Components/Buttons/ODSEmphasisButton.swift",
"OrangeDesignSystem/Components/Buttons/ODSFunctionalButton.swift",
"OrangeDesignSystem/Components/Buttons/ODSIconButton.swift",
"OrangeDesignSystem/Components/Cards/Internal/CardShadowModifier.swift",
"OrangeDesignSystem/Components/Cards/Internal/ODSCardDebugData.swift",
"OrangeDesignSystem/Components/Cards/ODSCardHorizontal.swift",
"OrangeDesignSystem/Components/Cards/ODSCardSmall.swift",
"OrangeDesignSystem/Components/Cards/ODSCardVerticalHeaderFirst.swift",
"OrangeDesignSystem/Components/Cards/ODSCardVerticalImageFirst.swift",
"OrangeDesignSystem/Components/Chips/Internal/Chip.swift",
"OrangeDesignSystem/Components/Chips/ODSActionChip.swift",
"OrangeDesignSystem/Components/Chips/ODSChoiceChip.swift",
"OrangeDesignSystem/Components/Chips/ODSFilterChip.swift",
"OrangeDesignSystem/Components/Chips/ODSInputChip.swift",
"OrangeDesignSystem/Components/Chips/Pickers/ODSChipPickerPlacement.swift",
"OrangeDesignSystem/Components/Chips/Pickers/ODSChoiceChipPicker.swift",
"OrangeDesignSystem/Components/Chips/Pickers/ODSFilterChipPicker.swift",
"OrangeDesignSystem/Components/Image/ODSImage.swift",
"OrangeDesignSystem/Components/Lists/Internal/LeadingView.swift",
"OrangeDesignSystem/Components/Lists/Internal/TrailingView.swift",
"OrangeDesignSystem/Components/Lists/ODSLIstItemModifier.swift",
"OrangeDesignSystem/Components/Lists/ODSListItem.swift",
"OrangeDesignSystem/Components/Slider/ODSSliderView.swift",
"OrangeDesignSystem/Components/TextField/ODSTextFieldStyle.swift",
"OrangeDesignSystem/Components/ToolBar/Internal/ODSToolBarIconContent.swift",
"OrangeDesignSystem/Components/ToolBar/Internal/ODSToolBarLabelContent.swift",
"OrangeDesignSystem/Components/ToolBar/ODSToolBar.swift",
"OrangeDesignSystem/Guidelines/Colors/ODSColorDescription.swift",
"OrangeDesignSystem/Guidelines/Colors/ODSInternalColor.swift",
"OrangeDesignSystem/Guidelines/Fonts/ODSFontsModifier.swift",
"OrangeDesignSystem/Guidelines/Fonts/ODSFontsStyle.swift",
"OrangeDesignSystem/Guidelines/Spacing/ODSSpacing.swift",
"OrangeDesignSystem/Modules/About/Configuration/Items/AppNews/ODSAboutAppNewsItem.swift",
"OrangeDesignSystem/Modules/About/Configuration/Items/LegalInformation/ODSAboutLegalInformationItem.swift",
"OrangeDesignSystem/Modules/About/Configuration/Items/MoreApps/ODSMoreAppsItem.swift",
"OrangeDesignSystem/Modules/About/Configuration/Items/ODSAboutListItemConfiguration.swift",
"OrangeDesignSystem/Modules/About/Configuration/Items/RateTheApp/ODSAboutRateTheAppItem.swift",
"OrangeDesignSystem/Modules/About/Configuration/ODSAboutAccessibilityStatement.swift",
"OrangeDesignSystem/Modules/About/Configuration/ODSAboutApplicationInformation.swift",
"OrangeDesignSystem/Modules/About/Configuration/ODSAboutPricacyPolicy.swift",
"OrangeDesignSystem/Modules/About/Internal/AboutErrorView.swift",
"OrangeDesignSystem/Modules/About/Internal/ApplicationInformation/ApplicationInformation.swift",
"OrangeDesignSystem/Modules/About/Internal/Array+extension.swift",
"OrangeDesignSystem/Modules/About/Internal/ListItems/AboutListItems.swift",
"OrangeDesignSystem/Modules/About/Internal/ListItems/AccessibilityStatement/AccessibilityStatement.swift",
"OrangeDesignSystem/Modules/About/Internal/ListItems/AppNews/AboutReleaseDescription.swift",
"OrangeDesignSystem/Modules/About/Internal/ListItems/AppNews/AppNewsViewModel.swift",
"OrangeDesignSystem/Modules/About/Internal/ListItems/AppNews/AppNewsViews.swift",
"OrangeDesignSystem/Modules/About/Internal/ListItems/PrivacyPolicy/PrivacyPolicyItem.swift",
"OrangeDesignSystem/Modules/About/Internal/ListItems/TermsOfService/TermsOfServiceItem.swift",
"OrangeDesignSystem/Modules/About/ODSAboutModule.swift",
"OrangeDesignSystem/Modules/EmptyState/ODSEmptyStateView.swift",
"OrangeDesignSystem/Modules/MoreApps/Data/AppsPlusDTO.swift",
"OrangeDesignSystem/Modules/MoreApps/Data/AppsPlusRepository.swift",
"OrangeDesignSystem/Modules/MoreApps/Data/AppsPlusToMoreAppsMapper.swift",
"OrangeDesignSystem/Modules/MoreApps/Data/LocalAppsPlusRepository.swift",
"OrangeDesignSystem/Modules/MoreApps/Data/MoreAppsRepositoryProtocol.swift",
"OrangeDesignSystem/Modules/MoreApps/Domain/MoreAppsService.swift",
"OrangeDesignSystem/Modules/MoreApps/Domain/MoreAppsServiceBO.swift",
"OrangeDesignSystem/Modules/MoreApps/Domain/MoreAppsServiceProtocol.swift",
"OrangeDesignSystem/Modules/MoreApps/ODSMoreAppsModel.swift",
"OrangeDesignSystem/Modules/MoreApps/ODSMoreAppsView.swift",
"OrangeDesignSystem/Theme/Modifiers/ODSNavigationBarModifier.swift",
"OrangeDesignSystem/Theme/Modifiers/ODSTabBarModifier.swift",
"OrangeDesignSystem/Theme/Modifiers/ODSToolBarModifier.swift",
"OrangeDesignSystem/Theme/ODSComponentsColors.swift",
"OrangeDesignSystem/Theme/ODSCurrentTheme.swift",
"OrangeDesignSystem/Theme/ODSTheme.swift",
"OrangeDesignSystem/Theme/View/ODSThemeableView.swift",
"OrangeDesignSystem/Utils/AccessibleModifiers.swift",
"OrangeDesignSystem/Utils/Cache.swift",
"OrangeDesignSystem/Utils/CachedAsyncImage.swift",
"OrangeDesignSystem/Utils/Color/Color+Extension.swift",
"OrangeDesignSystem/Utils/Color/UIColor+extension.swift",
"OrangeDesignSystem/Utils/DateFormatter+extension.swift",
"OrangeDesignSystem/Utils/DateFormatterCache.swift",
"OrangeDesignSystem/Utils/LoadingState.swift",
"OrangeDesignSystem/Utils/ODSBundle+extension.swift",
"OrangeDesignSystem/Utils/ODSIcon.swift",
"OrangeDesignSystem/Utils/ODSLogger.swift",
"OrangeDesignSystem/Utils/ODSSFSafariViewWrapper.swift",
"OrangeDesignSystem/Utils/ReadSize.swift",
"OrangeDesignSystem/Utils/ShareSheet.swift",
"OrangeDesignSystem/Utils/StringsLocalization.swift",
"OrangeDesignSystem/Utils/TabBar+readSize.swift",
"OrangeDesignSystem/Utils/UIApplication+extension.swift",
"OrangeDesignSystem/Utils/UserDefaultsWrapper.swift",
"OrangeDesignSystem/Utils/VibrationsManager.swift",
"OrangeDesignSystem/Utils/View+extensions.swift",
"OrangeDesignSystem/Utils/WebView.swift"
],
"type" : "library"
},
{
"c99name" : "InnovationCupTheme",
"module_type" : "SwiftTarget",
"name" : "InnovationCupTheme",
"path" : "InnovationCupTheme/Sources",
"product_memberships" : [
"InnovationCupTheme"
],
"sources" : [
"InnovationCupTheme/InnovationCupTheme.swift"
],
"target_dependencies" : [
"OrangeDesignSystem"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/lucaszischka/BottomSheet
Fetching https://github.com/tevelee/SwiftUI-Flow
Fetching https://github.com/Orange-OpenSource/accessibility-statement-lib-ios.git
[1/3998] Fetching bottomsheet
[361/4467] Fetching bottomsheet, accessibility-statement-lib-ios
Fetched https://github.com/Orange-OpenSource/accessibility-statement-lib-ios.git from cache (0.32s)
[401/33476] Fetching bottomsheet, swiftui-flow
Fetched https://github.com/tevelee/SwiftUI-Flow from cache (3.10s)
Fetched https://github.com/lucaszischka/BottomSheet from cache (3.24s)
Computing version for https://github.com/Orange-OpenSource/accessibility-statement-lib-ios.git
Computed https://github.com/Orange-OpenSource/accessibility-statement-lib-ios.git at 1.3.0 (3.80s)
Computing version for https://github.com/lucaszischka/BottomSheet
Computed https://github.com/lucaszischka/BottomSheet at 3.1.1 (0.54s)
Computing version for https://github.com/tevelee/SwiftUI-Flow
Computed https://github.com/tevelee/SwiftUI-Flow at 1.2.0 (0.61s)
Fetching https://github.com/apple/swift-argument-parser
[1/15380] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.91s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (1.42s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
Creating working copy for https://github.com/Orange-OpenSource/accessibility-statement-lib-ios.git
Working copy of https://github.com/Orange-OpenSource/accessibility-statement-lib-ios.git resolved at 1.3.0
Creating working copy for https://github.com/tevelee/SwiftUI-Flow
Working copy of https://github.com/tevelee/SwiftUI-Flow resolved at 1.2.0
Creating working copy for https://github.com/lucaszischka/BottomSheet
Working copy of https://github.com/lucaszischka/BottomSheet resolved at 3.1.1
warning: 'spi-builder-workspace': found 3 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/OrangeDesignSystem/Sources/OrangeDesignSystem/Resources/Icons.xcassets
/host/spi-builder-workspace/OrangeDesignSystem/Sources/OrangeDesignSystem/Resources/Colors.xcassets
/host/spi-builder-workspace/OrangeDesignSystem/Sources/OrangeDesignSystem/Resources/Images.xcassets
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/InnovationCupTheme/Sources/InnovationCupTheme/Resources/Color.xcassets
/host/spi-builder-workspace/InnovationCupTheme/Sources/InnovationCupTheme/Resources/Assets.xcassets
warning: 'accessibility-statement-lib-ios': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/accessibility-statement-lib-ios/Sources/DeclarationAccessibility/Ressources/Assets.xcassets
warning: 'bottomsheet': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/BottomSheet/Sources/BottomSheet/Media.xcassets
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/16] Write sources
[1/16] Copying Info.plist
[1/16] Write sources
[3/16] Copying Info.plist
[4/16] Write sources
[4/16] Copying Localizable.strings
[4/16] Copying Info.plist
[4/16] Write sources
[4/16] Copying Localizable.strings
[4/16] Write sources
[13/16] Copying Assets.xcassets
[14/16] Copying Color.xcassets
[15/16] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/68] Emitting module BottomSheet
/host/spi-builder-workspace/.build/checkouts/BottomSheet/Sources/BottomSheet/BottomSheet+ViewModifiers/BottomSheet+BackgroundBlur.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | public extension BottomSheet {
[18/72] Compiling BottomSheet VisualEffectView.swift
/host/spi-builder-workspace/.build/checkouts/BottomSheet/Sources/BottomSheet/BottomSheet+ViewModifiers/BottomSheet+BackgroundBlur.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | public extension BottomSheet {
[19/72] Compiling BottomSheet BottomSheetConfiguration.swift
/host/spi-builder-workspace/.build/checkouts/BottomSheet/Sources/BottomSheet/BottomSheet+ViewModifiers/BottomSheet+BackgroundBlur.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | public extension BottomSheet {
[20/72] Compiling BottomSheet BottomSheetPosition.swift
/host/spi-builder-workspace/.build/checkouts/BottomSheet/Sources/BottomSheet/BottomSheet+ViewModifiers/BottomSheet+BackgroundBlur.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | public extension BottomSheet {
[21/72] Compiling BottomSheet BottomSheetWidth.swift
/host/spi-builder-workspace/.build/checkouts/BottomSheet/Sources/BottomSheet/BottomSheet+ViewModifiers/BottomSheet+BackgroundBlur.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | public extension BottomSheet {
[22/72] Compiling Flow VFlow.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Flow/Sources/Flow/HFlow.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A view that arranges its children in a horizontal flow layout.
[23/72] Compiling BottomSheet ColorExtension.swift
/host/spi-builder-workspace/.build/checkouts/BottomSheet/Sources/BottomSheet/BottomSheet+ViewModifiers/BottomSheet+BackgroundBlur.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | public extension BottomSheet {
[24/72] Compiling BottomSheet UIApplicationExtension.swift
/host/spi-builder-workspace/.build/checkouts/BottomSheet/Sources/BottomSheet/BottomSheet+ViewModifiers/BottomSheet+BackgroundBlur.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | public extension BottomSheet {
[25/72] Compiling BottomSheet IgnoresSafeAreaCompatible.swift
/host/spi-builder-workspace/.build/checkouts/BottomSheet/Sources/BottomSheet/BottomSheet+ViewModifiers/BottomSheet+BackgroundBlur.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | public extension BottomSheet {
[26/72] Compiling BottomSheet RoundedCornerViewModifier.swift
/host/spi-builder-workspace/.build/checkouts/BottomSheet/Sources/BottomSheet/BottomSheet+ViewModifiers/BottomSheet+BackgroundBlur.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | public extension BottomSheet {
[27/72] Compiling DeclarationAccessibility DeclarationView.swift
/host/spi-builder-workspace/.build/checkouts/accessibility-statement-lib-ios/Sources/DeclarationAccessibility/Utils/EASEWebView.swift:9:8: error: no such module 'SwiftUI'
7 | */
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 | import WebKit
11 |
[28/72] Compiling DeclarationAccessibility InformationView.swift
/host/spi-builder-workspace/.build/checkouts/accessibility-statement-lib-ios/Sources/DeclarationAccessibility/Utils/EASEWebView.swift:9:8: error: no such module 'SwiftUI'
7 | */
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 | import WebKit
11 |
[29/72] Compiling DeclarationAccessibility CircularProgressView.swift
/host/spi-builder-workspace/.build/checkouts/accessibility-statement-lib-ios/Sources/DeclarationAccessibility/Utils/EASEWebView.swift:9:8: error: no such module 'SwiftUI'
7 | */
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 | import WebKit
11 |
[30/73] Compiling Flow VFlowLayout.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Flow/Sources/Flow/HFlow.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A view that arranges its children in a horizontal flow layout.
[31/73] Compiling Flow HFlow.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Flow/Sources/Flow/HFlow.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A view that arranges its children in a horizontal flow layout.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[32/73] Compiling Flow Layout.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Flow/Sources/Flow/HFlow.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A view that arranges its children in a horizontal flow layout.
[33/73] Compiling Flow HFlowLayout.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Flow/Sources/Flow/HFlow.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A view that arranges its children in a horizontal flow layout.
[34/73] Emitting module Flow
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Flow/Sources/Flow/HFlow.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A view that arranges its children in a horizontal flow layout.
[35/73] Compiling Flow Size.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Flow/Sources/Flow/HFlow.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A view that arranges its children in a horizontal flow layout.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: 'spi-builder-workspace': found 3 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/OrangeDesignSystem/Sources/OrangeDesignSystem/Resources/Images.xcassets
/host/spi-builder-workspace/OrangeDesignSystem/Sources/OrangeDesignSystem/Resources/Colors.xcassets
/host/spi-builder-workspace/OrangeDesignSystem/Sources/OrangeDesignSystem/Resources/Icons.xcassets
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/InnovationCupTheme/Sources/InnovationCupTheme/Resources/Assets.xcassets
/host/spi-builder-workspace/InnovationCupTheme/Sources/InnovationCupTheme/Resources/Color.xcassets
warning: 'accessibility-statement-lib-ios': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/accessibility-statement-lib-ios/Sources/DeclarationAccessibility/Ressources/Assets.xcassets
warning: 'bottomsheet': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/BottomSheet/Sources/BottomSheet/Media.xcassets
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/54] Compiling BottomSheet ColorExtension.swift
/host/spi-builder-workspace/.build/checkouts/BottomSheet/Sources/BottomSheet/BottomSheet+ViewModifiers/BottomSheet+BackgroundBlur.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | public extension BottomSheet {
[4/54] Compiling BottomSheet UIApplicationExtension.swift
/host/spi-builder-workspace/.build/checkouts/BottomSheet/Sources/BottomSheet/BottomSheet+ViewModifiers/BottomSheet+BackgroundBlur.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | public extension BottomSheet {
[5/54] Compiling BottomSheet IgnoresSafeAreaCompatible.swift
/host/spi-builder-workspace/.build/checkouts/BottomSheet/Sources/BottomSheet/BottomSheet+ViewModifiers/BottomSheet+BackgroundBlur.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | public extension BottomSheet {
[6/54] Compiling BottomSheet RoundedCornerViewModifier.swift
/host/spi-builder-workspace/.build/checkouts/BottomSheet/Sources/BottomSheet/BottomSheet+ViewModifiers/BottomSheet+BackgroundBlur.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | public extension BottomSheet {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/54] Emitting module Flow
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Flow/Sources/Flow/HFlow.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A view that arranges its children in a horizontal flow layout.
[8/58] Compiling Flow HFlowLayout.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Flow/Sources/Flow/HFlow.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A view that arranges its children in a horizontal flow layout.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/58] Emitting module DeclarationAccessibility
/host/spi-builder-workspace/.build/checkouts/accessibility-statement-lib-ios/Sources/DeclarationAccessibility/Utils/EASEWebView.swift:9:8: error: no such module 'SwiftUI'
7 | */
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 | import WebKit
11 |
[10/58] Compiling Flow HFlow.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Flow/Sources/Flow/HFlow.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A view that arranges its children in a horizontal flow layout.
[11/59] Compiling Flow VFlowLayout.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Flow/Sources/Flow/HFlow.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A view that arranges its children in a horizontal flow layout.
[12/59] Compiling Flow VFlow.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Flow/Sources/Flow/HFlow.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A view that arranges its children in a horizontal flow layout.
[13/59] Compiling Flow Size.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Flow/Sources/Flow/HFlow.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A view that arranges its children in a horizontal flow layout.
[14/59] Compiling BottomSheet VisualEffectView.swift
/host/spi-builder-workspace/.build/checkouts/BottomSheet/Sources/BottomSheet/BottomSheet+ViewModifiers/BottomSheet+BackgroundBlur.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | public extension BottomSheet {
[15/59] Compiling BottomSheet BottomSheetConfiguration.swift
/host/spi-builder-workspace/.build/checkouts/BottomSheet/Sources/BottomSheet/BottomSheet+ViewModifiers/BottomSheet+BackgroundBlur.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | public extension BottomSheet {
[16/59] Compiling BottomSheet BottomSheetPosition.swift
/host/spi-builder-workspace/.build/checkouts/BottomSheet/Sources/BottomSheet/BottomSheet+ViewModifiers/BottomSheet+BackgroundBlur.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | public extension BottomSheet {
[17/59] Compiling BottomSheet BottomSheetWidth.swift
/host/spi-builder-workspace/.build/checkouts/BottomSheet/Sources/BottomSheet/BottomSheet+ViewModifiers/BottomSheet+BackgroundBlur.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | public extension BottomSheet {
[18/59] Compiling DeclarationAccessibility DeclarationView.swift
/host/spi-builder-workspace/.build/checkouts/accessibility-statement-lib-ios/Sources/DeclarationAccessibility/Utils/EASEWebView.swift:9:8: error: no such module 'SwiftUI'
7 | */
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 | import WebKit
11 |
[19/59] Compiling DeclarationAccessibility InformationView.swift
/host/spi-builder-workspace/.build/checkouts/accessibility-statement-lib-ios/Sources/DeclarationAccessibility/Utils/EASEWebView.swift:9:8: error: no such module 'SwiftUI'
7 | */
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 | import WebKit
11 |
[20/59] Compiling DeclarationAccessibility CircularProgressView.swift
/host/spi-builder-workspace/.build/checkouts/accessibility-statement-lib-ios/Sources/DeclarationAccessibility/Utils/EASEWebView.swift:9:8: error: no such module 'SwiftUI'
7 | */
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 | import WebKit
11 |
[21/59] Compiling Flow Layout.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Flow/Sources/Flow/HFlow.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A view that arranges its children in a horizontal flow layout.
BUILD FAILURE 6.1 android