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 WaterfallGrid, reference 1.1.0 (c7c086), with Swift 5.9 for Linux on 26 Jul 2024 02:07:17 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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.48.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/paololeonardi/WaterfallGrid.git
Reference: 1.1.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/paololeonardi/WaterfallGrid
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at c7c0865 Merge pull request #72 from paololeonardi/visionOS
Cloned https://github.com/paololeonardi/WaterfallGrid.git
Revision (git rev-parse @):
c7c08652c3540adf8e48409c351879b4caea7e89
SUCCESS checkout https://github.com/paololeonardi/WaterfallGrid.git at 1.1.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD
https://github.com/paololeonardi/WaterfallGrid.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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
9b857f539cb1: Already exists
08d599862abd: Pulling fs layer
171434641d5a: Pulling fs layer
06209b7d61a3: Pulling fs layer
2ba28e82741f: Pulling fs layer
7fc9d63c38c6: Pulling fs layer
2ba28e82741f: Waiting
7fc9d63c38c6: Waiting
06209b7d61a3: Download complete
08d599862abd: Verifying Checksum
08d599862abd: Download complete
7fc9d63c38c6: Download complete
2ba28e82741f: Verifying Checksum
2ba28e82741f: Download complete
171434641d5a: Verifying Checksum
171434641d5a: Download complete
08d599862abd: Pull complete
171434641d5a: Pull complete
06209b7d61a3: Pull complete
2ba28e82741f: Pull complete
7fc9d63c38c6: Pull complete
Digest: sha256:ab95bcf8ae8f59ab6d4725f4fd8a1a6162581ba0800402e498200829aee2a822
Status: Downloaded newer image for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Building for debugging...
[1/8] Compiling WaterfallGrid ElementPreference.swift
/host/spi-builder-workspace/Sources/WaterfallGrid/Environment/GridSyle.swift:7:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[2/9] Compiling WaterfallGrid ScrollOptions.swift
/host/spi-builder-workspace/Sources/WaterfallGrid/Environment/GridSyle.swift:7:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[3/9] Compiling WaterfallGrid PreferenceSetter.swift
/host/spi-builder-workspace/Sources/WaterfallGrid/Environment/GridSyle.swift:7:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[4/9] Compiling WaterfallGrid View+GridStyle.swift
/host/spi-builder-workspace/Sources/WaterfallGrid/Environment/GridSyle.swift:7:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[5/9] Compiling WaterfallGrid View+ScrollOptions.swift
/host/spi-builder-workspace/Sources/WaterfallGrid/Environment/GridSyle.swift:7:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/9] Emitting module WaterfallGrid
/host/spi-builder-workspace/Sources/WaterfallGrid/Environment/GridSyle.swift:7:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[7/9] Compiling WaterfallGrid PositiveNumber.swift
/host/spi-builder-workspace/Sources/WaterfallGrid/Environment/GridSyle.swift:7:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[8/9] Compiling WaterfallGrid GridSyle.swift
/host/spi-builder-workspace/Sources/WaterfallGrid/Environment/GridSyle.swift:17:73: warning: unknown operating system for build configuration 'os'
        #if os(OSX) || os(tvOS) || targetEnvironment(macCatalyst) || os(visionOS)
                                                                        ^
/host/spi-builder-workspace/Sources/WaterfallGrid/Environment/GridSyle.swift:17:73: note: did you mean 'iOS'?
        #if os(OSX) || os(tvOS) || targetEnvironment(macCatalyst) || os(visionOS)
                                                                        ^~~~~~~~
                                                                        iOS
/host/spi-builder-workspace/Sources/WaterfallGrid/Environment/GridSyle.swift:17:73: note: did you mean 'Windows'?
        #if os(OSX) || os(tvOS) || targetEnvironment(macCatalyst) || os(visionOS)
                                                                        ^~~~~~~~
                                                                        Windows
/host/spi-builder-workspace/Sources/WaterfallGrid/Environment/GridSyle.swift:7:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[9/9] Compiling WaterfallGrid WaterfallGrid.swift
/host/spi-builder-workspace/Sources/WaterfallGrid/Environment/GridSyle.swift:7:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
error: fatalError
BUILD FAILURE 5.9 linux