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 swiftui-property-picker, reference 4.4.6 (18bd1d), with Swift 6.0 for Linux on 29 Nov 2024 22:48:53 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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ipedro/swiftui-property-picker.git
Reference: 4.4.6
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/ipedro/swiftui-property-picker
 * tag               4.4.6      -> FETCH_HEAD
HEAD is now at 18bd1d6 Generated PropertyPicker.swift
Cloned https://github.com/ipedro/swiftui-property-picker.git
Revision (git rev-parse @):
18bd1d659c65768f565e931c5ce9e4ba769d9a04
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ipedro/swiftui-property-picker.git at 4.4.6
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/ipedro/swiftui-property-picker.git
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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 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
Fetching https://github.com/nicklockwood/SwiftFormat
Fetching https://github.com/SimplyDanny/SwiftLintPlugins
[1/137] Fetching swiftlintplugins
Fetched https://github.com/SimplyDanny/SwiftLintPlugins from cache (0.16s)
[1/45778] Fetching swiftformat
Fetched https://github.com/nicklockwood/SwiftFormat from cache (19.41s)
Computing version for https://github.com/SimplyDanny/SwiftLintPlugins
Computed https://github.com/SimplyDanny/SwiftLintPlugins at 0.57.1 (3.36s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.55.3 (2.30s)
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.55.3
Creating working copy for https://github.com/SimplyDanny/SwiftLintPlugins
Working copy of https://github.com/SimplyDanny/SwiftLintPlugins resolved at 0.57.1
[16375/10999301] Downloading https://github.com/realm/SwiftLint/releases/download/0.57.1/SwiftLintBinary-macos.artifactbundle.zip
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.57.1/SwiftLintBinary-macos.artifactbundle.zip
Downloaded https://github.com/realm/SwiftLint/releases/download/0.57.1/SwiftLintBinary-macos.artifactbundle.zip (1.84s)
[1/1] Compiling plugin SwiftFormatPlugin
[2/2] Compiling plugin SwiftLintBuildToolPlugin
[3/3] Compiling plugin SwiftLintCommandPlugin
Building for debugging...
[3/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/31] Emitting module PropertyPicker
/host/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | struct SafeAreaAdjustmentKey: EnvironmentKey {
[8/34] Compiling PropertyPicker PropertyWriter.swift
/host/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | struct SafeAreaAdjustmentKey: EnvironmentKey {
[9/34] Compiling PropertyPicker RowBuilderWriter.swift
/host/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | struct SafeAreaAdjustmentKey: EnvironmentKey {
[10/34] Compiling PropertyPicker InlineRow.swift
/host/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | struct SafeAreaAdjustmentKey: EnvironmentKey {
[11/34] Compiling PropertyPicker ListRow.swift
/host/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | struct SafeAreaAdjustmentKey: EnvironmentKey {
[12/34] Compiling PropertyPicker Rows.swift
/host/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | struct SafeAreaAdjustmentKey: EnvironmentKey {
[13/34] Compiling PropertyPicker Title.swift
/host/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | struct SafeAreaAdjustmentKey: EnvironmentKey {
[14/34] Compiling PropertyPicker PropertyPickerStyle.swift
/host/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | struct SafeAreaAdjustmentKey: EnvironmentKey {
[15/34] Compiling PropertyPicker _InlinePropertyPicker.swift
/host/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | struct SafeAreaAdjustmentKey: EnvironmentKey {
[16/34] Compiling PropertyPicker _ListPropertyPicker.swift
/host/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | struct SafeAreaAdjustmentKey: EnvironmentKey {
[17/34] Compiling PropertyPicker EvironmentKeys.swift
/host/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | struct SafeAreaAdjustmentKey: EnvironmentKey {
[18/34] Compiling PropertyPicker PreferenceKeys.swift
/host/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | struct SafeAreaAdjustmentKey: EnvironmentKey {
[19/34] Compiling PropertyPicker AnimationBox.swift
/host/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | struct SafeAreaAdjustmentKey: EnvironmentKey {
[20/34] Compiling PropertyPicker Context.Data.swift
/host/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | struct SafeAreaAdjustmentKey: EnvironmentKey {
[21/34] Compiling PropertyPicker PropertyPicker.swift
/host/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | struct SafeAreaAdjustmentKey: EnvironmentKey {
[22/34] Compiling PropertyPicker PropertyPickerState.swift
/host/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | struct SafeAreaAdjustmentKey: EnvironmentKey {
[23/34] Compiling PropertyPicker PropertyPickerKey.swift
/host/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | struct SafeAreaAdjustmentKey: EnvironmentKey {
[24/34] Compiling PropertyPicker Property.swift
/host/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | struct SafeAreaAdjustmentKey: EnvironmentKey {
[25/34] Compiling PropertyPicker PropertyID.swift
/host/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | struct SafeAreaAdjustmentKey: EnvironmentKey {
[26/34] Compiling PropertyPicker PropertyOption.swift
/host/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | struct SafeAreaAdjustmentKey: EnvironmentKey {
[27/34] Compiling PropertyPicker PropertyPickerRowSorting.swift
/host/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | struct SafeAreaAdjustmentKey: EnvironmentKey {
[28/34] Compiling PropertyPicker _SheetPropertyPicker.swift
/host/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | struct SafeAreaAdjustmentKey: EnvironmentKey {
[29/34] Compiling PropertyPicker Context.swift
/host/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | struct SafeAreaAdjustmentKey: EnvironmentKey {
[30/34] Compiling PropertyPicker PreferenceWriter.swift
/host/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | struct SafeAreaAdjustmentKey: EnvironmentKey {
[31/34] Compiling PropertyPicker PropertyPickerSafeAreaAdjustmentStyle.swift
/host/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | struct SafeAreaAdjustmentKey: EnvironmentKey {
[32/34] Compiling PropertyPicker PropertyPickerTextTransformation.swift
/host/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | struct SafeAreaAdjustmentKey: EnvironmentKey {
[33/34] Compiling PropertyPicker RowBuilder.swift
/host/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | struct SafeAreaAdjustmentKey: EnvironmentKey {
[34/34] Compiling PropertyPicker PropertyPicker+View.swift
/host/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | struct SafeAreaAdjustmentKey: EnvironmentKey {
BUILD FAILURE 6.0 linux