Build Information
Failed to build OUDS, reference 0.15.0 (4b68bd
), with Swift 6.2 (beta) for Android on 19 Jun 2025 06:51:15 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 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: 0.15.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/ouds-ios
* tag 0.15.0 -> FETCH_HEAD
HEAD is now at 4b68bdb Version 0.15.0 (#686)
Cloned https://github.com/Orange-OpenSource/ouds-ios.git
Revision (git rev-parse @):
4b68bdb021c426d5e001b6c4fc3e200e2a19db28
SUCCESS checkout https://github.com/Orange-OpenSource/ouds-ios.git at 0.15.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/Orange-OpenSource/ouds-ios.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/SimplyDanny/SwiftLintPlugins
Fetching https://github.com/nicklockwood/SwiftFormat
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/199] Fetching swiftlintplugins
[200/2281] Fetching swiftlintplugins, swift-docc-plugin
[2282/51222] Fetching swiftlintplugins, swift-docc-plugin, swiftformat
Fetched https://github.com/SimplyDanny/SwiftLintPlugins from cache (1.03s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.04s)
[4895/48941] Fetching swiftformat
Fetched https://github.com/nicklockwood/SwiftFormat from cache (23.72s)
Computing version for https://github.com/SimplyDanny/SwiftLintPlugins
Computed https://github.com/SimplyDanny/SwiftLintPlugins at 0.59.1 (24.07s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (2.34s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3413] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.39s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.83s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.56.4 (0.41s)
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/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
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/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.56.4
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip
[1369/41085097] Downloading 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.27s)
[1/1] Compiling plugin SwiftFormatPlugin
[2/2] Compiling plugin SwiftLintCommandPlugin
[3/3] Compiling plugin SwiftLintBuildToolPlugin
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SwiftDocCPluginUtilities/BuildGraph/DocumentationBuildGraph.swift:106:17: warning: capture of non-sendable type 'Target.Type' in an isolated closure; this is an error in the Swift 6 language mode
104 | // Copy the closure and the target into a block operation object
105 | let new = BlockOperation { [work, task] in
106 | work(task)
| `- warning: capture of non-sendable type 'Target.Type' in an isolated closure; this is an error in the Swift 6 language mode
107 | }
108 | operationsByID[task.id] = new
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SwiftDocCPluginUtilities/BuildGraph/DocumentationBuildGraph.swift:105:41: warning: capture of non-sendable type 'Target.Type' in an isolated closure; this is an error in the Swift 6 language mode
103 | }
104 | // Copy the closure and the target into a block operation object
105 | let new = BlockOperation { [work, task] in
| `- warning: capture of non-sendable type 'Target.Type' in an isolated closure; this is an error in the Swift 6 language mode
106 | work(task)
107 | }
[4/4] Compiling plugin Swift-DocC Preview
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SwiftDocCPluginUtilities/BuildGraph/DocumentationBuildGraph.swift:106:17: warning: capture of non-sendable type 'Target.Type' in an isolated closure; this is an error in the Swift 6 language mode
104 | // Copy the closure and the target into a block operation object
105 | let new = BlockOperation { [work, task] in
106 | work(task)
| `- warning: capture of non-sendable type 'Target.Type' in an isolated closure; this is an error in the Swift 6 language mode
107 | }
108 | operationsByID[task.id] = new
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SwiftDocCPluginUtilities/BuildGraph/DocumentationBuildGraph.swift:105:41: warning: capture of non-sendable type 'Target.Type' in an isolated closure; this is an error in the Swift 6 language mode
103 | }
104 | // Copy the closure and the target into a block operation object
105 | let new = BlockOperation { [work, task] in
| `- warning: capture of non-sendable type 'Target.Type' in an isolated closure; this is an error in the Swift 6 language mode
106 | work(task)
107 | }
[5/5] Compiling plugin Swift-DocC
Building for debugging...
[5/18] Write sources
[13/18] Copying Info.plist
[15/18] Copying Localizable.xcstrings
[16/18] Copying Media.xcassets
[17/18] Write swift-version-8C5A4AE7A8CE2BA.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[19/26] 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
[20/26] 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
[21/26] 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
[22/26] 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
[23/26] 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
[24/26] 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
[25/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
[26/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
[27/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
BUILD FAILURE 6.2 android