Build Information
Failed to build SFSymbol, reference 3.0.0 (1870d4
), with Swift 6.0 for Linux on 3 Dec 2024 12:01:34 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.58.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Nirma/SFSymbol.git
Reference: 3.0.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/Nirma/SFSymbol
* tag 3.0.0 -> FETCH_HEAD
HEAD is now at 1870d4d Implement support for SFSymbol 6.0
Cloned https://github.com/Nirma/SFSymbol.git
Revision (git rev-parse @):
1870d4da704042fcabcd086235d97149c2196ea7
SUCCESS checkout https://github.com/Nirma/SFSymbol.git at 3.0.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/Nirma/SFSymbol.git
{
"dependencies" : [
],
"manifest_display_name" : "SFSymbol",
"name" : "SFSymbol",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "SFSymbol",
"targets" : [
"SFSymbol"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SFSymbolTests",
"module_type" : "SwiftTarget",
"name" : "SFSymbolTests",
"path" : "Tests/SFSymbolTests",
"sources" : [
"ImageExtensionTests.swift",
"UIImageExtensionTests.swift"
],
"target_dependencies" : [
"SFSymbol"
],
"type" : "test"
},
{
"c99name" : "SFSymbol",
"module_type" : "SwiftTarget",
"name" : "SFSymbol",
"path" : "Sources/SFSymbol",
"product_memberships" : [
"SFSymbol"
],
"sources" : [
"Extensions/Image+SFSymbol.swift",
"Extensions/NSImage+SFSymbol.swift",
"Extensions/UIImage+SFSymbol.swift",
"Protocols/SymbolImage.swift",
"SFSymbol1/SFSymbol.swift",
"SFSymbol2/SFSymbol2.swift",
"SFSymbol3/SFSymbol3.swift",
"SFSymbol4/SFSymbol4.swift",
"SFSymbol5/SFSymbol5.swift",
"SFSymbol6/SFSymbol6.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/12] Compiling SFSymbol UIImage+SFSymbol.swift
/host/spi-builder-workspace/Sources/SFSymbol/Extensions/Image+SFSymbol.swift:23:8: error: no such module 'SwiftUI'
21 | // THE SOFTWARE.
22 |
23 | import SwiftUI
| `- error: no such module 'SwiftUI'
24 |
25 | public extension Image {
[4/12] Compiling SFSymbol SymbolImage.swift
/host/spi-builder-workspace/Sources/SFSymbol/Extensions/Image+SFSymbol.swift:23:8: error: no such module 'SwiftUI'
21 | // THE SOFTWARE.
22 |
23 | import SwiftUI
| `- error: no such module 'SwiftUI'
24 |
25 | public extension Image {
[5/13] Compiling SFSymbol Image+SFSymbol.swift
/host/spi-builder-workspace/Sources/SFSymbol/Extensions/Image+SFSymbol.swift:23:8: error: no such module 'SwiftUI'
21 | // THE SOFTWARE.
22 |
23 | import SwiftUI
| `- error: no such module 'SwiftUI'
24 |
25 | public extension Image {
[6/13] Compiling SFSymbol NSImage+SFSymbol.swift
/host/spi-builder-workspace/Sources/SFSymbol/Extensions/Image+SFSymbol.swift:23:8: error: no such module 'SwiftUI'
21 | // THE SOFTWARE.
22 |
23 | import SwiftUI
| `- error: no such module 'SwiftUI'
24 |
25 | public extension Image {
[7/13] Compiling SFSymbol SFSymbol4.swift
/host/spi-builder-workspace/Sources/SFSymbol/Extensions/Image+SFSymbol.swift:23:8: error: no such module 'SwiftUI'
21 | // THE SOFTWARE.
22 |
23 | import SwiftUI
| `- error: no such module 'SwiftUI'
24 |
25 | public extension Image {
[8/13] Compiling SFSymbol SFSymbol2.swift
/host/spi-builder-workspace/Sources/SFSymbol/Extensions/Image+SFSymbol.swift:23:8: error: no such module 'SwiftUI'
21 | // THE SOFTWARE.
22 |
23 | import SwiftUI
| `- error: no such module 'SwiftUI'
24 |
25 | public extension Image {
[9/13] Compiling SFSymbol SFSymbol3.swift
/host/spi-builder-workspace/Sources/SFSymbol/Extensions/Image+SFSymbol.swift:23:8: error: no such module 'SwiftUI'
21 | // THE SOFTWARE.
22 |
23 | import SwiftUI
| `- error: no such module 'SwiftUI'
24 |
25 | public extension Image {
[10/13] Compiling SFSymbol SFSymbol.swift
/host/spi-builder-workspace/Sources/SFSymbol/Extensions/Image+SFSymbol.swift:23:8: error: no such module 'SwiftUI'
21 | // THE SOFTWARE.
22 |
23 | import SwiftUI
| `- error: no such module 'SwiftUI'
24 |
25 | public extension Image {
[11/13] Compiling SFSymbol SFSymbol5.swift
/host/spi-builder-workspace/Sources/SFSymbol/Extensions/Image+SFSymbol.swift:23:8: error: no such module 'SwiftUI'
21 | // THE SOFTWARE.
22 |
23 | import SwiftUI
| `- error: no such module 'SwiftUI'
24 |
25 | public extension Image {
[12/13] Compiling SFSymbol SFSymbol6.swift
/host/spi-builder-workspace/Sources/SFSymbol/Extensions/Image+SFSymbol.swift:23:8: error: no such module 'SwiftUI'
21 | // THE SOFTWARE.
22 |
23 | import SwiftUI
| `- error: no such module 'SwiftUI'
24 |
25 | public extension Image {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/13] Emitting module SFSymbol
/host/spi-builder-workspace/Sources/SFSymbol/Extensions/Image+SFSymbol.swift:23:8: error: no such module 'SwiftUI'
21 | // THE SOFTWARE.
22 |
23 | import SwiftUI
| `- error: no such module 'SwiftUI'
24 |
25 | public extension Image {
BUILD FAILURE 6.0 linux