Build Information
Failed to build SwiftGUI, reference 0.3.0 (e0d07f
), with Swift 5.10 for Linux on 28 Apr 2025 14:43:06 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yonaskolb/SwiftGUI.git
Reference: 0.3.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/yonaskolb/SwiftGUI
* tag 0.3.0 -> FETCH_HEAD
HEAD is now at e0d07fc make default property filter a no-op
Cloned https://github.com/yonaskolb/SwiftGUI.git
Revision (git rev-parse @):
e0d07fc374fd1d999c58675cb8991803f3c615c0
SUCCESS checkout https://github.com/yonaskolb/SwiftGUI.git at 0.3.0
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $PWD
https://github.com/yonaskolb/SwiftGUI.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:616ef225d0085997f26355ad9695b1159b91f6187a43f9ff135cb59d096bc97d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/wickwirew/Runtime
[1/1966] Fetching runtime
Fetched https://github.com/wickwirew/Runtime from cache (0.25s)
Computing version for https://github.com/wickwirew/Runtime
Computed https://github.com/wickwirew/Runtime at 2.2.7 (0.34s)
Creating working copy for https://github.com/wickwirew/Runtime
Working copy of https://github.com/wickwirew/Runtime resolved at 2.2.7
Building for debugging...
[0/4] Write sources
[2/4] Compiling CRuntime dummy.c
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/45] Emitting module Runtime
[6/50] Compiling Runtime EnumTypeDescriptor.swift
[7/50] Compiling Runtime ExistentialContainter.swift
[8/50] Compiling Runtime FieldDescriptor.swift
[9/50] Compiling Runtime FunctionMetadataLayout.swift
[10/50] Compiling Runtime MetadataLayoutType.swift
[11/50] Compiling Runtime ProtocolDescriptor.swift
[12/50] Compiling Runtime Vector.swift
[13/50] Compiling Runtime GettersSetters.swift
[14/50] Compiling Runtime Pointer+Extensions.swift
[15/50] Compiling Runtime RetainCounts.swift
[16/50] Compiling Runtime String+Extensions.swift
[17/50] Compiling Runtime Errors.swift
[18/50] Compiling Runtime FunctionInfo.swift
[19/50] Compiling Runtime Kind.swift
[20/50] Compiling Runtime PropertyInfo.swift
[21/50] Compiling Runtime TypeInfo.swift
[22/50] Compiling Runtime ProtocolMetadataLayout.swift
[23/50] Compiling Runtime ProtocolTypeContainer.swift
[24/50] Compiling Runtime StructMetadataLayout.swift
[25/50] Compiling Runtime StructTypeDescriptor.swift
[26/50] Compiling Runtime TargetTypeGenericContextDescriptorHeader.swift
[27/50] Compiling Runtime TupleMetadataLayout.swift
[28/50] Compiling Runtime TypeDescriptor.swift
[29/50] Compiling Runtime ValueWitnessTable.swift
[30/50] Compiling Runtime ClassMetadata.swift
[31/50] Compiling Runtime EnumMetadata.swift
[32/50] Compiling Runtime FuntionMetadata.swift
[33/50] Compiling Runtime Metadata.swift
[34/50] Compiling Runtime MetadataType.swift
[35/50] Compiling Runtime NominalMetadataType.swift
[36/50] Compiling Runtime ProtocolMetadata.swift
[37/50] Compiling Runtime StructMetadata.swift
[38/50] Compiling Runtime TupleMetadata.swift
[39/50] Compiling Runtime Case.swift
[40/50] Compiling Runtime TypeInfoConvertible.swift
[41/50] Compiling Runtime Pointers.swift
[42/50] Compiling Runtime RelativePointer.swift
[43/50] Compiling Runtime RelativeVectorPointer.swift
[44/50] Compiling Runtime Union.swift
[45/50] Compiling Runtime DefaultValue.swift
[46/50] Compiling Runtime Factory.swift
[47/50] Compiling Runtime ClassHeader.swift
[48/50] Compiling Runtime ClassMetadataLayout.swift
[49/50] Compiling Runtime ClassTypeDescriptor.swift
[50/50] Compiling Runtime EnumMetadataLayout.swift
[52/64] Compiling SwiftGUI SwiftView.swift
/host/spi-builder-workspace/Sources/SwiftGUI/Config.swift:10:8: error: no such module 'SwiftUI'
import SwiftUI
^
[53/65] Compiling SwiftGUI PropertyPreview.swift
/host/spi-builder-workspace/Sources/SwiftGUI/Config.swift:10:8: error: no such module 'SwiftUI'
import SwiftUI
^
[54/65] Compiling SwiftGUI ObjectView.swift
/host/spi-builder-workspace/Sources/SwiftGUI/Config.swift:10:8: error: no such module 'SwiftUI'
import SwiftUI
^
[55/65] Compiling SwiftGUI OptionalView.swift
/host/spi-builder-workspace/Sources/SwiftGUI/Config.swift:10:8: error: no such module 'SwiftUI'
import SwiftUI
^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[56/65] Emitting module SwiftGUI
/host/spi-builder-workspace/Sources/SwiftGUI/Config.swift:10:8: error: no such module 'SwiftUI'
import SwiftUI
^
[57/65] Compiling SwiftGUI UnknownView.swift
/host/spi-builder-workspace/Sources/SwiftGUI/Config.swift:10:8: error: no such module 'SwiftUI'
import SwiftUI
^
[58/65] Compiling SwiftGUI DefaultPropertyPreviews.swift
/host/spi-builder-workspace/Sources/SwiftGUI/Config.swift:10:8: error: no such module 'SwiftUI'
import SwiftUI
^
[59/65] Compiling SwiftGUI EnumView.swift
/host/spi-builder-workspace/Sources/SwiftGUI/Config.swift:10:8: error: no such module 'SwiftUI'
import SwiftUI
^
[60/65] Compiling SwiftGUI TestObject.swift
/host/spi-builder-workspace/Sources/SwiftGUI/Config.swift:10:8: error: no such module 'SwiftUI'
import SwiftUI
^
[61/65] Compiling SwiftGUI ArrayView.swift
/host/spi-builder-workspace/Sources/SwiftGUI/Config.swift:10:8: error: no such module 'SwiftUI'
import SwiftUI
^
[62/65] Compiling SwiftGUI SanitizedType.swift
/host/spi-builder-workspace/Sources/SwiftGUI/Config.swift:10:8: error: no such module 'SwiftUI'
import SwiftUI
^
[63/65] Compiling SwiftGUI SwiftUIExtensions.swift
/host/spi-builder-workspace/Sources/SwiftGUI/Config.swift:10:8: error: no such module 'SwiftUI'
import SwiftUI
^
[64/65] Compiling SwiftGUI Config.swift
/host/spi-builder-workspace/Sources/SwiftGUI/Config.swift:10:8: error: no such module 'SwiftUI'
import SwiftUI
^
[65/65] Compiling SwiftGUI Property.swift
/host/spi-builder-workspace/Sources/SwiftGUI/Config.swift:10:8: error: no such module 'SwiftUI'
import SwiftUI
^
error: fatalError
BUILD FAILURE 5.10 linux