The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build OrangeDesignSystem, reference qualif (117005), with Swift 6.1 for Wasm on 4 Jun 2025 20:02:09 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 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: qualif
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
 * branch            qualif     -> FETCH_HEAD
 * [new branch]      qualif     -> origin/qualif
HEAD is now at 1170052 Prepare version 1.4.0
Cloned https://github.com/Orange-OpenSource/ods-ios.git
Revision (git rev-parse @):
11700524e78dee687f2559b972268f58864e3bb5
SUCCESS checkout https://github.com/Orange-OpenSource/ods-ios.git at qualif
========================================
Build
========================================
Selected platform:         wasm
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-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/Orange-OpenSource/accessibility-statement-lib-ios.git
Fetching https://github.com/lucaszischka/BottomSheet
Fetching https://github.com/tevelee/SwiftUI-Flow
[1/3998] Fetching bottomsheet
[401/4467] Fetching bottomsheet, accessibility-statement-lib-ios
Fetched https://github.com/Orange-OpenSource/accessibility-statement-lib-ios.git from cache (0.35s)
[401/33476] Fetching bottomsheet, swiftui-flow
Fetched https://github.com/tevelee/SwiftUI-Flow from cache (3.69s)
Fetched https://github.com/lucaszischka/BottomSheet from cache (3.86s)
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 (4.75s)
Computing version for https://github.com/lucaszischka/BottomSheet
Computed https://github.com/lucaszischka/BottomSheet at 3.1.1 (0.85s)
Computing version for https://github.com/tevelee/SwiftUI-Flow
Computed https://github.com/tevelee/SwiftUI-Flow at 1.2.0 (1.06s)
Fetching https://github.com/apple/swift-argument-parser
[1/15380] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.20s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (2.24s)
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
[6/16] Copying Localizable.strings
[7/16] Copying Info.plist
[11/16] Copying Localizable.strings
[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 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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[18/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 {
[19/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.
[20/72] 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.
[21/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 {
[22/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 {
[23/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 {
[24/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 {
[25/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 |
[26/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 |
[27/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 |
[28/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.
[29/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.
[30/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.
[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.
[32/73] 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 {
[33/73] 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 {
[34/73] 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 {
[35/73] 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 {
[36/73] Compiling BottomSheet BottomSheetView+DragIndicatorAction.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 {
[37/73] Compiling BottomSheet BottomSheetView+Gestures.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 {
[38/73] Compiling BottomSheet BottomSheetView+HelperViews.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 {
[39/73] Compiling BottomSheet BottomSheetView+KeyboardHeight.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 {
[40/73] Compiling BottomSheet BottomSheetView+SwitchPosition.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 {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-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/Colors.xcassets
    /host/spi-builder-workspace/OrangeDesignSystem/Sources/OrangeDesignSystem/Resources/Icons.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
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/54] 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 |
[4/55] 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 {
[5/55] 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 {
[6/55] 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 {
[7/55] 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 {
[8/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 |
[9/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 {
[10/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 {
[11/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 {
[12/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 {
[13/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 |
[14/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 |
[15/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.
[16/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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/59] 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.
[18/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.
[19/59] 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.
[20/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.
[21/59] 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.
BUILD FAILURE 6.1 wasm