Build Information
Failed to build OUDS, reference develop (15eadf
), with Swift 6.0 for Linux on 27 Jun 2025 18:49:52 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Orange-OpenSource/ouds-ios.git
Reference: develop
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/ouds-ios
* branch develop -> FETCH_HEAD
* [new branch] develop -> origin/develop
HEAD is now at 15eadfb chore: add @jerome-regnier in documentation for review process
Cloned https://github.com/Orange-OpenSource/ouds-ios.git
Revision (git rev-parse @):
15eadfb21b566d926032028794a3171586c9e28b
SUCCESS checkout https://github.com/Orange-OpenSource/ouds-ios.git at develop
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/Orange-OpenSource/ouds-ios.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:f0ebbd71bee66c692411a61ab9a7ee6edc82316b7a7b4c6173cc06c00f20ed39
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/swiftlang/swift-docc-plugin
Fetching https://github.com/nicklockwood/SwiftFormat
Fetching https://github.com/SimplyDanny/SwiftLintPlugins
[1/209] Fetching swiftlintplugins
[210/2291] Fetching swiftlintplugins, swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.42s)
[1/49126] Fetching swiftformat
Fetched https://github.com/SimplyDanny/SwiftLintPlugins from cache (28.16s)
Fetched https://github.com/nicklockwood/SwiftFormat from cache (29.01s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.56.4 (2.67s)
Computing version for https://github.com/SimplyDanny/SwiftLintPlugins
Computed https://github.com/SimplyDanny/SwiftLintPlugins at 0.59.1 (0.67s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (5.63s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3418] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (2.89s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.03s)
Creating working copy for https://github.com/SimplyDanny/SwiftLintPlugins
Working copy of https://github.com/SimplyDanny/SwiftLintPlugins resolved at 0.59.1
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.56.4
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
[1369/41085097] Downloading https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip
Downloaded https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip (4.46s)
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
[3/3] Compiling plugin SwiftFormatPlugin
[4/4] Compiling plugin SwiftLintBuildToolPlugin
[5/5] Compiling plugin SwiftLintCommandPlugin
Building for debugging...
[5/18] Write sources
[8/18] Copying Info.plist
[9/18] Copying Localizable.xcstrings
[9/18] Write sources
[16/18] Copying Media.xcassets
[17/18] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[19/26] Emitting module OUDSFoundations
/host/spi-builder-workspace/OUDS/Foundations/Sources/Extensions/Color+extensions.swift:15:8: error: no such module 'SwiftUI'
13 |
14 | // Conditional import and use of UIKit for documentation generation (see #628 #626)
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 | #if canImport(UIKit)
17 | import UIKit
[20/27] Compiling OUDSFoundations Color+extensions.swift
/host/spi-builder-workspace/OUDS/Foundations/Sources/Extensions/Color+extensions.swift:15:8: error: no such module 'SwiftUI'
13 |
14 | // Conditional import and use of UIKit for documentation generation (see #628 #626)
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 | #if canImport(UIKit)
17 | import UIKit
[21/27] Compiling OUDSFoundations Font+extensions.swift
/host/spi-builder-workspace/OUDS/Foundations/Sources/Extensions/Color+extensions.swift:15:8: error: no such module 'SwiftUI'
13 |
14 | // Conditional import and use of UIKit for documentation generation (see #628 #626)
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 | #if canImport(UIKit)
17 | import UIKit
[22/27] Compiling OUDSFoundations Int+SwiftUI.swift
/host/spi-builder-workspace/OUDS/Foundations/Sources/Extensions/Color+extensions.swift:15:8: error: no such module 'SwiftUI'
13 |
14 | // Conditional import and use of UIKit for documentation generation (see #628 #626)
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 | #if canImport(UIKit)
17 | import UIKit
[23/27] Compiling OUDSFoundations OUDSWCAG21Ratio.swift
/host/spi-builder-workspace/OUDS/Foundations/Sources/Extensions/Color+extensions.swift:15:8: error: no such module 'SwiftUI'
13 |
14 | // Conditional import and use of UIKit for documentation generation (see #628 #626)
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 | #if canImport(UIKit)
17 | import UIKit
[24/27] Compiling OUDSFoundations OUDSLogger.swift
/host/spi-builder-workspace/OUDS/Foundations/Sources/Extensions/Color+extensions.swift:15:8: error: no such module 'SwiftUI'
13 |
14 | // Conditional import and use of UIKit for documentation generation (see #628 #626)
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 | #if canImport(UIKit)
17 | import UIKit
[25/27] Compiling OUDSFoundations String+SwiftUI.swift
/host/spi-builder-workspace/OUDS/Foundations/Sources/Extensions/Color+extensions.swift:15:8: error: no such module 'SwiftUI'
13 |
14 | // Conditional import and use of UIKit for documentation generation (see #628 #626)
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 | #if canImport(UIKit)
17 | import UIKit
[26/27] Compiling OUDSFoundations String+l10n.swift
/host/spi-builder-workspace/OUDS/Foundations/Sources/Extensions/Color+extensions.swift:15:8: error: no such module 'SwiftUI'
13 |
14 | // Conditional import and use of UIKit for documentation generation (see #628 #626)
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 | #if canImport(UIKit)
17 | import UIKit
[27/27] Compiling OUDSFoundations String+extensions.swift
/host/spi-builder-workspace/OUDS/Foundations/Sources/Extensions/Color+extensions.swift:15:8: error: no such module 'SwiftUI'
13 |
14 | // Conditional import and use of UIKit for documentation generation (see #628 #626)
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 | #if canImport(UIKit)
17 | import UIKit
BUILD FAILURE 6.0 linux