Build Information
Failed to build OrangeDesignSystem, reference qualif (117005
), with Swift 6.2 (beta) for Wasm on 24 Jun 2025 10:23:03 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
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.2
Building package at path: $PWD
https://github.com/Orange-OpenSource/ods-ios.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Fetching https://github.com/Orange-OpenSource/accessibility-statement-lib-ios.git
Fetching https://github.com/tevelee/SwiftUI-Flow
Fetching https://github.com/lucaszischka/BottomSheet
[1/3998] Fetching bottomsheet
[361/33561] Fetching bottomsheet, swiftui-flow
[1248/34030] Fetching bottomsheet, swiftui-flow, accessibility-statement-lib-ios
Fetched https://github.com/Orange-OpenSource/accessibility-statement-lib-ios.git from cache (0.54s)
[6864/33561] Fetching bottomsheet, swiftui-flow
Fetched https://github.com/tevelee/SwiftUI-Flow from cache (4.31s)
Fetched https://github.com/lucaszischka/BottomSheet from cache (4.53s)
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 (5.18s)
Computing version for https://github.com/lucaszischka/BottomSheet
Computed https://github.com/lucaszischka/BottomSheet at 3.1.1 (0.68s)
Computing version for https://github.com/tevelee/SwiftUI-Flow
Computed https://github.com/tevelee/SwiftUI-Flow at 1.2.0 (0.68s)
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.30s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (1.96s)
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/lucaszischka/BottomSheet
Working copy of https://github.com/lucaszischka/BottomSheet resolved at 3.1.1
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/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.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/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/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] Copying Info.plist
[1/16] Copying Localizable.strings
[1/16] Write sources
[5/16] Copying Localizable.strings
[7/16] Copying Info.plist
[7/16] Copying Localizable.strings
[10/16] Write sources
[13/16] Copying Assets.xcassets
[14/16] Copying Color.xcassets
[15/16] Write swift-version-24593BA9C3E375BF.txt
[17/68] Compiling BottomSheet BottomSheet+CustomAnimation.swift
/host/spi-builder-workspace/.build/checkouts/accessibility-statement-lib-ios/Sources/DeclarationAccessibility/Model/Declaration.swift:9:8: error: no such module 'Foundation'
7 | */
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | struct Declaration {
[18/68] Compiling BottomSheet BottomSheet+CustomBackground+iOS15.swift
/host/spi-builder-workspace/.build/checkouts/accessibility-statement-lib-ios/Sources/DeclarationAccessibility/Model/Declaration.swift:9:8: error: no such module 'Foundation'
7 | */
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | struct Declaration {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[19/68] Emitting module DeclarationAccessibility
/host/spi-builder-workspace/.build/checkouts/accessibility-statement-lib-ios/Sources/DeclarationAccessibility/Model/Declaration.swift:9:8: error: no such module 'Foundation'
7 | */
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | struct Declaration {
[20/69] 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.
[21/69] 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.
[22/69] Compiling DeclarationAccessibility Theme.swift
/host/spi-builder-workspace/.build/checkouts/accessibility-statement-lib-ios/Sources/DeclarationAccessibility/Model/Declaration.swift:9:8: error: no such module 'Foundation'
7 | */
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | struct Declaration {
[23/69] Compiling DeclarationAccessibility resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/accessibility-statement-lib-ios/Sources/DeclarationAccessibility/Model/Declaration.swift:9:8: error: no such module 'Foundation'
7 | */
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | struct Declaration {
[24/69] Compiling DeclarationAccessibility InformationView.swift
/host/spi-builder-workspace/.build/checkouts/accessibility-statement-lib-ios/Sources/DeclarationAccessibility/Model/Declaration.swift:9:8: error: no such module 'Foundation'
7 | */
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | struct Declaration {
[25/69] Compiling DeclarationAccessibility Log.swift
/host/spi-builder-workspace/.build/checkouts/accessibility-statement-lib-ios/Sources/DeclarationAccessibility/Model/Declaration.swift:9:8: error: no such module 'Foundation'
7 | */
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | struct Declaration {
[26/69] 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.
/host/spi-builder-workspace/.build/checkouts/BottomSheet/Sources/BottomSheet/BottomSheet+ViewModifiers/BottomSheet+AccountingForKeyboardHeight.swift:9:8: error: no such module 'Foundation'
7 |
8 | #if !os(macOS)
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension BottomSheet {
/host/spi-builder-workspace/.build/checkouts/BottomSheet/Sources/BottomSheet/BottomSheet+ViewModifiers/BottomSheet+AccountingForKeyboardHeight.swift:9:8: error: no such module 'Foundation'
7 |
8 | #if !os(macOS)
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension BottomSheet {
[29/69] Compiling BottomSheet BottomSheet+CustomBackground.swift
/host/spi-builder-workspace/.build/checkouts/BottomSheet/Sources/BottomSheet/BottomSheet+ViewModifiers/BottomSheet+AccountingForKeyboardHeight.swift:9:8: error: no such module 'Foundation'
7 |
8 | #if !os(macOS)
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension BottomSheet {
[30/69] Compiling BottomSheet BottomSheet+DragGesture.swift
/host/spi-builder-workspace/.build/checkouts/BottomSheet/Sources/BottomSheet/BottomSheet+ViewModifiers/BottomSheet+AccountingForKeyboardHeight.swift:9:8: error: no such module 'Foundation'
7 |
8 | #if !os(macOS)
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension BottomSheet {
[31/69] Compiling BottomSheet BottomSheet+DragIndicator.swift
/host/spi-builder-workspace/.build/checkouts/BottomSheet/Sources/BottomSheet/BottomSheet+ViewModifiers/BottomSheet+AccountingForKeyboardHeight.swift:9:8: error: no such module 'Foundation'
7 |
8 | #if !os(macOS)
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension BottomSheet {
[32/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.
/host/spi-builder-workspace/.build/checkouts/accessibility-statement-lib-ios/Sources/DeclarationAccessibility/Model/Declaration.swift:9:8: error: no such module 'Foundation'
7 | */
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | struct Declaration {
/host/spi-builder-workspace/.build/checkouts/accessibility-statement-lib-ios/Sources/DeclarationAccessibility/Model/Declaration.swift:9:8: error: no such module 'Foundation'
7 | */
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | struct Declaration {
[35/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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[36/73] Emitting module BottomSheet
/host/spi-builder-workspace/.build/checkouts/BottomSheet/Sources/BottomSheet/BottomSheet+ViewModifiers/BottomSheet+AccountingForKeyboardHeight.swift:9:8: error: no such module 'Foundation'
7 |
8 | #if !os(macOS)
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension BottomSheet {
[37/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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[38/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.
[39/73] Compiling DeclarationAccessibility DeclarationView.swift
/host/spi-builder-workspace/.build/checkouts/accessibility-statement-lib-ios/Sources/DeclarationAccessibility/Model/Declaration.swift:9:8: error: no such module 'Foundation'
7 | */
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | struct Declaration {
[40/73] Compiling DeclarationAccessibility CircularProgressView.swift
/host/spi-builder-workspace/.build/checkouts/accessibility-statement-lib-ios/Sources/DeclarationAccessibility/Model/Declaration.swift:9:8: error: no such module 'Foundation'
7 | */
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | struct Declaration {
BUILD FAILURE 6.2 wasm