The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build swiftui-property-picker, reference main (9855b4), with Swift 5.10 for macOS (SPM) on 8 Nov 2025 15:48:40 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ipedro/swiftui-property-picker.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ipedro/swiftui-property-picker
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9855b42 update workflows
Cloned https://github.com/ipedro/swiftui-property-picker.git
Revision (git rev-parse @):
9855b42cdf6438cb4cdd77de7264565889b0231c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ipedro/swiftui-property-picker.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/ipedro/swiftui-property-picker.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin SwiftLintBuildToolPlugin
[2/2] Compiling plugin SwiftLintCommandPlugin
Building for debugging...
[2/5] Write sources
[4/5] Write swift-version-33747A42983211AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/31] Emitting module PropertyPicker
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:3:32: error: attribute can only be applied to declarations, not types
struct SafeAreaAdjustmentKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:7:28: error: attribute can only be applied to declarations, not types
struct SheetAnimationKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:11:32: error: attribute can only be applied to declarations, not types
struct SelectionAnimationKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:15:28: error: attribute can only be applied to declarations, not types
struct TitleTransformKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:23:24: error: attribute can only be applied to declarations, not types
struct RowSortingKey: @preconcurrency EnvironmentKey {
                      ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:27:27: error: attribute can only be applied to declarations, not types
struct RowBackgroundKey: @preconcurrency EnvironmentKey {
                         ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:32:28: error: attribute can only be applied to declarations, not types
struct LabelTransformKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:42:32: error: attribute can only be applied to declarations, not types
struct PresentationDetentKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:47:33: error: attribute can only be applied to declarations, not types
struct PresentationDetentsKey: @preconcurrency EnvironmentKey {
                               ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Development/Styles/_SheetPropertyPicker.swift:15:53: error: main actor-isolated static property 'defaultValue' can not be referenced from a non-isolated context
    private var _selection = PresentationDetentsKey.defaultValue.first!
                                                    ^
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:48:27: note: static property declared here
    @MainActor static var defaultValue: Set<PresentationDetent> = [
                          ^
[7/33] Compiling PropertyPicker PropertyOption.swift
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:3:32: error: attribute can only be applied to declarations, not types
struct SafeAreaAdjustmentKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:7:28: error: attribute can only be applied to declarations, not types
struct SheetAnimationKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:11:32: error: attribute can only be applied to declarations, not types
struct SelectionAnimationKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:15:28: error: attribute can only be applied to declarations, not types
struct TitleTransformKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:23:24: error: attribute can only be applied to declarations, not types
struct RowSortingKey: @preconcurrency EnvironmentKey {
                      ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:27:27: error: attribute can only be applied to declarations, not types
struct RowBackgroundKey: @preconcurrency EnvironmentKey {
                         ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:32:28: error: attribute can only be applied to declarations, not types
struct LabelTransformKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:42:32: error: attribute can only be applied to declarations, not types
struct PresentationDetentKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:47:33: error: attribute can only be applied to declarations, not types
struct PresentationDetentsKey: @preconcurrency EnvironmentKey {
                               ~^~~~~~~~~~~~~~~

[8/33] Compiling PropertyPicker PropertyPickerRowSorting.swift
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:3:32: error: attribute can only be applied to declarations, not types
struct SafeAreaAdjustmentKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:7:28: error: attribute can only be applied to declarations, not types
struct SheetAnimationKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:11:32: error: attribute can only be applied to declarations, not types
struct SelectionAnimationKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:15:28: error: attribute can only be applied to declarations, not types
struct TitleTransformKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:23:24: error: attribute can only be applied to declarations, not types
struct RowSortingKey: @preconcurrency EnvironmentKey {
                      ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:27:27: error: attribute can only be applied to declarations, not types
struct RowBackgroundKey: @preconcurrency EnvironmentKey {
                         ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:32:28: error: attribute can only be applied to declarations, not types
struct LabelTransformKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:42:32: error: attribute can only be applied to declarations, not types
struct PresentationDetentKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:47:33: error: attribute can only be applied to declarations, not types
struct PresentationDetentsKey: @preconcurrency EnvironmentKey {
                               ~^~~~~~~~~~~~~~~

[9/33] Compiling PropertyPicker PropertyPickerSafeAreaAdjustmentStyle.swift
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:3:32: error: attribute can only be applied to declarations, not types
struct SafeAreaAdjustmentKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:7:28: error: attribute can only be applied to declarations, not types
struct SheetAnimationKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:11:32: error: attribute can only be applied to declarations, not types
struct SelectionAnimationKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:15:28: error: attribute can only be applied to declarations, not types
struct TitleTransformKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:23:24: error: attribute can only be applied to declarations, not types
struct RowSortingKey: @preconcurrency EnvironmentKey {
                      ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:27:27: error: attribute can only be applied to declarations, not types
struct RowBackgroundKey: @preconcurrency EnvironmentKey {
                         ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:32:28: error: attribute can only be applied to declarations, not types
struct LabelTransformKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:42:32: error: attribute can only be applied to declarations, not types
struct PresentationDetentKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:47:33: error: attribute can only be applied to declarations, not types
struct PresentationDetentsKey: @preconcurrency EnvironmentKey {
                               ~^~~~~~~~~~~~~~~

[10/33] Compiling PropertyPicker InlineRow.swift
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:3:32: error: attribute can only be applied to declarations, not types
struct SafeAreaAdjustmentKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:7:28: error: attribute can only be applied to declarations, not types
struct SheetAnimationKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:11:32: error: attribute can only be applied to declarations, not types
struct SelectionAnimationKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:15:28: error: attribute can only be applied to declarations, not types
struct TitleTransformKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:23:24: error: attribute can only be applied to declarations, not types
struct RowSortingKey: @preconcurrency EnvironmentKey {
                      ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:27:27: error: attribute can only be applied to declarations, not types
struct RowBackgroundKey: @preconcurrency EnvironmentKey {
                         ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:32:28: error: attribute can only be applied to declarations, not types
struct LabelTransformKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:42:32: error: attribute can only be applied to declarations, not types
struct PresentationDetentKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:47:33: error: attribute can only be applied to declarations, not types
struct PresentationDetentsKey: @preconcurrency EnvironmentKey {
                               ~^~~~~~~~~~~~~~~

[11/33] Compiling PropertyPicker ListRow.swift
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:3:32: error: attribute can only be applied to declarations, not types
struct SafeAreaAdjustmentKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:7:28: error: attribute can only be applied to declarations, not types
struct SheetAnimationKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:11:32: error: attribute can only be applied to declarations, not types
struct SelectionAnimationKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:15:28: error: attribute can only be applied to declarations, not types
struct TitleTransformKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:23:24: error: attribute can only be applied to declarations, not types
struct RowSortingKey: @preconcurrency EnvironmentKey {
                      ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:27:27: error: attribute can only be applied to declarations, not types
struct RowBackgroundKey: @preconcurrency EnvironmentKey {
                         ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:32:28: error: attribute can only be applied to declarations, not types
struct LabelTransformKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:42:32: error: attribute can only be applied to declarations, not types
struct PresentationDetentKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:47:33: error: attribute can only be applied to declarations, not types
struct PresentationDetentsKey: @preconcurrency EnvironmentKey {
                               ~^~~~~~~~~~~~~~~

[12/33] Compiling PropertyPicker Rows.swift
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:3:32: error: attribute can only be applied to declarations, not types
struct SafeAreaAdjustmentKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:7:28: error: attribute can only be applied to declarations, not types
struct SheetAnimationKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:11:32: error: attribute can only be applied to declarations, not types
struct SelectionAnimationKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:15:28: error: attribute can only be applied to declarations, not types
struct TitleTransformKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:23:24: error: attribute can only be applied to declarations, not types
struct RowSortingKey: @preconcurrency EnvironmentKey {
                      ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:27:27: error: attribute can only be applied to declarations, not types
struct RowBackgroundKey: @preconcurrency EnvironmentKey {
                         ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:32:28: error: attribute can only be applied to declarations, not types
struct LabelTransformKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:42:32: error: attribute can only be applied to declarations, not types
struct PresentationDetentKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:47:33: error: attribute can only be applied to declarations, not types
struct PresentationDetentsKey: @preconcurrency EnvironmentKey {
                               ~^~~~~~~~~~~~~~~

[13/33] Compiling PropertyPicker Title.swift
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:3:32: error: attribute can only be applied to declarations, not types
struct SafeAreaAdjustmentKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:7:28: error: attribute can only be applied to declarations, not types
struct SheetAnimationKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:11:32: error: attribute can only be applied to declarations, not types
struct SelectionAnimationKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:15:28: error: attribute can only be applied to declarations, not types
struct TitleTransformKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:23:24: error: attribute can only be applied to declarations, not types
struct RowSortingKey: @preconcurrency EnvironmentKey {
                      ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:27:27: error: attribute can only be applied to declarations, not types
struct RowBackgroundKey: @preconcurrency EnvironmentKey {
                         ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:32:28: error: attribute can only be applied to declarations, not types
struct LabelTransformKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:42:32: error: attribute can only be applied to declarations, not types
struct PresentationDetentKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:47:33: error: attribute can only be applied to declarations, not types
struct PresentationDetentsKey: @preconcurrency EnvironmentKey {
                               ~^~~~~~~~~~~~~~~

[14/33] Compiling PropertyPicker _SheetPropertyPicker.swift
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:3:32: error: attribute can only be applied to declarations, not types
struct SafeAreaAdjustmentKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:7:28: error: attribute can only be applied to declarations, not types
struct SheetAnimationKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:11:32: error: attribute can only be applied to declarations, not types
struct SelectionAnimationKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:15:28: error: attribute can only be applied to declarations, not types
struct TitleTransformKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:23:24: error: attribute can only be applied to declarations, not types
struct RowSortingKey: @preconcurrency EnvironmentKey {
                      ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:27:27: error: attribute can only be applied to declarations, not types
struct RowBackgroundKey: @preconcurrency EnvironmentKey {
                         ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:32:28: error: attribute can only be applied to declarations, not types
struct LabelTransformKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:42:32: error: attribute can only be applied to declarations, not types
struct PresentationDetentKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:47:33: error: attribute can only be applied to declarations, not types
struct PresentationDetentsKey: @preconcurrency EnvironmentKey {
                               ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Development/Styles/_SheetPropertyPicker.swift:15:53: error: main actor-isolated static property 'defaultValue' can not be referenced from a non-isolated context
    private var _selection = PresentationDetentsKey.defaultValue.first!
                                                    ^
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:48:27: note: static property declared here
    @MainActor static var defaultValue: Set<PresentationDetent> = [
                          ^
[15/33] Compiling PropertyPicker Context.swift
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:3:32: error: attribute can only be applied to declarations, not types
struct SafeAreaAdjustmentKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:7:28: error: attribute can only be applied to declarations, not types
struct SheetAnimationKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:11:32: error: attribute can only be applied to declarations, not types
struct SelectionAnimationKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:15:28: error: attribute can only be applied to declarations, not types
struct TitleTransformKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:23:24: error: attribute can only be applied to declarations, not types
struct RowSortingKey: @preconcurrency EnvironmentKey {
                      ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:27:27: error: attribute can only be applied to declarations, not types
struct RowBackgroundKey: @preconcurrency EnvironmentKey {
                         ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:32:28: error: attribute can only be applied to declarations, not types
struct LabelTransformKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:42:32: error: attribute can only be applied to declarations, not types
struct PresentationDetentKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:47:33: error: attribute can only be applied to declarations, not types
struct PresentationDetentsKey: @preconcurrency EnvironmentKey {
                               ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Development/Styles/_SheetPropertyPicker.swift:15:53: error: main actor-isolated static property 'defaultValue' can not be referenced from a non-isolated context
    private var _selection = PresentationDetentsKey.defaultValue.first!
                                                    ^
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:48:27: note: static property declared here
    @MainActor static var defaultValue: Set<PresentationDetent> = [
                          ^
[16/33] Compiling PropertyPicker PreferenceWriter.swift
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:3:32: error: attribute can only be applied to declarations, not types
struct SafeAreaAdjustmentKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:7:28: error: attribute can only be applied to declarations, not types
struct SheetAnimationKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:11:32: error: attribute can only be applied to declarations, not types
struct SelectionAnimationKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:15:28: error: attribute can only be applied to declarations, not types
struct TitleTransformKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:23:24: error: attribute can only be applied to declarations, not types
struct RowSortingKey: @preconcurrency EnvironmentKey {
                      ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:27:27: error: attribute can only be applied to declarations, not types
struct RowBackgroundKey: @preconcurrency EnvironmentKey {
                         ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:32:28: error: attribute can only be applied to declarations, not types
struct LabelTransformKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:42:32: error: attribute can only be applied to declarations, not types
struct PresentationDetentKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:47:33: error: attribute can only be applied to declarations, not types
struct PresentationDetentsKey: @preconcurrency EnvironmentKey {
                               ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Development/Styles/_SheetPropertyPicker.swift:15:53: error: main actor-isolated static property 'defaultValue' can not be referenced from a non-isolated context
    private var _selection = PresentationDetentsKey.defaultValue.first!
                                                    ^
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:48:27: note: static property declared here
    @MainActor static var defaultValue: Set<PresentationDetent> = [
                          ^
[17/33] Compiling PropertyPicker Context.Data.swift
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:3:32: error: attribute can only be applied to declarations, not types
struct SafeAreaAdjustmentKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:7:28: error: attribute can only be applied to declarations, not types
struct SheetAnimationKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:11:32: error: attribute can only be applied to declarations, not types
struct SelectionAnimationKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:15:28: error: attribute can only be applied to declarations, not types
struct TitleTransformKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:23:24: error: attribute can only be applied to declarations, not types
struct RowSortingKey: @preconcurrency EnvironmentKey {
                      ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:27:27: error: attribute can only be applied to declarations, not types
struct RowBackgroundKey: @preconcurrency EnvironmentKey {
                         ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:32:28: error: attribute can only be applied to declarations, not types
struct LabelTransformKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:42:32: error: attribute can only be applied to declarations, not types
struct PresentationDetentKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:47:33: error: attribute can only be applied to declarations, not types
struct PresentationDetentsKey: @preconcurrency EnvironmentKey {
                               ~^~~~~~~~~~~~~~~

[18/33] Compiling PropertyPicker Property.swift
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:3:32: error: attribute can only be applied to declarations, not types
struct SafeAreaAdjustmentKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:7:28: error: attribute can only be applied to declarations, not types
struct SheetAnimationKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:11:32: error: attribute can only be applied to declarations, not types
struct SelectionAnimationKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:15:28: error: attribute can only be applied to declarations, not types
struct TitleTransformKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:23:24: error: attribute can only be applied to declarations, not types
struct RowSortingKey: @preconcurrency EnvironmentKey {
                      ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:27:27: error: attribute can only be applied to declarations, not types
struct RowBackgroundKey: @preconcurrency EnvironmentKey {
                         ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:32:28: error: attribute can only be applied to declarations, not types
struct LabelTransformKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:42:32: error: attribute can only be applied to declarations, not types
struct PresentationDetentKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:47:33: error: attribute can only be applied to declarations, not types
struct PresentationDetentsKey: @preconcurrency EnvironmentKey {
                               ~^~~~~~~~~~~~~~~

[19/33] Compiling PropertyPicker PropertyID.swift
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:3:32: error: attribute can only be applied to declarations, not types
struct SafeAreaAdjustmentKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:7:28: error: attribute can only be applied to declarations, not types
struct SheetAnimationKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:11:32: error: attribute can only be applied to declarations, not types
struct SelectionAnimationKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:15:28: error: attribute can only be applied to declarations, not types
struct TitleTransformKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:23:24: error: attribute can only be applied to declarations, not types
struct RowSortingKey: @preconcurrency EnvironmentKey {
                      ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:27:27: error: attribute can only be applied to declarations, not types
struct RowBackgroundKey: @preconcurrency EnvironmentKey {
                         ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:32:28: error: attribute can only be applied to declarations, not types
struct LabelTransformKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:42:32: error: attribute can only be applied to declarations, not types
struct PresentationDetentKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:47:33: error: attribute can only be applied to declarations, not types
struct PresentationDetentsKey: @preconcurrency EnvironmentKey {
                               ~^~~~~~~~~~~~~~~

[20/33] Compiling PropertyPicker PropertyPickerTextTransformation.swift
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:3:32: error: attribute can only be applied to declarations, not types
struct SafeAreaAdjustmentKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:7:28: error: attribute can only be applied to declarations, not types
struct SheetAnimationKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:11:32: error: attribute can only be applied to declarations, not types
struct SelectionAnimationKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:15:28: error: attribute can only be applied to declarations, not types
struct TitleTransformKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:23:24: error: attribute can only be applied to declarations, not types
struct RowSortingKey: @preconcurrency EnvironmentKey {
                      ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:27:27: error: attribute can only be applied to declarations, not types
struct RowBackgroundKey: @preconcurrency EnvironmentKey {
                         ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:32:28: error: attribute can only be applied to declarations, not types
struct LabelTransformKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:42:32: error: attribute can only be applied to declarations, not types
struct PresentationDetentKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:47:33: error: attribute can only be applied to declarations, not types
struct PresentationDetentsKey: @preconcurrency EnvironmentKey {
                               ~^~~~~~~~~~~~~~~

[21/33] Compiling PropertyPicker RowBuilder.swift
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:3:32: error: attribute can only be applied to declarations, not types
struct SafeAreaAdjustmentKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:7:28: error: attribute can only be applied to declarations, not types
struct SheetAnimationKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:11:32: error: attribute can only be applied to declarations, not types
struct SelectionAnimationKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:15:28: error: attribute can only be applied to declarations, not types
struct TitleTransformKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:23:24: error: attribute can only be applied to declarations, not types
struct RowSortingKey: @preconcurrency EnvironmentKey {
                      ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:27:27: error: attribute can only be applied to declarations, not types
struct RowBackgroundKey: @preconcurrency EnvironmentKey {
                         ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:32:28: error: attribute can only be applied to declarations, not types
struct LabelTransformKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:42:32: error: attribute can only be applied to declarations, not types
struct PresentationDetentKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:47:33: error: attribute can only be applied to declarations, not types
struct PresentationDetentsKey: @preconcurrency EnvironmentKey {
                               ~^~~~~~~~~~~~~~~

[22/33] Compiling PropertyPicker PropertyPicker+View.swift
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:3:32: error: attribute can only be applied to declarations, not types
struct SafeAreaAdjustmentKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:7:28: error: attribute can only be applied to declarations, not types
struct SheetAnimationKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:11:32: error: attribute can only be applied to declarations, not types
struct SelectionAnimationKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:15:28: error: attribute can only be applied to declarations, not types
struct TitleTransformKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:23:24: error: attribute can only be applied to declarations, not types
struct RowSortingKey: @preconcurrency EnvironmentKey {
                      ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:27:27: error: attribute can only be applied to declarations, not types
struct RowBackgroundKey: @preconcurrency EnvironmentKey {
                         ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:32:28: error: attribute can only be applied to declarations, not types
struct LabelTransformKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:42:32: error: attribute can only be applied to declarations, not types
struct PresentationDetentKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:47:33: error: attribute can only be applied to declarations, not types
struct PresentationDetentsKey: @preconcurrency EnvironmentKey {
                               ~^~~~~~~~~~~~~~~

[23/33] Compiling PropertyPicker PropertyWriter.swift
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:3:32: error: attribute can only be applied to declarations, not types
struct SafeAreaAdjustmentKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:7:28: error: attribute can only be applied to declarations, not types
struct SheetAnimationKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:11:32: error: attribute can only be applied to declarations, not types
struct SelectionAnimationKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:15:28: error: attribute can only be applied to declarations, not types
struct TitleTransformKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:23:24: error: attribute can only be applied to declarations, not types
struct RowSortingKey: @preconcurrency EnvironmentKey {
                      ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:27:27: error: attribute can only be applied to declarations, not types
struct RowBackgroundKey: @preconcurrency EnvironmentKey {
                         ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:32:28: error: attribute can only be applied to declarations, not types
struct LabelTransformKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:42:32: error: attribute can only be applied to declarations, not types
struct PresentationDetentKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:47:33: error: attribute can only be applied to declarations, not types
struct PresentationDetentsKey: @preconcurrency EnvironmentKey {
                               ~^~~~~~~~~~~~~~~

[24/33] Compiling PropertyPicker RowBuilderWriter.swift
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:3:32: error: attribute can only be applied to declarations, not types
struct SafeAreaAdjustmentKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:7:28: error: attribute can only be applied to declarations, not types
struct SheetAnimationKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:11:32: error: attribute can only be applied to declarations, not types
struct SelectionAnimationKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:15:28: error: attribute can only be applied to declarations, not types
struct TitleTransformKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:23:24: error: attribute can only be applied to declarations, not types
struct RowSortingKey: @preconcurrency EnvironmentKey {
                      ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:27:27: error: attribute can only be applied to declarations, not types
struct RowBackgroundKey: @preconcurrency EnvironmentKey {
                         ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:32:28: error: attribute can only be applied to declarations, not types
struct LabelTransformKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:42:32: error: attribute can only be applied to declarations, not types
struct PresentationDetentKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:47:33: error: attribute can only be applied to declarations, not types
struct PresentationDetentsKey: @preconcurrency EnvironmentKey {
                               ~^~~~~~~~~~~~~~~

[25/33] Compiling PropertyPicker PropertyPicker.swift
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:3:32: error: attribute can only be applied to declarations, not types
struct SafeAreaAdjustmentKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:7:28: error: attribute can only be applied to declarations, not types
struct SheetAnimationKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:11:32: error: attribute can only be applied to declarations, not types
struct SelectionAnimationKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:15:28: error: attribute can only be applied to declarations, not types
struct TitleTransformKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:23:24: error: attribute can only be applied to declarations, not types
struct RowSortingKey: @preconcurrency EnvironmentKey {
                      ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:27:27: error: attribute can only be applied to declarations, not types
struct RowBackgroundKey: @preconcurrency EnvironmentKey {
                         ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:32:28: error: attribute can only be applied to declarations, not types
struct LabelTransformKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:42:32: error: attribute can only be applied to declarations, not types
struct PresentationDetentKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:47:33: error: attribute can only be applied to declarations, not types
struct PresentationDetentsKey: @preconcurrency EnvironmentKey {
                               ~^~~~~~~~~~~~~~~

[26/33] Compiling PropertyPicker PropertyPickerState.swift
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:3:32: error: attribute can only be applied to declarations, not types
struct SafeAreaAdjustmentKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:7:28: error: attribute can only be applied to declarations, not types
struct SheetAnimationKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:11:32: error: attribute can only be applied to declarations, not types
struct SelectionAnimationKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:15:28: error: attribute can only be applied to declarations, not types
struct TitleTransformKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:23:24: error: attribute can only be applied to declarations, not types
struct RowSortingKey: @preconcurrency EnvironmentKey {
                      ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:27:27: error: attribute can only be applied to declarations, not types
struct RowBackgroundKey: @preconcurrency EnvironmentKey {
                         ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:32:28: error: attribute can only be applied to declarations, not types
struct LabelTransformKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:42:32: error: attribute can only be applied to declarations, not types
struct PresentationDetentKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:47:33: error: attribute can only be applied to declarations, not types
struct PresentationDetentsKey: @preconcurrency EnvironmentKey {
                               ~^~~~~~~~~~~~~~~

[27/33] Compiling PropertyPicker PropertyPickerKey.swift
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:3:32: error: attribute can only be applied to declarations, not types
struct SafeAreaAdjustmentKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:7:28: error: attribute can only be applied to declarations, not types
struct SheetAnimationKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:11:32: error: attribute can only be applied to declarations, not types
struct SelectionAnimationKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:15:28: error: attribute can only be applied to declarations, not types
struct TitleTransformKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:23:24: error: attribute can only be applied to declarations, not types
struct RowSortingKey: @preconcurrency EnvironmentKey {
                      ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:27:27: error: attribute can only be applied to declarations, not types
struct RowBackgroundKey: @preconcurrency EnvironmentKey {
                         ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:32:28: error: attribute can only be applied to declarations, not types
struct LabelTransformKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:42:32: error: attribute can only be applied to declarations, not types
struct PresentationDetentKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:47:33: error: attribute can only be applied to declarations, not types
struct PresentationDetentsKey: @preconcurrency EnvironmentKey {
                               ~^~~~~~~~~~~~~~~

[28/33] Compiling PropertyPicker EvironmentKeys.swift
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:3:32: error: attribute can only be applied to declarations, not types
struct SafeAreaAdjustmentKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:7:28: error: attribute can only be applied to declarations, not types
struct SheetAnimationKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:11:32: error: attribute can only be applied to declarations, not types
struct SelectionAnimationKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:15:28: error: attribute can only be applied to declarations, not types
struct TitleTransformKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:23:24: error: attribute can only be applied to declarations, not types
struct RowSortingKey: @preconcurrency EnvironmentKey {
                      ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:27:27: error: attribute can only be applied to declarations, not types
struct RowBackgroundKey: @preconcurrency EnvironmentKey {
                         ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:32:28: error: attribute can only be applied to declarations, not types
struct LabelTransformKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:42:32: error: attribute can only be applied to declarations, not types
struct PresentationDetentKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:47:33: error: attribute can only be applied to declarations, not types
struct PresentationDetentsKey: @preconcurrency EnvironmentKey {
                               ~^~~~~~~~~~~~~~~

[29/33] Compiling PropertyPicker PreferenceKeys.swift
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:3:32: error: attribute can only be applied to declarations, not types
struct SafeAreaAdjustmentKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:7:28: error: attribute can only be applied to declarations, not types
struct SheetAnimationKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:11:32: error: attribute can only be applied to declarations, not types
struct SelectionAnimationKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:15:28: error: attribute can only be applied to declarations, not types
struct TitleTransformKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:23:24: error: attribute can only be applied to declarations, not types
struct RowSortingKey: @preconcurrency EnvironmentKey {
                      ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:27:27: error: attribute can only be applied to declarations, not types
struct RowBackgroundKey: @preconcurrency EnvironmentKey {
                         ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:32:28: error: attribute can only be applied to declarations, not types
struct LabelTransformKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:42:32: error: attribute can only be applied to declarations, not types
struct PresentationDetentKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:47:33: error: attribute can only be applied to declarations, not types
struct PresentationDetentsKey: @preconcurrency EnvironmentKey {
                               ~^~~~~~~~~~~~~~~

[30/33] Compiling PropertyPicker AnimationBox.swift
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:3:32: error: attribute can only be applied to declarations, not types
struct SafeAreaAdjustmentKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:7:28: error: attribute can only be applied to declarations, not types
struct SheetAnimationKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:11:32: error: attribute can only be applied to declarations, not types
struct SelectionAnimationKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:15:28: error: attribute can only be applied to declarations, not types
struct TitleTransformKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:23:24: error: attribute can only be applied to declarations, not types
struct RowSortingKey: @preconcurrency EnvironmentKey {
                      ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:27:27: error: attribute can only be applied to declarations, not types
struct RowBackgroundKey: @preconcurrency EnvironmentKey {
                         ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:32:28: error: attribute can only be applied to declarations, not types
struct LabelTransformKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:42:32: error: attribute can only be applied to declarations, not types
struct PresentationDetentKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:47:33: error: attribute can only be applied to declarations, not types
struct PresentationDetentsKey: @preconcurrency EnvironmentKey {
                               ~^~~~~~~~~~~~~~~

[31/33] Compiling PropertyPicker PropertyPickerStyle.swift
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:3:32: error: attribute can only be applied to declarations, not types
struct SafeAreaAdjustmentKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:7:28: error: attribute can only be applied to declarations, not types
struct SheetAnimationKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:11:32: error: attribute can only be applied to declarations, not types
struct SelectionAnimationKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:15:28: error: attribute can only be applied to declarations, not types
struct TitleTransformKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:23:24: error: attribute can only be applied to declarations, not types
struct RowSortingKey: @preconcurrency EnvironmentKey {
                      ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:27:27: error: attribute can only be applied to declarations, not types
struct RowBackgroundKey: @preconcurrency EnvironmentKey {
                         ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:32:28: error: attribute can only be applied to declarations, not types
struct LabelTransformKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:42:32: error: attribute can only be applied to declarations, not types
struct PresentationDetentKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:47:33: error: attribute can only be applied to declarations, not types
struct PresentationDetentsKey: @preconcurrency EnvironmentKey {
                               ~^~~~~~~~~~~~~~~

[32/33] Compiling PropertyPicker _InlinePropertyPicker.swift
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:3:32: error: attribute can only be applied to declarations, not types
struct SafeAreaAdjustmentKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:7:28: error: attribute can only be applied to declarations, not types
struct SheetAnimationKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:11:32: error: attribute can only be applied to declarations, not types
struct SelectionAnimationKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:15:28: error: attribute can only be applied to declarations, not types
struct TitleTransformKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:23:24: error: attribute can only be applied to declarations, not types
struct RowSortingKey: @preconcurrency EnvironmentKey {
                      ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:27:27: error: attribute can only be applied to declarations, not types
struct RowBackgroundKey: @preconcurrency EnvironmentKey {
                         ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:32:28: error: attribute can only be applied to declarations, not types
struct LabelTransformKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:42:32: error: attribute can only be applied to declarations, not types
struct PresentationDetentKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:47:33: error: attribute can only be applied to declarations, not types
struct PresentationDetentsKey: @preconcurrency EnvironmentKey {
                               ~^~~~~~~~~~~~~~~

[33/33] Compiling PropertyPicker _ListPropertyPicker.swift
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:3:32: error: attribute can only be applied to declarations, not types
struct SafeAreaAdjustmentKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:7:28: error: attribute can only be applied to declarations, not types
struct SheetAnimationKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:11:32: error: attribute can only be applied to declarations, not types
struct SelectionAnimationKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:15:28: error: attribute can only be applied to declarations, not types
struct TitleTransformKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:23:24: error: attribute can only be applied to declarations, not types
struct RowSortingKey: @preconcurrency EnvironmentKey {
                      ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:27:27: error: attribute can only be applied to declarations, not types
struct RowBackgroundKey: @preconcurrency EnvironmentKey {
                         ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:32:28: error: attribute can only be applied to declarations, not types
struct LabelTransformKey: @preconcurrency EnvironmentKey {
                          ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:42:32: error: attribute can only be applied to declarations, not types
struct PresentationDetentKey: @preconcurrency EnvironmentKey {
                              ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Development/Environment/EvironmentKeys.swift:47:33: error: attribute can only be applied to declarations, not types
struct PresentationDetentsKey: @preconcurrency EnvironmentKey {
                               ~^~~~~~~~~~~~~~~

error: fatalError
Fetching https://github.com/SimplyDanny/SwiftLintPlugins
[1/253] Fetching swiftlintplugins
Fetched https://github.com/SimplyDanny/SwiftLintPlugins from cache (1.04s)
Computing version for https://github.com/SimplyDanny/SwiftLintPlugins
Computed https://github.com/SimplyDanny/SwiftLintPlugins at 0.62.2 (0.38s)
Creating working copy for https://github.com/SimplyDanny/SwiftLintPlugins
Working copy of https://github.com/SimplyDanny/SwiftLintPlugins resolved at 0.62.2
[16375/71991460] Downloading https://github.com/realm/SwiftLint/releases/download/0.62.2/SwiftLintBinary.artifactbundle.zip
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.62.2/SwiftLintBinary.artifactbundle.zip
Downloaded https://github.com/realm/SwiftLint/releases/download/0.62.2/SwiftLintBinary.artifactbundle.zip (3.52s)
BUILD FAILURE 5.10 macosSpm