The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build SwiftGUI, reference 0.3.0 (e0d07f), with Swift 5.9 for Linux on 28 Apr 2025 14:56:21 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-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.9
Building package at path:  $PWD
https://github.com/yonaskolb/SwiftGUI.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:93fe18f778ec94e026baa8cc68b2ae87de241b204c49ca7a3a12cf55897227aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/wickwirew/Runtime
[1/1966] Fetching runtime
Fetched https://github.com/wickwirew/Runtime (0.23s)
Computing version for https://github.com/wickwirew/Runtime
Computed https://github.com/wickwirew/Runtime at 2.2.7 (0.36s)
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/1] Compiling CRuntime dummy.c
[2/42] Emitting module Runtime
[3/47] Compiling Runtime Vector.swift
[4/47] Compiling Runtime GettersSetters.swift
[5/47] Compiling Runtime Pointer+Extensions.swift
[6/47] Compiling Runtime RetainCounts.swift
[7/47] Compiling Runtime String+Extensions.swift
[8/47] Compiling Runtime EnumTypeDescriptor.swift
[9/47] Compiling Runtime ExistentialContainter.swift
[10/47] Compiling Runtime FieldDescriptor.swift
[11/47] Compiling Runtime FunctionMetadataLayout.swift
[12/47] Compiling Runtime MetadataLayoutType.swift
[13/47] Compiling Runtime ProtocolDescriptor.swift
[14/47] Compiling Runtime TypeDescriptor.swift
[15/47] Compiling Runtime ValueWitnessTable.swift
[16/47] Compiling Runtime ClassMetadata.swift
[17/47] Compiling Runtime EnumMetadata.swift
[18/47] Compiling Runtime FuntionMetadata.swift
[19/47] Compiling Runtime Metadata.swift
[20/47] Compiling Runtime MetadataType.swift
[21/47] Compiling Runtime NominalMetadataType.swift
[22/47] Compiling Runtime ProtocolMetadata.swift
[23/47] Compiling Runtime StructMetadata.swift
[24/47] Compiling Runtime TupleMetadata.swift
[25/47] Compiling Runtime Case.swift
[26/47] Compiling Runtime TypeInfoConvertible.swift
[27/47] Compiling Runtime Pointers.swift
[28/47] Compiling Runtime RelativePointer.swift
[29/47] Compiling Runtime RelativeVectorPointer.swift
[30/47] Compiling Runtime Union.swift
[31/47] Compiling Runtime ProtocolMetadataLayout.swift
[32/47] Compiling Runtime ProtocolTypeContainer.swift
[33/47] Compiling Runtime StructMetadataLayout.swift
[34/47] Compiling Runtime StructTypeDescriptor.swift
[35/47] Compiling Runtime TargetTypeGenericContextDescriptorHeader.swift
[36/47] Compiling Runtime TupleMetadataLayout.swift
[37/47] Compiling Runtime Errors.swift
[38/47] Compiling Runtime FunctionInfo.swift
[39/47] Compiling Runtime Kind.swift
[40/47] Compiling Runtime PropertyInfo.swift
[41/47] Compiling Runtime TypeInfo.swift
[42/47] Compiling Runtime DefaultValue.swift
[43/47] Compiling Runtime Factory.swift
[44/47] Compiling Runtime ClassHeader.swift
[45/47] Compiling Runtime ClassMetadataLayout.swift
[46/47] Compiling Runtime ClassTypeDescriptor.swift
[47/47] Compiling Runtime EnumMetadataLayout.swift
[50/62] Compiling SwiftGUI SwiftView.swift
/host/spi-builder-workspace/Sources/SwiftGUI/Config.swift:10:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[51/63] Compiling SwiftGUI TestObject.swift
/host/spi-builder-workspace/Sources/SwiftGUI/Config.swift:10:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[52/63] Compiling SwiftGUI ArrayView.swift
/host/spi-builder-workspace/Sources/SwiftGUI/Config.swift:10:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[53/63] Compiling SwiftGUI PropertyPreview.swift
/host/spi-builder-workspace/Sources/SwiftGUI/Config.swift:10:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[54/63] Compiling SwiftGUI ObjectView.swift
/host/spi-builder-workspace/Sources/SwiftGUI/Config.swift:10:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[55/63] Compiling SwiftGUI OptionalView.swift
/host/spi-builder-workspace/Sources/SwiftGUI/Config.swift:10:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[56/63] Compiling SwiftGUI Config.swift
/host/spi-builder-workspace/Sources/SwiftGUI/Config.swift:10:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[57/63] Compiling SwiftGUI Property.swift
/host/spi-builder-workspace/Sources/SwiftGUI/Config.swift:10:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[58/63] Compiling SwiftGUI SanitizedType.swift
/host/spi-builder-workspace/Sources/SwiftGUI/Config.swift:10:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[59/63] Compiling SwiftGUI SwiftUIExtensions.swift
/host/spi-builder-workspace/Sources/SwiftGUI/Config.swift:10:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[60/63] Compiling SwiftGUI UnknownView.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)
[61/63] Emitting module SwiftGUI
/host/spi-builder-workspace/Sources/SwiftGUI/Config.swift:10:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[62/63] Compiling SwiftGUI DefaultPropertyPreviews.swift
/host/spi-builder-workspace/Sources/SwiftGUI/Config.swift:10:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[63/63] Compiling SwiftGUI EnumView.swift
/host/spi-builder-workspace/Sources/SwiftGUI/Config.swift:10:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
error: fatalError
BUILD FAILURE 5.9 linux