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 snap-style, reference 0.1.0 (28b223), with Swift 6.2 (beta) for macOS (SPM) on 3 Sep 2025 19:25:20 UTC.

Build Command

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

Build Log

 43 |                     }
 44 |
 45 |                 case let keyPath as KeyPath<CompositionKey, CompositionKey.ValueBuilder>:
    |                                  `- warning: cast from 'Key.ValueBuilderKeyPath' (aka 'KeyPath<Key, SnapStyle.ValueBuilder<SnapStyle.Value<Key>>>') to unrelated type 'KeyPath<SnapStyle.CompositionKey, SnapStyle.CompositionKey.ValueBuilder>' (aka 'KeyPath<SnapStyle.CompositionKey, SnapStyle.ValueBuilder<SnapStyle.Value<SnapStyle.CompositionKey>>>') always fails
 46 |                     if let builders = compositions[keyPath] as? [Key.ValueBuilder] {
 47 |                         return builders
/Users/admin/builder/spi-builder-workspace/Sources/Base/Container/SnapStyle+Builder.swift:50:34: warning: cast from 'Key.ValueBuilderKeyPath' (aka 'KeyPath<Key, SnapStyle.ValueBuilder<SnapStyle.Value<Key>>>') to unrelated type 'KeyPath<SnapStyle.AccentKey, SnapStyle.AccentKey.ValueBuilder>' (aka 'KeyPath<SnapStyle.AccentKey, SnapStyle.ValueBuilder<SnapStyle.Value<SnapStyle.AccentKey>>>') always fails
 48 |                     }
 49 |
 50 |                 case let keyPath as KeyPath<AccentKey, AccentKey.ValueBuilder>:
    |                                  `- warning: cast from 'Key.ValueBuilderKeyPath' (aka 'KeyPath<Key, SnapStyle.ValueBuilder<SnapStyle.Value<Key>>>') to unrelated type 'KeyPath<SnapStyle.AccentKey, SnapStyle.AccentKey.ValueBuilder>' (aka 'KeyPath<SnapStyle.AccentKey, SnapStyle.ValueBuilder<SnapStyle.Value<SnapStyle.AccentKey>>>') always fails
 51 |                     if let builders = accents[keyPath] as? [Key.ValueBuilder] {
 52 |                         return builders
/Users/admin/builder/spi-builder-workspace/Sources/Base/Container/SnapStyle+Builder.swift:55:34: warning: cast from 'Key.ValueBuilderKeyPath' (aka 'KeyPath<Key, SnapStyle.ValueBuilder<SnapStyle.Value<Key>>>') to unrelated type 'KeyPath<SnapStyle.ShapeKey, SnapStyle.ShapeKey.ValueBuilder>' (aka 'KeyPath<SnapStyle.ShapeKey, SnapStyle.ValueBuilder<SnapStyle.Value<SnapStyle.ShapeKey>>>') always fails
 53 |                     }
 54 |
 55 |                 case let keyPath as KeyPath<ShapeKey, ShapeKey.ValueBuilder>:
    |                                  `- warning: cast from 'Key.ValueBuilderKeyPath' (aka 'KeyPath<Key, SnapStyle.ValueBuilder<SnapStyle.Value<Key>>>') to unrelated type 'KeyPath<SnapStyle.ShapeKey, SnapStyle.ShapeKey.ValueBuilder>' (aka 'KeyPath<SnapStyle.ShapeKey, SnapStyle.ValueBuilder<SnapStyle.Value<SnapStyle.ShapeKey>>>') always fails
 56 |                     if let builders = shapes[keyPath] as? [Key.ValueBuilder] {
 57 |                         return builders
/Users/admin/builder/spi-builder-workspace/Sources/Base/Container/SnapStyle+Cache.swift:23:26: warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 21 |             switch Key.self {
 22 |
 23 |                 case let key as NumberKey.Type: return numbers as? KeyTypeCache<Key>
    |                          `- warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 24 |
 25 |                 case let key as FontKey.Type: return fonts as? KeyTypeCache<Key>
/Users/admin/builder/spi-builder-workspace/Sources/Base/Container/SnapStyle+Cache.swift:25:26: warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 23 |                 case let key as NumberKey.Type: return numbers as? KeyTypeCache<Key>
 24 |
 25 |                 case let key as FontKey.Type: return fonts as? KeyTypeCache<Key>
    |                          `- warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 26 |
 27 |                 case let key as IconKey.Type: return icons as? KeyTypeCache<Key>
/Users/admin/builder/spi-builder-workspace/Sources/Base/Container/SnapStyle+Cache.swift:27:26: warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 25 |                 case let key as FontKey.Type: return fonts as? KeyTypeCache<Key>
 26 |
 27 |                 case let key as IconKey.Type: return icons as? KeyTypeCache<Key>
    |                          `- warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 28 |
 29 |                 case let key as SurfaceKey.Type: return surfaces as? KeyTypeCache<Key>
/Users/admin/builder/spi-builder-workspace/Sources/Base/Container/SnapStyle+Cache.swift:29:26: warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 27 |                 case let key as IconKey.Type: return icons as? KeyTypeCache<Key>
 28 |
 29 |                 case let key as SurfaceKey.Type: return surfaces as? KeyTypeCache<Key>
    |                          `- warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 30 |
 31 |                 case let key as CompositionKey.Type: return compositions as? KeyTypeCache<Key>
/Users/admin/builder/spi-builder-workspace/Sources/Base/Container/SnapStyle+Cache.swift:31:26: warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 29 |                 case let key as SurfaceKey.Type: return surfaces as? KeyTypeCache<Key>
 30 |
 31 |                 case let key as CompositionKey.Type: return compositions as? KeyTypeCache<Key>
    |                          `- warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 32 |
 33 |                 case let key as AccentKey.Type: return accents as? KeyTypeCache<Key>
/Users/admin/builder/spi-builder-workspace/Sources/Base/Container/SnapStyle+Cache.swift:33:26: warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 31 |                 case let key as CompositionKey.Type: return compositions as? KeyTypeCache<Key>
 32 |
 33 |                 case let key as AccentKey.Type: return accents as? KeyTypeCache<Key>
    |                          `- warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 34 |
 35 |                 case let key as ShapeKey.Type: return shapes as? KeyTypeCache<Key>
/Users/admin/builder/spi-builder-workspace/Sources/Base/Container/SnapStyle+Cache.swift:35:26: warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 33 |                 case let key as AccentKey.Type: return accents as? KeyTypeCache<Key>
 34 |
 35 |                 case let key as ShapeKey.Type: return shapes as? KeyTypeCache<Key>
    |                          `- warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 36 |
 37 |                 default: fatalError("Cache is not setup properly.")
/Users/admin/builder/spi-builder-workspace/Sources/Base/Container/SnapStyle+Cache.swift:46:26: warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 44 |             switch Key.self {
 45 |
 46 |                 case let key as NumberKey.Type: numbers = .init()
    |                          `- warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 47 |
 48 |                 case let key as FontKey.Type: fonts = .init()
/Users/admin/builder/spi-builder-workspace/Sources/Base/Container/SnapStyle+Cache.swift:48:26: warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 46 |                 case let key as NumberKey.Type: numbers = .init()
 47 |
 48 |                 case let key as FontKey.Type: fonts = .init()
    |                          `- warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 49 |
 50 |                 case let key as IconKey.Type: icons = .init()
/Users/admin/builder/spi-builder-workspace/Sources/Base/Container/SnapStyle+Cache.swift:50:26: warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 48 |                 case let key as FontKey.Type: fonts = .init()
 49 |
 50 |                 case let key as IconKey.Type: icons = .init()
    |                          `- warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 51 |
 52 |                 case let key as SurfaceKey.Type:
/Users/admin/builder/spi-builder-workspace/Sources/Base/Container/SnapStyle+Cache.swift:52:26: warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 50 |                 case let key as IconKey.Type: icons = .init()
 51 |
 52 |                 case let key as SurfaceKey.Type:
    |                          `- warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 53 |                     compositions = .init()
 54 |                     surfaces = .init()
/Users/admin/builder/spi-builder-workspace/Sources/Base/Container/SnapStyle+Cache.swift:56:26: warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 54 |                     surfaces = .init()
 55 |
 56 |                 case let key as CompositionKey.Type:
    |                          `- warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 57 |                     compositions = .init()
 58 |                     surfaces = .init()
/Users/admin/builder/spi-builder-workspace/Sources/Base/Container/SnapStyle+Cache.swift:60:26: warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 58 |                     surfaces = .init()
 59 |
 60 |                 case let key as AccentKey.Type:
    |                          `- warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 61 |                     accents = .init()
 62 |                     compositions = .init()
/Users/admin/builder/spi-builder-workspace/Sources/Base/Container/SnapStyle+Cache.swift:65:26: warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 63 |                     surfaces = .init()
 64 |
 65 |                 case let key as ShapeKey.Type: shapes = .init()
    |                          `- warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 66 |
 67 |                 default: fatalError("Cache is not setup properly.")
[41/49] Compiling SnapStyleBase SnapStyle+Cache.swift
/Users/admin/builder/spi-builder-workspace/Sources/Base/Container/SnapStyle+Builder.swift:25:34: warning: cast from 'Key.ValueBuilderKeyPath' (aka 'KeyPath<Key, SnapStyle.ValueBuilder<SnapStyle.Value<Key>>>') to unrelated type 'KeyPath<SnapStyle.NumberKey, SnapStyle.NumberKey.ValueBuilder>' (aka 'KeyPath<SnapStyle.NumberKey, SnapStyle.ValueBuilder<SnapStyle.Value<SnapStyle.NumberKey>>>') always fails
 23 |             switch keyPath {
 24 |
 25 |                 case let keyPath as KeyPath<NumberKey, NumberKey.ValueBuilder>:
    |                                  `- warning: cast from 'Key.ValueBuilderKeyPath' (aka 'KeyPath<Key, SnapStyle.ValueBuilder<SnapStyle.Value<Key>>>') to unrelated type 'KeyPath<SnapStyle.NumberKey, SnapStyle.NumberKey.ValueBuilder>' (aka 'KeyPath<SnapStyle.NumberKey, SnapStyle.ValueBuilder<SnapStyle.Value<SnapStyle.NumberKey>>>') always fails
 26 |                     if let builders = numbers[keyPath] as? [Key.ValueBuilder] {
 27 |                         return builders
/Users/admin/builder/spi-builder-workspace/Sources/Base/Container/SnapStyle+Builder.swift:30:34: warning: cast from 'Key.ValueBuilderKeyPath' (aka 'KeyPath<Key, SnapStyle.ValueBuilder<SnapStyle.Value<Key>>>') to unrelated type 'KeyPath<SnapStyle.FontKey, SnapStyle.FontKey.ValueBuilder>' (aka 'KeyPath<SnapStyle.FontKey, SnapStyle.ValueBuilder<SnapStyle.Value<SnapStyle.FontKey>>>') always fails
 28 |                     }
 29 |
 30 |                 case let keyPath as KeyPath<FontKey, FontKey.ValueBuilder>:
    |                                  `- warning: cast from 'Key.ValueBuilderKeyPath' (aka 'KeyPath<Key, SnapStyle.ValueBuilder<SnapStyle.Value<Key>>>') to unrelated type 'KeyPath<SnapStyle.FontKey, SnapStyle.FontKey.ValueBuilder>' (aka 'KeyPath<SnapStyle.FontKey, SnapStyle.ValueBuilder<SnapStyle.Value<SnapStyle.FontKey>>>') always fails
 31 |                     if let builders = fonts[keyPath] as? [Key.ValueBuilder] {
 32 |                         return builders
/Users/admin/builder/spi-builder-workspace/Sources/Base/Container/SnapStyle+Builder.swift:35:34: warning: cast from 'Key.ValueBuilderKeyPath' (aka 'KeyPath<Key, SnapStyle.ValueBuilder<SnapStyle.Value<Key>>>') to unrelated type 'KeyPath<SnapStyle.IconKey, SnapStyle.IconKey.ValueBuilder>' (aka 'KeyPath<SnapStyle.IconKey, SnapStyle.ValueBuilder<SnapStyle.Value<SnapStyle.IconKey>>>') always fails
 33 |                     }
 34 |
 35 |                 case let keyPath as KeyPath<IconKey, IconKey.ValueBuilder>:
    |                                  `- warning: cast from 'Key.ValueBuilderKeyPath' (aka 'KeyPath<Key, SnapStyle.ValueBuilder<SnapStyle.Value<Key>>>') to unrelated type 'KeyPath<SnapStyle.IconKey, SnapStyle.IconKey.ValueBuilder>' (aka 'KeyPath<SnapStyle.IconKey, SnapStyle.ValueBuilder<SnapStyle.Value<SnapStyle.IconKey>>>') always fails
 36 |                     if let builders = icons[keyPath] as? [Key.ValueBuilder] {
 37 |                         return builders
/Users/admin/builder/spi-builder-workspace/Sources/Base/Container/SnapStyle+Builder.swift:40:34: warning: cast from 'Key.ValueBuilderKeyPath' (aka 'KeyPath<Key, SnapStyle.ValueBuilder<SnapStyle.Value<Key>>>') to unrelated type 'KeyPath<SnapStyle.SurfaceKey, SnapStyle.SurfaceKey.ValueBuilder>' (aka 'KeyPath<SnapStyle.SurfaceKey, SnapStyle.ValueBuilder<SnapStyle.Value<SnapStyle.SurfaceKey>>>') always fails
 38 |                     }
 39 |
 40 |                 case let keyPath as KeyPath<SurfaceKey, SurfaceKey.ValueBuilder>:
    |                                  `- warning: cast from 'Key.ValueBuilderKeyPath' (aka 'KeyPath<Key, SnapStyle.ValueBuilder<SnapStyle.Value<Key>>>') to unrelated type 'KeyPath<SnapStyle.SurfaceKey, SnapStyle.SurfaceKey.ValueBuilder>' (aka 'KeyPath<SnapStyle.SurfaceKey, SnapStyle.ValueBuilder<SnapStyle.Value<SnapStyle.SurfaceKey>>>') always fails
 41 |                     if let builders = surfaces[keyPath] as? [Key.ValueBuilder] {
 42 |                         return builders
/Users/admin/builder/spi-builder-workspace/Sources/Base/Container/SnapStyle+Builder.swift:45:34: warning: cast from 'Key.ValueBuilderKeyPath' (aka 'KeyPath<Key, SnapStyle.ValueBuilder<SnapStyle.Value<Key>>>') to unrelated type 'KeyPath<SnapStyle.CompositionKey, SnapStyle.CompositionKey.ValueBuilder>' (aka 'KeyPath<SnapStyle.CompositionKey, SnapStyle.ValueBuilder<SnapStyle.Value<SnapStyle.CompositionKey>>>') always fails
 43 |                     }
 44 |
 45 |                 case let keyPath as KeyPath<CompositionKey, CompositionKey.ValueBuilder>:
    |                                  `- warning: cast from 'Key.ValueBuilderKeyPath' (aka 'KeyPath<Key, SnapStyle.ValueBuilder<SnapStyle.Value<Key>>>') to unrelated type 'KeyPath<SnapStyle.CompositionKey, SnapStyle.CompositionKey.ValueBuilder>' (aka 'KeyPath<SnapStyle.CompositionKey, SnapStyle.ValueBuilder<SnapStyle.Value<SnapStyle.CompositionKey>>>') always fails
 46 |                     if let builders = compositions[keyPath] as? [Key.ValueBuilder] {
 47 |                         return builders
/Users/admin/builder/spi-builder-workspace/Sources/Base/Container/SnapStyle+Builder.swift:50:34: warning: cast from 'Key.ValueBuilderKeyPath' (aka 'KeyPath<Key, SnapStyle.ValueBuilder<SnapStyle.Value<Key>>>') to unrelated type 'KeyPath<SnapStyle.AccentKey, SnapStyle.AccentKey.ValueBuilder>' (aka 'KeyPath<SnapStyle.AccentKey, SnapStyle.ValueBuilder<SnapStyle.Value<SnapStyle.AccentKey>>>') always fails
 48 |                     }
 49 |
 50 |                 case let keyPath as KeyPath<AccentKey, AccentKey.ValueBuilder>:
    |                                  `- warning: cast from 'Key.ValueBuilderKeyPath' (aka 'KeyPath<Key, SnapStyle.ValueBuilder<SnapStyle.Value<Key>>>') to unrelated type 'KeyPath<SnapStyle.AccentKey, SnapStyle.AccentKey.ValueBuilder>' (aka 'KeyPath<SnapStyle.AccentKey, SnapStyle.ValueBuilder<SnapStyle.Value<SnapStyle.AccentKey>>>') always fails
 51 |                     if let builders = accents[keyPath] as? [Key.ValueBuilder] {
 52 |                         return builders
/Users/admin/builder/spi-builder-workspace/Sources/Base/Container/SnapStyle+Builder.swift:55:34: warning: cast from 'Key.ValueBuilderKeyPath' (aka 'KeyPath<Key, SnapStyle.ValueBuilder<SnapStyle.Value<Key>>>') to unrelated type 'KeyPath<SnapStyle.ShapeKey, SnapStyle.ShapeKey.ValueBuilder>' (aka 'KeyPath<SnapStyle.ShapeKey, SnapStyle.ValueBuilder<SnapStyle.Value<SnapStyle.ShapeKey>>>') always fails
 53 |                     }
 54 |
 55 |                 case let keyPath as KeyPath<ShapeKey, ShapeKey.ValueBuilder>:
    |                                  `- warning: cast from 'Key.ValueBuilderKeyPath' (aka 'KeyPath<Key, SnapStyle.ValueBuilder<SnapStyle.Value<Key>>>') to unrelated type 'KeyPath<SnapStyle.ShapeKey, SnapStyle.ShapeKey.ValueBuilder>' (aka 'KeyPath<SnapStyle.ShapeKey, SnapStyle.ValueBuilder<SnapStyle.Value<SnapStyle.ShapeKey>>>') always fails
 56 |                     if let builders = shapes[keyPath] as? [Key.ValueBuilder] {
 57 |                         return builders
/Users/admin/builder/spi-builder-workspace/Sources/Base/Container/SnapStyle+Cache.swift:23:26: warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 21 |             switch Key.self {
 22 |
 23 |                 case let key as NumberKey.Type: return numbers as? KeyTypeCache<Key>
    |                          `- warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 24 |
 25 |                 case let key as FontKey.Type: return fonts as? KeyTypeCache<Key>
/Users/admin/builder/spi-builder-workspace/Sources/Base/Container/SnapStyle+Cache.swift:25:26: warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 23 |                 case let key as NumberKey.Type: return numbers as? KeyTypeCache<Key>
 24 |
 25 |                 case let key as FontKey.Type: return fonts as? KeyTypeCache<Key>
    |                          `- warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 26 |
 27 |                 case let key as IconKey.Type: return icons as? KeyTypeCache<Key>
/Users/admin/builder/spi-builder-workspace/Sources/Base/Container/SnapStyle+Cache.swift:27:26: warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 25 |                 case let key as FontKey.Type: return fonts as? KeyTypeCache<Key>
 26 |
 27 |                 case let key as IconKey.Type: return icons as? KeyTypeCache<Key>
    |                          `- warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 28 |
 29 |                 case let key as SurfaceKey.Type: return surfaces as? KeyTypeCache<Key>
/Users/admin/builder/spi-builder-workspace/Sources/Base/Container/SnapStyle+Cache.swift:29:26: warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 27 |                 case let key as IconKey.Type: return icons as? KeyTypeCache<Key>
 28 |
 29 |                 case let key as SurfaceKey.Type: return surfaces as? KeyTypeCache<Key>
    |                          `- warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 30 |
 31 |                 case let key as CompositionKey.Type: return compositions as? KeyTypeCache<Key>
/Users/admin/builder/spi-builder-workspace/Sources/Base/Container/SnapStyle+Cache.swift:31:26: warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 29 |                 case let key as SurfaceKey.Type: return surfaces as? KeyTypeCache<Key>
 30 |
 31 |                 case let key as CompositionKey.Type: return compositions as? KeyTypeCache<Key>
    |                          `- warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 32 |
 33 |                 case let key as AccentKey.Type: return accents as? KeyTypeCache<Key>
/Users/admin/builder/spi-builder-workspace/Sources/Base/Container/SnapStyle+Cache.swift:33:26: warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 31 |                 case let key as CompositionKey.Type: return compositions as? KeyTypeCache<Key>
 32 |
 33 |                 case let key as AccentKey.Type: return accents as? KeyTypeCache<Key>
    |                          `- warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 34 |
 35 |                 case let key as ShapeKey.Type: return shapes as? KeyTypeCache<Key>
/Users/admin/builder/spi-builder-workspace/Sources/Base/Container/SnapStyle+Cache.swift:35:26: warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 33 |                 case let key as AccentKey.Type: return accents as? KeyTypeCache<Key>
 34 |
 35 |                 case let key as ShapeKey.Type: return shapes as? KeyTypeCache<Key>
    |                          `- warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 36 |
 37 |                 default: fatalError("Cache is not setup properly.")
/Users/admin/builder/spi-builder-workspace/Sources/Base/Container/SnapStyle+Cache.swift:46:26: warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 44 |             switch Key.self {
 45 |
 46 |                 case let key as NumberKey.Type: numbers = .init()
    |                          `- warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 47 |
 48 |                 case let key as FontKey.Type: fonts = .init()
/Users/admin/builder/spi-builder-workspace/Sources/Base/Container/SnapStyle+Cache.swift:48:26: warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 46 |                 case let key as NumberKey.Type: numbers = .init()
 47 |
 48 |                 case let key as FontKey.Type: fonts = .init()
    |                          `- warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 49 |
 50 |                 case let key as IconKey.Type: icons = .init()
/Users/admin/builder/spi-builder-workspace/Sources/Base/Container/SnapStyle+Cache.swift:50:26: warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 48 |                 case let key as FontKey.Type: fonts = .init()
 49 |
 50 |                 case let key as IconKey.Type: icons = .init()
    |                          `- warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 51 |
 52 |                 case let key as SurfaceKey.Type:
/Users/admin/builder/spi-builder-workspace/Sources/Base/Container/SnapStyle+Cache.swift:52:26: warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 50 |                 case let key as IconKey.Type: icons = .init()
 51 |
 52 |                 case let key as SurfaceKey.Type:
    |                          `- warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 53 |                     compositions = .init()
 54 |                     surfaces = .init()
/Users/admin/builder/spi-builder-workspace/Sources/Base/Container/SnapStyle+Cache.swift:56:26: warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 54 |                     surfaces = .init()
 55 |
 56 |                 case let key as CompositionKey.Type:
    |                          `- warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 57 |                     compositions = .init()
 58 |                     surfaces = .init()
/Users/admin/builder/spi-builder-workspace/Sources/Base/Container/SnapStyle+Cache.swift:60:26: warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 58 |                     surfaces = .init()
 59 |
 60 |                 case let key as AccentKey.Type:
    |                          `- warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 61 |                     accents = .init()
 62 |                     compositions = .init()
/Users/admin/builder/spi-builder-workspace/Sources/Base/Container/SnapStyle+Cache.swift:65:26: warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 63 |                     surfaces = .init()
 64 |
 65 |                 case let key as ShapeKey.Type: shapes = .init()
    |                          `- warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 66 |
 67 |                 default: fatalError("Cache is not setup properly.")
[42/49] Compiling SnapStyleBase SnapStyle+Configuration.swift
/Users/admin/builder/spi-builder-workspace/Sources/Base/Container/SnapStyle+Builder.swift:25:34: warning: cast from 'Key.ValueBuilderKeyPath' (aka 'KeyPath<Key, SnapStyle.ValueBuilder<SnapStyle.Value<Key>>>') to unrelated type 'KeyPath<SnapStyle.NumberKey, SnapStyle.NumberKey.ValueBuilder>' (aka 'KeyPath<SnapStyle.NumberKey, SnapStyle.ValueBuilder<SnapStyle.Value<SnapStyle.NumberKey>>>') always fails
 23 |             switch keyPath {
 24 |
 25 |                 case let keyPath as KeyPath<NumberKey, NumberKey.ValueBuilder>:
    |                                  `- warning: cast from 'Key.ValueBuilderKeyPath' (aka 'KeyPath<Key, SnapStyle.ValueBuilder<SnapStyle.Value<Key>>>') to unrelated type 'KeyPath<SnapStyle.NumberKey, SnapStyle.NumberKey.ValueBuilder>' (aka 'KeyPath<SnapStyle.NumberKey, SnapStyle.ValueBuilder<SnapStyle.Value<SnapStyle.NumberKey>>>') always fails
 26 |                     if let builders = numbers[keyPath] as? [Key.ValueBuilder] {
 27 |                         return builders
/Users/admin/builder/spi-builder-workspace/Sources/Base/Container/SnapStyle+Builder.swift:30:34: warning: cast from 'Key.ValueBuilderKeyPath' (aka 'KeyPath<Key, SnapStyle.ValueBuilder<SnapStyle.Value<Key>>>') to unrelated type 'KeyPath<SnapStyle.FontKey, SnapStyle.FontKey.ValueBuilder>' (aka 'KeyPath<SnapStyle.FontKey, SnapStyle.ValueBuilder<SnapStyle.Value<SnapStyle.FontKey>>>') always fails
 28 |                     }
 29 |
 30 |                 case let keyPath as KeyPath<FontKey, FontKey.ValueBuilder>:
    |                                  `- warning: cast from 'Key.ValueBuilderKeyPath' (aka 'KeyPath<Key, SnapStyle.ValueBuilder<SnapStyle.Value<Key>>>') to unrelated type 'KeyPath<SnapStyle.FontKey, SnapStyle.FontKey.ValueBuilder>' (aka 'KeyPath<SnapStyle.FontKey, SnapStyle.ValueBuilder<SnapStyle.Value<SnapStyle.FontKey>>>') always fails
 31 |                     if let builders = fonts[keyPath] as? [Key.ValueBuilder] {
 32 |                         return builders
/Users/admin/builder/spi-builder-workspace/Sources/Base/Container/SnapStyle+Builder.swift:35:34: warning: cast from 'Key.ValueBuilderKeyPath' (aka 'KeyPath<Key, SnapStyle.ValueBuilder<SnapStyle.Value<Key>>>') to unrelated type 'KeyPath<SnapStyle.IconKey, SnapStyle.IconKey.ValueBuilder>' (aka 'KeyPath<SnapStyle.IconKey, SnapStyle.ValueBuilder<SnapStyle.Value<SnapStyle.IconKey>>>') always fails
 33 |                     }
 34 |
 35 |                 case let keyPath as KeyPath<IconKey, IconKey.ValueBuilder>:
    |                                  `- warning: cast from 'Key.ValueBuilderKeyPath' (aka 'KeyPath<Key, SnapStyle.ValueBuilder<SnapStyle.Value<Key>>>') to unrelated type 'KeyPath<SnapStyle.IconKey, SnapStyle.IconKey.ValueBuilder>' (aka 'KeyPath<SnapStyle.IconKey, SnapStyle.ValueBuilder<SnapStyle.Value<SnapStyle.IconKey>>>') always fails
 36 |                     if let builders = icons[keyPath] as? [Key.ValueBuilder] {
 37 |                         return builders
/Users/admin/builder/spi-builder-workspace/Sources/Base/Container/SnapStyle+Builder.swift:40:34: warning: cast from 'Key.ValueBuilderKeyPath' (aka 'KeyPath<Key, SnapStyle.ValueBuilder<SnapStyle.Value<Key>>>') to unrelated type 'KeyPath<SnapStyle.SurfaceKey, SnapStyle.SurfaceKey.ValueBuilder>' (aka 'KeyPath<SnapStyle.SurfaceKey, SnapStyle.ValueBuilder<SnapStyle.Value<SnapStyle.SurfaceKey>>>') always fails
 38 |                     }
 39 |
 40 |                 case let keyPath as KeyPath<SurfaceKey, SurfaceKey.ValueBuilder>:
    |                                  `- warning: cast from 'Key.ValueBuilderKeyPath' (aka 'KeyPath<Key, SnapStyle.ValueBuilder<SnapStyle.Value<Key>>>') to unrelated type 'KeyPath<SnapStyle.SurfaceKey, SnapStyle.SurfaceKey.ValueBuilder>' (aka 'KeyPath<SnapStyle.SurfaceKey, SnapStyle.ValueBuilder<SnapStyle.Value<SnapStyle.SurfaceKey>>>') always fails
 41 |                     if let builders = surfaces[keyPath] as? [Key.ValueBuilder] {
 42 |                         return builders
/Users/admin/builder/spi-builder-workspace/Sources/Base/Container/SnapStyle+Builder.swift:45:34: warning: cast from 'Key.ValueBuilderKeyPath' (aka 'KeyPath<Key, SnapStyle.ValueBuilder<SnapStyle.Value<Key>>>') to unrelated type 'KeyPath<SnapStyle.CompositionKey, SnapStyle.CompositionKey.ValueBuilder>' (aka 'KeyPath<SnapStyle.CompositionKey, SnapStyle.ValueBuilder<SnapStyle.Value<SnapStyle.CompositionKey>>>') always fails
 43 |                     }
 44 |
 45 |                 case let keyPath as KeyPath<CompositionKey, CompositionKey.ValueBuilder>:
    |                                  `- warning: cast from 'Key.ValueBuilderKeyPath' (aka 'KeyPath<Key, SnapStyle.ValueBuilder<SnapStyle.Value<Key>>>') to unrelated type 'KeyPath<SnapStyle.CompositionKey, SnapStyle.CompositionKey.ValueBuilder>' (aka 'KeyPath<SnapStyle.CompositionKey, SnapStyle.ValueBuilder<SnapStyle.Value<SnapStyle.CompositionKey>>>') always fails
 46 |                     if let builders = compositions[keyPath] as? [Key.ValueBuilder] {
 47 |                         return builders
/Users/admin/builder/spi-builder-workspace/Sources/Base/Container/SnapStyle+Builder.swift:50:34: warning: cast from 'Key.ValueBuilderKeyPath' (aka 'KeyPath<Key, SnapStyle.ValueBuilder<SnapStyle.Value<Key>>>') to unrelated type 'KeyPath<SnapStyle.AccentKey, SnapStyle.AccentKey.ValueBuilder>' (aka 'KeyPath<SnapStyle.AccentKey, SnapStyle.ValueBuilder<SnapStyle.Value<SnapStyle.AccentKey>>>') always fails
 48 |                     }
 49 |
 50 |                 case let keyPath as KeyPath<AccentKey, AccentKey.ValueBuilder>:
    |                                  `- warning: cast from 'Key.ValueBuilderKeyPath' (aka 'KeyPath<Key, SnapStyle.ValueBuilder<SnapStyle.Value<Key>>>') to unrelated type 'KeyPath<SnapStyle.AccentKey, SnapStyle.AccentKey.ValueBuilder>' (aka 'KeyPath<SnapStyle.AccentKey, SnapStyle.ValueBuilder<SnapStyle.Value<SnapStyle.AccentKey>>>') always fails
 51 |                     if let builders = accents[keyPath] as? [Key.ValueBuilder] {
 52 |                         return builders
/Users/admin/builder/spi-builder-workspace/Sources/Base/Container/SnapStyle+Builder.swift:55:34: warning: cast from 'Key.ValueBuilderKeyPath' (aka 'KeyPath<Key, SnapStyle.ValueBuilder<SnapStyle.Value<Key>>>') to unrelated type 'KeyPath<SnapStyle.ShapeKey, SnapStyle.ShapeKey.ValueBuilder>' (aka 'KeyPath<SnapStyle.ShapeKey, SnapStyle.ValueBuilder<SnapStyle.Value<SnapStyle.ShapeKey>>>') always fails
 53 |                     }
 54 |
 55 |                 case let keyPath as KeyPath<ShapeKey, ShapeKey.ValueBuilder>:
    |                                  `- warning: cast from 'Key.ValueBuilderKeyPath' (aka 'KeyPath<Key, SnapStyle.ValueBuilder<SnapStyle.Value<Key>>>') to unrelated type 'KeyPath<SnapStyle.ShapeKey, SnapStyle.ShapeKey.ValueBuilder>' (aka 'KeyPath<SnapStyle.ShapeKey, SnapStyle.ValueBuilder<SnapStyle.Value<SnapStyle.ShapeKey>>>') always fails
 56 |                     if let builders = shapes[keyPath] as? [Key.ValueBuilder] {
 57 |                         return builders
/Users/admin/builder/spi-builder-workspace/Sources/Base/Container/SnapStyle+Cache.swift:23:26: warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 21 |             switch Key.self {
 22 |
 23 |                 case let key as NumberKey.Type: return numbers as? KeyTypeCache<Key>
    |                          `- warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 24 |
 25 |                 case let key as FontKey.Type: return fonts as? KeyTypeCache<Key>
/Users/admin/builder/spi-builder-workspace/Sources/Base/Container/SnapStyle+Cache.swift:25:26: warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 23 |                 case let key as NumberKey.Type: return numbers as? KeyTypeCache<Key>
 24 |
 25 |                 case let key as FontKey.Type: return fonts as? KeyTypeCache<Key>
    |                          `- warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 26 |
 27 |                 case let key as IconKey.Type: return icons as? KeyTypeCache<Key>
/Users/admin/builder/spi-builder-workspace/Sources/Base/Container/SnapStyle+Cache.swift:27:26: warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 25 |                 case let key as FontKey.Type: return fonts as? KeyTypeCache<Key>
 26 |
 27 |                 case let key as IconKey.Type: return icons as? KeyTypeCache<Key>
    |                          `- warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 28 |
 29 |                 case let key as SurfaceKey.Type: return surfaces as? KeyTypeCache<Key>
/Users/admin/builder/spi-builder-workspace/Sources/Base/Container/SnapStyle+Cache.swift:29:26: warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 27 |                 case let key as IconKey.Type: return icons as? KeyTypeCache<Key>
 28 |
 29 |                 case let key as SurfaceKey.Type: return surfaces as? KeyTypeCache<Key>
    |                          `- warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 30 |
 31 |                 case let key as CompositionKey.Type: return compositions as? KeyTypeCache<Key>
/Users/admin/builder/spi-builder-workspace/Sources/Base/Container/SnapStyle+Cache.swift:31:26: warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 29 |                 case let key as SurfaceKey.Type: return surfaces as? KeyTypeCache<Key>
 30 |
 31 |                 case let key as CompositionKey.Type: return compositions as? KeyTypeCache<Key>
    |                          `- warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 32 |
 33 |                 case let key as AccentKey.Type: return accents as? KeyTypeCache<Key>
/Users/admin/builder/spi-builder-workspace/Sources/Base/Container/SnapStyle+Cache.swift:33:26: warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 31 |                 case let key as CompositionKey.Type: return compositions as? KeyTypeCache<Key>
 32 |
 33 |                 case let key as AccentKey.Type: return accents as? KeyTypeCache<Key>
    |                          `- warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 34 |
 35 |                 case let key as ShapeKey.Type: return shapes as? KeyTypeCache<Key>
/Users/admin/builder/spi-builder-workspace/Sources/Base/Container/SnapStyle+Cache.swift:35:26: warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 33 |                 case let key as AccentKey.Type: return accents as? KeyTypeCache<Key>
 34 |
 35 |                 case let key as ShapeKey.Type: return shapes as? KeyTypeCache<Key>
    |                          `- warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 36 |
 37 |                 default: fatalError("Cache is not setup properly.")
/Users/admin/builder/spi-builder-workspace/Sources/Base/Container/SnapStyle+Cache.swift:46:26: warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 44 |             switch Key.self {
 45 |
 46 |                 case let key as NumberKey.Type: numbers = .init()
    |                          `- warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 47 |
 48 |                 case let key as FontKey.Type: fonts = .init()
/Users/admin/builder/spi-builder-workspace/Sources/Base/Container/SnapStyle+Cache.swift:48:26: warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 46 |                 case let key as NumberKey.Type: numbers = .init()
 47 |
 48 |                 case let key as FontKey.Type: fonts = .init()
    |                          `- warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 49 |
 50 |                 case let key as IconKey.Type: icons = .init()
/Users/admin/builder/spi-builder-workspace/Sources/Base/Container/SnapStyle+Cache.swift:50:26: warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 48 |                 case let key as FontKey.Type: fonts = .init()
 49 |
 50 |                 case let key as IconKey.Type: icons = .init()
    |                          `- warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 51 |
 52 |                 case let key as SurfaceKey.Type:
/Users/admin/builder/spi-builder-workspace/Sources/Base/Container/SnapStyle+Cache.swift:52:26: warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 50 |                 case let key as IconKey.Type: icons = .init()
 51 |
 52 |                 case let key as SurfaceKey.Type:
    |                          `- warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 53 |                     compositions = .init()
 54 |                     surfaces = .init()
/Users/admin/builder/spi-builder-workspace/Sources/Base/Container/SnapStyle+Cache.swift:56:26: warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 54 |                     surfaces = .init()
 55 |
 56 |                 case let key as CompositionKey.Type:
    |                          `- warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 57 |                     compositions = .init()
 58 |                     surfaces = .init()
/Users/admin/builder/spi-builder-workspace/Sources/Base/Container/SnapStyle+Cache.swift:60:26: warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 58 |                     surfaces = .init()
 59 |
 60 |                 case let key as AccentKey.Type:
    |                          `- warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 61 |                     accents = .init()
 62 |                     compositions = .init()
/Users/admin/builder/spi-builder-workspace/Sources/Base/Container/SnapStyle+Cache.swift:65:26: warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 63 |                     surfaces = .init()
 64 |
 65 |                 case let key as ShapeKey.Type: shapes = .init()
    |                          `- warning: immutable value 'key' was never used; consider replacing with '_' or removing it [#no-usage]
 66 |
 67 |                 default: fatalError("Cache is not setup properly.")
[43/49] Compiling SnapStyleBase FontKey.Value.swift
/Users/admin/builder/spi-builder-workspace/Sources/Base/Keys/FontKey.Value.swift:66:90: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
64 |             }
65 |
66 |             public var description: String { "size: \(size), weight: \(weight), width: \(width), design: \(design), textStyle: \(textStyle)" }
   |                                                                                          |- warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
   |                                                                                          |- note: use 'String(describing:)' to silence this warning
   |                                                                                          `- note: provide a default value to avoid this warning
67 |
68 |         }
/Users/admin/builder/spi-builder-workspace/Sources/Base/Keys/FontKey.Value.swift:66:108: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
64 |             }
65 |
66 |             public var description: String { "size: \(size), weight: \(weight), width: \(width), design: \(design), textStyle: \(textStyle)" }
   |                                                                                                            |- warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
   |                                                                                                            |- note: use 'String(describing:)' to silence this warning
   |                                                                                                            `- note: provide a default value to avoid this warning
67 |
68 |         }
[44/49] Compiling SnapStyleBase IconKey.Value.swift
/Users/admin/builder/spi-builder-workspace/Sources/Base/Keys/FontKey.Value.swift:66:90: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
64 |             }
65 |
66 |             public var description: String { "size: \(size), weight: \(weight), width: \(width), design: \(design), textStyle: \(textStyle)" }
   |                                                                                          |- warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
   |                                                                                          |- note: use 'String(describing:)' to silence this warning
   |                                                                                          `- note: provide a default value to avoid this warning
67 |
68 |         }
/Users/admin/builder/spi-builder-workspace/Sources/Base/Keys/FontKey.Value.swift:66:108: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
64 |             }
65 |
66 |             public var description: String { "size: \(size), weight: \(weight), width: \(width), design: \(design), textStyle: \(textStyle)" }
   |                                                                                                            |- warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
   |                                                                                                            |- note: use 'String(describing:)' to silence this warning
   |                                                                                                            `- note: provide a default value to avoid this warning
67 |
68 |         }
[45/49] Compiling SnapStyleBase Context.swift
[46/49] Compiling SnapStyleBase ContextWrapper+Values.swift
[47/49] Compiling SnapStyleBase ContextWrapper.swift
[48/49] Compiling SnapStyleBase View+StyleOverride.swift
[49/49] Compiling SnapStyleBase View+UpdateModifier.swift
[50/55] Emitting module SnapStyleComponents
[51/55] Compiling SnapStyleComponents Structure+Description.swift
[52/55] Compiling SnapStyleComponents ComponentStack.swift
[53/55] Compiling SnapStyleComponents ComponentDefinition.swift
[54/55] Compiling SnapStyleComponents Element.swift
[55/55] Compiling SnapStyleComponents Component.swift
[56/66] Compiling SnapStyleDefinitions FontKey+Definitions.swift
[57/67] Compiling SnapStyleDefinitions Context+Component.swift
[58/67] Compiling SnapStyleDefinitions Context+Accent.swift
[59/67] Compiling SnapStyleDefinitions Padding+Definitions.swift
[60/67] Compiling SnapStyleDefinitions ShapeKey+Definitons.swift
[61/67] Compiling SnapStyleDefinitions IconKey+Definitions.swift
[62/67] Compiling SnapStyleDefinitions NumberKey+Definitions.swift
[63/67] Compiling SnapStyleDefinitions CompositionKey+Definitions.swift
[64/67] Emitting module SnapStyleDefinitions
[65/67] Compiling SnapStyleDefinitions AccentKey+Definitions.swift
[66/67] Compiling SnapStyleDefinitions Components.swift
[67/67] Compiling SnapStyleDefinitions SurfaceKey+Definitions.swift
/Users/admin/builder/spi-builder-workspace/Sources/Definitions/SurfaceKey+Definitions.swift:106:17: warning: initialization of immutable value 'contrast' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
104 |             let base = context.surface(for: accentBase)?.resolvedColor ?? .clear
105 |             let complementary = context.surface(for: accentComplementary)?.resolvedColor ?? .clear
106 |             let contrast = context.surface(for: accentContrast)?.resolvedColor ?? .clear
    |                 `- warning: initialization of immutable value 'contrast' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
107 |
108 |             return .definition(.any(AnyShapeStyle(
/Users/admin/builder/spi-builder-workspace/Sources/Definitions/SurfaceKey+Definitions.swift:131:17: warning: initialization of immutable value 'complementary' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
129 |
130 |             let base = context.surface(for: accentBase)?.resolvedColor ?? .clear
131 |             let complementary = context.surface(for: accentComplementary)?.resolvedColor ?? .clear
    |                 `- warning: initialization of immutable value 'complementary' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
132 |             let contrast = context.surface(for: accentContrast)?.resolvedColor ?? .clear
133 |
[68/82] Compiling SnapStyleKeyModifier SafeAreaPaddingModifier.swift
[69/83] Compiling SnapStyleKeyModifier Context+FontDesign.swift
[70/83] Compiling SnapStyleKeyModifier Context+FontWidth.swift
[71/83] Compiling SnapStyleKeyModifier BackgroundModifier.swift
[72/83] Compiling SnapStyleKeyModifier PaddingModifier.swift
[73/83] Compiling SnapStyleKeyModifier ListSectionSpacingModifier.swift
[74/83] Compiling SnapStyleKeyModifier ModifyWithModifier.swift
[75/83] Compiling SnapStyleKeyModifier ShapeModifier.swift
[76/83] Compiling SnapStyleKeyModifier FrameModifier.swift
[77/83] Compiling SnapStyleKeyModifier ListRowInsetsModifier.swift
[78/83] Compiling SnapStyleKeyModifier AccentColorModifier.swift
[79/83] Compiling SnapStyleKeyModifier CompositionModifier.swift
[80/83] Emitting module SnapStyleKeyModifier
[81/83] Compiling SnapStyleKeyModifier FontModifier.swift
[82/83] Compiling SnapStyleKeyModifier ContentMarginsModifier.swift
[83/83] Compiling SnapStyleKeyModifier ForegroundModifier.swift
[84/108] Compiling SnapStyleLayout Environment+StyleScreen.swift
[85/108] Compiling SnapStyleLayout UIKitViewControllerHook.swift
[86/108] Compiling SnapStyleLayout ScreenInsetContainer.swift
[87/110] Emitting module SnapStyleLayout
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:52:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
50 |     List {
51 |         Text("Normal List Row")
52 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
53 |             .style(component: .listRow, applyContainer: nil, state: .normal)
54 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:58:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
56 |     List {
57 |         Text("Highlighted List Row")
58 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
59 |             .style(component: .listRow, applyContainer: nil, state: .highlighted)
60 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:64:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
62 |     List {
63 |         Text("Selected List Row")
64 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
65 |             .style(component: .listRow, applyContainer: nil, state: .selected)
66 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:70:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
68 |     List {
69 |         Text("Disabled List Row")
70 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
71 |             .style(component: .listRow, applyContainer: nil, state: .disabled)
72 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/StyleViews/StyleButtonInteractionState.swift:113:26: warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
111 |
112 |     } content: {
113 |         Text("Button: \n\(state)")
    |                          `- warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
114 |             .padding()
115 |             .background(state == .normal ? .yellow : .orange)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[88/110] Compiling SnapStyleLayout View+Component.swift
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:52:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
50 |     List {
51 |         Text("Normal List Row")
52 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
53 |             .style(component: .listRow, applyContainer: nil, state: .normal)
54 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:58:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
56 |     List {
57 |         Text("Highlighted List Row")
58 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
59 |             .style(component: .listRow, applyContainer: nil, state: .highlighted)
60 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:64:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
62 |     List {
63 |         Text("Selected List Row")
64 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
65 |             .style(component: .listRow, applyContainer: nil, state: .selected)
66 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:70:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
68 |     List {
69 |         Text("Disabled List Row")
70 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
71 |             .style(component: .listRow, applyContainer: nil, state: .disabled)
72 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/StyleViews/StyleButtonInteractionState.swift:113:26: warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
111 |
112 |     } content: {
113 |         Text("Button: \n\(state)")
    |                          `- warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
114 |             .padding()
115 |             .background(state == .normal ? .yellow : .orange)
macro expansion #Preview:22:26: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
`- /Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:74:2: note: expanded code originates here
46 | // MARK: - Preview
47 |
48 | #Preview {
   | `- note: in expansion of macro 'Preview' here
49 |
50 |     List {
   :
72 |     }
73 |
74 | }
   +--- macro expansion #Preview ---------------------------------------
   |20 |                 List {
   |21 |                     Text("Normal List Row")
   |22 |                         .style(listRowBackground: \.listRow)
   |   |                          `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
   |23 |                         .style(component: .listRow, applyContainer: nil, state: .normal)
   |24 |                 }
   +--------------------------------------------------------------------
75 |
macro expansion #Preview:28:26: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
`- /Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:74:2: note: expanded code originates here
46 | // MARK: - Preview
47 |
48 | #Preview {
   | `- note: in expansion of macro 'Preview' here
49 |
50 |     List {
   :
72 |     }
73 |
74 | }
   +--- macro expansion #Preview ---------------------------------------
   |26 |                 List {
   |27 |                     Text("Highlighted List Row")
   |28 |                         .style(listRowBackground: \.listRow)
   |   |                          `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
   |29 |                         .style(component: .listRow, applyContainer: nil, state: .highlighted)
   |30 |                 }
   +--------------------------------------------------------------------
75 |
macro expansion #Preview:34:26: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
`- /Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:74:2: note: expanded code originates here
46 | // MARK: - Preview
47 |
48 | #Preview {
   | `- note: in expansion of macro 'Preview' here
49 |
50 |     List {
   :
72 |     }
73 |
74 | }
   +--- macro expansion #Preview ---------------------------------------
   |32 |                 List {
   |33 |                     Text("Selected List Row")
   |34 |                         .style(listRowBackground: \.listRow)
   |   |                          `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
   |35 |                         .style(component: .listRow, applyContainer: nil, state: .selected)
   |36 |                 }
   +--------------------------------------------------------------------
75 |
macro expansion #Preview:40:26: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
`- /Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:74:2: note: expanded code originates here
46 | // MARK: - Preview
47 |
48 | #Preview {
   | `- note: in expansion of macro 'Preview' here
49 |
50 |     List {
   :
72 |     }
73 |
74 | }
   +--- macro expansion #Preview ---------------------------------------
   |38 |                 List {
   |39 |                     Text("Disabled List Row")
   |40 |                         .style(listRowBackground: \.listRow)
   |   |                          `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
   |41 |                         .style(component: .listRow, applyContainer: nil, state: .disabled)
   |42 |                 }
   +--------------------------------------------------------------------
75 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[89/110] Compiling SnapStyleLayout View+Element.swift
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:52:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
50 |     List {
51 |         Text("Normal List Row")
52 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
53 |             .style(component: .listRow, applyContainer: nil, state: .normal)
54 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:58:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
56 |     List {
57 |         Text("Highlighted List Row")
58 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
59 |             .style(component: .listRow, applyContainer: nil, state: .highlighted)
60 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:64:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
62 |     List {
63 |         Text("Selected List Row")
64 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
65 |             .style(component: .listRow, applyContainer: nil, state: .selected)
66 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:70:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
68 |     List {
69 |         Text("Disabled List Row")
70 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
71 |             .style(component: .listRow, applyContainer: nil, state: .disabled)
72 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/StyleViews/StyleButtonInteractionState.swift:113:26: warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
111 |
112 |     } content: {
113 |         Text("Button: \n\(state)")
    |                          `- warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
114 |             .padding()
115 |             .background(state == .normal ? .yellow : .orange)
macro expansion #Preview:22:26: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
`- /Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:74:2: note: expanded code originates here
46 | // MARK: - Preview
47 |
48 | #Preview {
   | `- note: in expansion of macro 'Preview' here
49 |
50 |     List {
   :
72 |     }
73 |
74 | }
   +--- macro expansion #Preview ---------------------------------------
   |20 |                 List {
   |21 |                     Text("Normal List Row")
   |22 |                         .style(listRowBackground: \.listRow)
   |   |                          `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
   |23 |                         .style(component: .listRow, applyContainer: nil, state: .normal)
   |24 |                 }
   +--------------------------------------------------------------------
75 |
macro expansion #Preview:28:26: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
`- /Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:74:2: note: expanded code originates here
46 | // MARK: - Preview
47 |
48 | #Preview {
   | `- note: in expansion of macro 'Preview' here
49 |
50 |     List {
   :
72 |     }
73 |
74 | }
   +--- macro expansion #Preview ---------------------------------------
   |26 |                 List {
   |27 |                     Text("Highlighted List Row")
   |28 |                         .style(listRowBackground: \.listRow)
   |   |                          `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
   |29 |                         .style(component: .listRow, applyContainer: nil, state: .highlighted)
   |30 |                 }
   +--------------------------------------------------------------------
75 |
macro expansion #Preview:34:26: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
`- /Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:74:2: note: expanded code originates here
46 | // MARK: - Preview
47 |
48 | #Preview {
   | `- note: in expansion of macro 'Preview' here
49 |
50 |     List {
   :
72 |     }
73 |
74 | }
   +--- macro expansion #Preview ---------------------------------------
   |32 |                 List {
   |33 |                     Text("Selected List Row")
   |34 |                         .style(listRowBackground: \.listRow)
   |   |                          `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
   |35 |                         .style(component: .listRow, applyContainer: nil, state: .selected)
   |36 |                 }
   +--------------------------------------------------------------------
75 |
macro expansion #Preview:40:26: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
`- /Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:74:2: note: expanded code originates here
46 | // MARK: - Preview
47 |
48 | #Preview {
   | `- note: in expansion of macro 'Preview' here
49 |
50 |     List {
   :
72 |     }
73 |
74 | }
   +--- macro expansion #Preview ---------------------------------------
   |38 |                 List {
   |39 |                     Text("Disabled List Row")
   |40 |                         .style(listRowBackground: \.listRow)
   |   |                          `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
   |41 |                         .style(component: .listRow, applyContainer: nil, state: .disabled)
   |42 |                 }
   +--------------------------------------------------------------------
75 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[90/110] Compiling SnapStyleLayout ListRowCompositionModifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:52:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
50 |     List {
51 |         Text("Normal List Row")
52 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
53 |             .style(component: .listRow, applyContainer: nil, state: .normal)
54 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:58:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
56 |     List {
57 |         Text("Highlighted List Row")
58 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
59 |             .style(component: .listRow, applyContainer: nil, state: .highlighted)
60 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:64:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
62 |     List {
63 |         Text("Selected List Row")
64 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
65 |             .style(component: .listRow, applyContainer: nil, state: .selected)
66 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:70:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
68 |     List {
69 |         Text("Disabled List Row")
70 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
71 |             .style(component: .listRow, applyContainer: nil, state: .disabled)
72 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/StyleViews/StyleButtonInteractionState.swift:113:26: warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
111 |
112 |     } content: {
113 |         Text("Button: \n\(state)")
    |                          `- warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
114 |             .padding()
115 |             .background(state == .normal ? .yellow : .orange)
macro expansion #Preview:22:26: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
`- /Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:74:2: note: expanded code originates here
46 | // MARK: - Preview
47 |
48 | #Preview {
   | `- note: in expansion of macro 'Preview' here
49 |
50 |     List {
   :
72 |     }
73 |
74 | }
   +--- macro expansion #Preview ---------------------------------------
   |20 |                 List {
   |21 |                     Text("Normal List Row")
   |22 |                         .style(listRowBackground: \.listRow)
   |   |                          `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
   |23 |                         .style(component: .listRow, applyContainer: nil, state: .normal)
   |24 |                 }
   +--------------------------------------------------------------------
75 |
macro expansion #Preview:28:26: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
`- /Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:74:2: note: expanded code originates here
46 | // MARK: - Preview
47 |
48 | #Preview {
   | `- note: in expansion of macro 'Preview' here
49 |
50 |     List {
   :
72 |     }
73 |
74 | }
   +--- macro expansion #Preview ---------------------------------------
   |26 |                 List {
   |27 |                     Text("Highlighted List Row")
   |28 |                         .style(listRowBackground: \.listRow)
   |   |                          `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
   |29 |                         .style(component: .listRow, applyContainer: nil, state: .highlighted)
   |30 |                 }
   +--------------------------------------------------------------------
75 |
macro expansion #Preview:34:26: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
`- /Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:74:2: note: expanded code originates here
46 | // MARK: - Preview
47 |
48 | #Preview {
   | `- note: in expansion of macro 'Preview' here
49 |
50 |     List {
   :
72 |     }
73 |
74 | }
   +--- macro expansion #Preview ---------------------------------------
   |32 |                 List {
   |33 |                     Text("Selected List Row")
   |34 |                         .style(listRowBackground: \.listRow)
   |   |                          `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
   |35 |                         .style(component: .listRow, applyContainer: nil, state: .selected)
   |36 |                 }
   +--------------------------------------------------------------------
75 |
macro expansion #Preview:40:26: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
`- /Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:74:2: note: expanded code originates here
46 | // MARK: - Preview
47 |
48 | #Preview {
   | `- note: in expansion of macro 'Preview' here
49 |
50 |     List {
   :
72 |     }
73 |
74 | }
   +--- macro expansion #Preview ---------------------------------------
   |38 |                 List {
   |39 |                     Text("Disabled List Row")
   |40 |                         .style(listRowBackground: \.listRow)
   |   |                          `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
   |41 |                         .style(component: .listRow, applyContainer: nil, state: .disabled)
   |42 |                 }
   +--------------------------------------------------------------------
75 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[91/110] Compiling SnapStyleLayout StyleLazyHStack.swift
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:52:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
50 |     List {
51 |         Text("Normal List Row")
52 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
53 |             .style(component: .listRow, applyContainer: nil, state: .normal)
54 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:58:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
56 |     List {
57 |         Text("Highlighted List Row")
58 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
59 |             .style(component: .listRow, applyContainer: nil, state: .highlighted)
60 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:64:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
62 |     List {
63 |         Text("Selected List Row")
64 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
65 |             .style(component: .listRow, applyContainer: nil, state: .selected)
66 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:70:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
68 |     List {
69 |         Text("Disabled List Row")
70 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
71 |             .style(component: .listRow, applyContainer: nil, state: .disabled)
72 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/StyleViews/StyleButtonInteractionState.swift:113:26: warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
111 |
112 |     } content: {
113 |         Text("Button: \n\(state)")
    |                          `- warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
114 |             .padding()
115 |             .background(state == .normal ? .yellow : .orange)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[92/110] Compiling SnapStyleLayout StyleLazyVStack.swift
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:52:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
50 |     List {
51 |         Text("Normal List Row")
52 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
53 |             .style(component: .listRow, applyContainer: nil, state: .normal)
54 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:58:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
56 |     List {
57 |         Text("Highlighted List Row")
58 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
59 |             .style(component: .listRow, applyContainer: nil, state: .highlighted)
60 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:64:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
62 |     List {
63 |         Text("Selected List Row")
64 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
65 |             .style(component: .listRow, applyContainer: nil, state: .selected)
66 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:70:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
68 |     List {
69 |         Text("Disabled List Row")
70 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
71 |             .style(component: .listRow, applyContainer: nil, state: .disabled)
72 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/StyleViews/StyleButtonInteractionState.swift:113:26: warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
111 |
112 |     } content: {
113 |         Text("Button: \n\(state)")
    |                          `- warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
114 |             .padding()
115 |             .background(state == .normal ? .yellow : .orange)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[93/110] Compiling SnapStyleLayout StyleStack+Spacing.swift
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:52:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
50 |     List {
51 |         Text("Normal List Row")
52 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
53 |             .style(component: .listRow, applyContainer: nil, state: .normal)
54 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:58:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
56 |     List {
57 |         Text("Highlighted List Row")
58 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
59 |             .style(component: .listRow, applyContainer: nil, state: .highlighted)
60 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:64:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
62 |     List {
63 |         Text("Selected List Row")
64 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
65 |             .style(component: .listRow, applyContainer: nil, state: .selected)
66 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:70:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
68 |     List {
69 |         Text("Disabled List Row")
70 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
71 |             .style(component: .listRow, applyContainer: nil, state: .disabled)
72 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/StyleViews/StyleButtonInteractionState.swift:113:26: warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
111 |
112 |     } content: {
113 |         Text("Button: \n\(state)")
    |                          `- warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
114 |             .padding()
115 |             .background(state == .normal ? .yellow : .orange)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[94/110] Compiling SnapStyleLayout StyleButtonInteractionState.swift
/Users/admin/builder/spi-builder-workspace/Sources/Layout/StyleViews/StyleButtonInteractionState.swift:113:26: warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
111 |
112 |     } content: {
113 |         Text("Button: \n\(state)")
    |                          `- warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
114 |             .padding()
115 |             .background(state == .normal ? .yellow : .orange)
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:52:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
50 |     List {
51 |         Text("Normal List Row")
52 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
53 |             .style(component: .listRow, applyContainer: nil, state: .normal)
54 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:58:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
56 |     List {
57 |         Text("Highlighted List Row")
58 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
59 |             .style(component: .listRow, applyContainer: nil, state: .highlighted)
60 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:64:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
62 |     List {
63 |         Text("Selected List Row")
64 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
65 |             .style(component: .listRow, applyContainer: nil, state: .selected)
66 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:70:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
68 |     List {
69 |         Text("Disabled List Row")
70 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
71 |             .style(component: .listRow, applyContainer: nil, state: .disabled)
72 |     }
macro expansion #Preview:22:42: warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
`- /Users/admin/builder/spi-builder-workspace/Sources/Layout/StyleViews/StyleButtonInteractionState.swift:118:2: note: expanded code originates here
105 | // MARK: - Preview
106 |
107 | #Preview {
    | `- note: in expansion of macro 'Preview' here
108 |     @Previewable @State var state: SnapStyle.Component.InteractionState = .normal
109 |
    :
116 |     }
117 |
118 | }
    +--- macro expansion #Preview --------------------------------------
    |20 |
    |21 |                     } content: {
    |22 |                         Text("Button: \n\(state)")
    |   |                                          `- warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
    |23 |                             .padding()
    |24 |                             .background(state == .normal ? .yellow : .orange)
    +-------------------------------------------------------------------
119 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[95/110] Compiling SnapStyleLayout StyleIcon.swift
/Users/admin/builder/spi-builder-workspace/Sources/Layout/StyleViews/StyleButtonInteractionState.swift:113:26: warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
111 |
112 |     } content: {
113 |         Text("Button: \n\(state)")
    |                          `- warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
114 |             .padding()
115 |             .background(state == .normal ? .yellow : .orange)
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:52:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
50 |     List {
51 |         Text("Normal List Row")
52 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
53 |             .style(component: .listRow, applyContainer: nil, state: .normal)
54 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:58:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
56 |     List {
57 |         Text("Highlighted List Row")
58 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
59 |             .style(component: .listRow, applyContainer: nil, state: .highlighted)
60 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:64:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
62 |     List {
63 |         Text("Selected List Row")
64 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
65 |             .style(component: .listRow, applyContainer: nil, state: .selected)
66 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:70:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
68 |     List {
69 |         Text("Disabled List Row")
70 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
71 |             .style(component: .listRow, applyContainer: nil, state: .disabled)
72 |     }
macro expansion #Preview:22:42: warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
`- /Users/admin/builder/spi-builder-workspace/Sources/Layout/StyleViews/StyleButtonInteractionState.swift:118:2: note: expanded code originates here
105 | // MARK: - Preview
106 |
107 | #Preview {
    | `- note: in expansion of macro 'Preview' here
108 |     @Previewable @State var state: SnapStyle.Component.InteractionState = .normal
109 |
    :
116 |     }
117 |
118 | }
    +--- macro expansion #Preview --------------------------------------
    |20 |
    |21 |                     } content: {
    |22 |                         Text("Button: \n\(state)")
    |   |                                          `- warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
    |23 |                             .padding()
    |24 |                             .background(state == .normal ? .yellow : .orange)
    +-------------------------------------------------------------------
119 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[96/110] Compiling SnapStyleLayout View+stretch.swift
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:52:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
50 |     List {
51 |         Text("Normal List Row")
52 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
53 |             .style(component: .listRow, applyContainer: nil, state: .normal)
54 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:58:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
56 |     List {
57 |         Text("Highlighted List Row")
58 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
59 |             .style(component: .listRow, applyContainer: nil, state: .highlighted)
60 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:64:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
62 |     List {
63 |         Text("Selected List Row")
64 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
65 |             .style(component: .listRow, applyContainer: nil, state: .selected)
66 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:70:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
68 |     List {
69 |         Text("Disabled List Row")
70 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
71 |             .style(component: .listRow, applyContainer: nil, state: .disabled)
72 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/StyleViews/StyleButtonInteractionState.swift:113:26: warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
111 |
112 |     } content: {
113 |         Text("Button: \n\(state)")
    |                          `- warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
114 |             .padding()
115 |             .background(state == .normal ? .yellow : .orange)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[97/110] Compiling SnapStyleLayout StyleButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:52:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
50 |     List {
51 |         Text("Normal List Row")
52 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
53 |             .style(component: .listRow, applyContainer: nil, state: .normal)
54 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:58:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
56 |     List {
57 |         Text("Highlighted List Row")
58 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
59 |             .style(component: .listRow, applyContainer: nil, state: .highlighted)
60 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:64:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
62 |     List {
63 |         Text("Selected List Row")
64 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
65 |             .style(component: .listRow, applyContainer: nil, state: .selected)
66 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:70:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
68 |     List {
69 |         Text("Disabled List Row")
70 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
71 |             .style(component: .listRow, applyContainer: nil, state: .disabled)
72 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/StyleViews/StyleButtonInteractionState.swift:113:26: warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
111 |
112 |     } content: {
113 |         Text("Button: \n\(state)")
    |                          `- warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
114 |             .padding()
115 |             .background(state == .normal ? .yellow : .orange)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[98/110] Compiling SnapStyleLayout StyleStack.swift
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:52:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
50 |     List {
51 |         Text("Normal List Row")
52 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
53 |             .style(component: .listRow, applyContainer: nil, state: .normal)
54 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:58:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
56 |     List {
57 |         Text("Highlighted List Row")
58 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
59 |             .style(component: .listRow, applyContainer: nil, state: .highlighted)
60 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:64:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
62 |     List {
63 |         Text("Selected List Row")
64 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
65 |             .style(component: .listRow, applyContainer: nil, state: .selected)
66 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:70:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
68 |     List {
69 |         Text("Disabled List Row")
70 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
71 |             .style(component: .listRow, applyContainer: nil, state: .disabled)
72 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/StyleViews/StyleButtonInteractionState.swift:113:26: warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
111 |
112 |     } content: {
113 |         Text("Button: \n\(state)")
    |                          `- warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
114 |             .padding()
115 |             .background(state == .normal ? .yellow : .orange)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[99/110] Compiling SnapStyleLayout StyleSpacer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:52:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
50 |     List {
51 |         Text("Normal List Row")
52 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
53 |             .style(component: .listRow, applyContainer: nil, state: .normal)
54 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:58:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
56 |     List {
57 |         Text("Highlighted List Row")
58 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
59 |             .style(component: .listRow, applyContainer: nil, state: .highlighted)
60 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:64:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
62 |     List {
63 |         Text("Selected List Row")
64 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
65 |             .style(component: .listRow, applyContainer: nil, state: .selected)
66 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:70:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
68 |     List {
69 |         Text("Disabled List Row")
70 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
71 |             .style(component: .listRow, applyContainer: nil, state: .disabled)
72 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/StyleViews/StyleButtonInteractionState.swift:113:26: warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
111 |
112 |     } content: {
113 |         Text("Button: \n\(state)")
    |                          `- warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
114 |             .padding()
115 |             .background(state == .normal ? .yellow : .orange)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[100/110] Compiling SnapStyleLayout StyleNavigationBarModifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:52:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
50 |     List {
51 |         Text("Normal List Row")
52 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
53 |             .style(component: .listRow, applyContainer: nil, state: .normal)
54 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:58:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
56 |     List {
57 |         Text("Highlighted List Row")
58 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
59 |             .style(component: .listRow, applyContainer: nil, state: .highlighted)
60 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:64:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
62 |     List {
63 |         Text("Selected List Row")
64 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
65 |             .style(component: .listRow, applyContainer: nil, state: .selected)
66 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:70:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
68 |     List {
69 |         Text("Disabled List Row")
70 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
71 |             .style(component: .listRow, applyContainer: nil, state: .disabled)
72 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/StyleViews/StyleButtonInteractionState.swift:113:26: warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
111 |
112 |     } content: {
113 |         Text("Button: \n\(state)")
    |                          `- warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
114 |             .padding()
115 |             .background(state == .normal ? .yellow : .orange)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[101/110] Compiling SnapStyleLayout StyleScreen.swift
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:52:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
50 |     List {
51 |         Text("Normal List Row")
52 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
53 |             .style(component: .listRow, applyContainer: nil, state: .normal)
54 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:58:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
56 |     List {
57 |         Text("Highlighted List Row")
58 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
59 |             .style(component: .listRow, applyContainer: nil, state: .highlighted)
60 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:64:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
62 |     List {
63 |         Text("Selected List Row")
64 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
65 |             .style(component: .listRow, applyContainer: nil, state: .selected)
66 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:70:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
68 |     List {
69 |         Text("Disabled List Row")
70 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
71 |             .style(component: .listRow, applyContainer: nil, state: .disabled)
72 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/StyleViews/StyleButtonInteractionState.swift:113:26: warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
111 |
112 |     } content: {
113 |         Text("Button: \n\(state)")
    |                          `- warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
114 |             .padding()
115 |             .background(state == .normal ? .yellow : .orange)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[102/110] Compiling SnapStyleLayout StyleScreenConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:52:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
50 |     List {
51 |         Text("Normal List Row")
52 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
53 |             .style(component: .listRow, applyContainer: nil, state: .normal)
54 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:58:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
56 |     List {
57 |         Text("Highlighted List Row")
58 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
59 |             .style(component: .listRow, applyContainer: nil, state: .highlighted)
60 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:64:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
62 |     List {
63 |         Text("Selected List Row")
64 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
65 |             .style(component: .listRow, applyContainer: nil, state: .selected)
66 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:70:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
68 |     List {
69 |         Text("Disabled List Row")
70 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
71 |             .style(component: .listRow, applyContainer: nil, state: .disabled)
72 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/StyleViews/StyleButtonInteractionState.swift:113:26: warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
111 |
112 |     } content: {
113 |         Text("Button: \n\(state)")
    |                          `- warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
114 |             .padding()
115 |             .background(state == .normal ? .yellow : .orange)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[103/110] Compiling SnapStyleLayout StyleList.swift
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:52:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
50 |     List {
51 |         Text("Normal List Row")
52 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
53 |             .style(component: .listRow, applyContainer: nil, state: .normal)
54 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:58:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
56 |     List {
57 |         Text("Highlighted List Row")
58 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
59 |             .style(component: .listRow, applyContainer: nil, state: .highlighted)
60 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:64:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
62 |     List {
63 |         Text("Selected List Row")
64 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
65 |             .style(component: .listRow, applyContainer: nil, state: .selected)
66 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:70:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
68 |     List {
69 |         Text("Disabled List Row")
70 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
71 |             .style(component: .listRow, applyContainer: nil, state: .disabled)
72 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/StyleViews/StyleButtonInteractionState.swift:113:26: warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
111 |
112 |     } content: {
113 |         Text("Button: \n\(state)")
    |                          `- warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
114 |             .padding()
115 |             .background(state == .normal ? .yellow : .orange)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[104/110] Compiling SnapStyleLayout StyleListIconWidthSynchronisation.swift
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:52:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
50 |     List {
51 |         Text("Normal List Row")
52 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
53 |             .style(component: .listRow, applyContainer: nil, state: .normal)
54 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:58:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
56 |     List {
57 |         Text("Highlighted List Row")
58 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
59 |             .style(component: .listRow, applyContainer: nil, state: .highlighted)
60 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:64:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
62 |     List {
63 |         Text("Selected List Row")
64 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
65 |             .style(component: .listRow, applyContainer: nil, state: .selected)
66 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:70:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
68 |     List {
69 |         Text("Disabled List Row")
70 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
71 |             .style(component: .listRow, applyContainer: nil, state: .disabled)
72 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/StyleViews/StyleButtonInteractionState.swift:113:26: warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
111 |
112 |     } content: {
113 |         Text("Button: \n\(state)")
    |                          `- warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
114 |             .padding()
115 |             .background(state == .normal ? .yellow : .orange)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[105/110] Compiling SnapStyleLayout StyleListRow+Navigation.swift
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:52:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
50 |     List {
51 |         Text("Normal List Row")
52 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
53 |             .style(component: .listRow, applyContainer: nil, state: .normal)
54 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:58:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
56 |     List {
57 |         Text("Highlighted List Row")
58 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
59 |             .style(component: .listRow, applyContainer: nil, state: .highlighted)
60 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:64:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
62 |     List {
63 |         Text("Selected List Row")
64 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
65 |             .style(component: .listRow, applyContainer: nil, state: .selected)
66 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:70:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
68 |     List {
69 |         Text("Disabled List Row")
70 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
71 |             .style(component: .listRow, applyContainer: nil, state: .disabled)
72 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/StyleViews/StyleButtonInteractionState.swift:113:26: warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
111 |
112 |     } content: {
113 |         Text("Button: \n\(state)")
    |                          `- warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
114 |             .padding()
115 |             .background(state == .normal ? .yellow : .orange)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[106/110] Compiling SnapStyleLayout StyleListRow+Variant.swift
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:52:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
50 |     List {
51 |         Text("Normal List Row")
52 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
53 |             .style(component: .listRow, applyContainer: nil, state: .normal)
54 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:58:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
56 |     List {
57 |         Text("Highlighted List Row")
58 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
59 |             .style(component: .listRow, applyContainer: nil, state: .highlighted)
60 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:64:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
62 |     List {
63 |         Text("Selected List Row")
64 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
65 |             .style(component: .listRow, applyContainer: nil, state: .selected)
66 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:70:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
68 |     List {
69 |         Text("Disabled List Row")
70 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
71 |             .style(component: .listRow, applyContainer: nil, state: .disabled)
72 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/StyleViews/StyleButtonInteractionState.swift:113:26: warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
111 |
112 |     } content: {
113 |         Text("Button: \n\(state)")
    |                          `- warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
114 |             .padding()
115 |             .background(state == .normal ? .yellow : .orange)
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/StyleListRow.swift:134:40: warning: 'let' pattern has no effect; sub-pattern didn't bind any variables
132 |                     switch variant {
133 |                         case .plain: break
134 |                         case .navigate(let _): break
    |                                        `- warning: 'let' pattern has no effect; sub-pattern didn't bind any variables
135 |                         case .navigation(_): break
136 |
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/StyleListRow.swift:134:40: warning: enum case 'navigate' has 2 associated values; matching them as a tuple is deprecated [#deprecation]
132 |                     switch variant {
133 |                         case .plain: break
134 |                         case .navigate(let _): break
    |                                        `- warning: enum case 'navigate' has 2 associated values; matching them as a tuple is deprecated [#deprecation]
135 |                         case .navigation(_): break
136 |
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/StyleListRow+Variant.swift:17:14: note: 'navigate(_:isPresented:)' declared here
15 |
16 |         /// Navigation style that pushes a value.
17 |         case navigate(_ value: SelectionValue, isPresented: Bool = false)
   |              `- note: 'navigate(_:isPresented:)' declared here
18 |
19 |         /// Navigation style that executes an action.
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[107/110] Compiling SnapStyleLayout StyleListRow.swift
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:52:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
50 |     List {
51 |         Text("Normal List Row")
52 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
53 |             .style(component: .listRow, applyContainer: nil, state: .normal)
54 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:58:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
56 |     List {
57 |         Text("Highlighted List Row")
58 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
59 |             .style(component: .listRow, applyContainer: nil, state: .highlighted)
60 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:64:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
62 |     List {
63 |         Text("Selected List Row")
64 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
65 |             .style(component: .listRow, applyContainer: nil, state: .selected)
66 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:70:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
68 |     List {
69 |         Text("Disabled List Row")
70 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
71 |             .style(component: .listRow, applyContainer: nil, state: .disabled)
72 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/StyleViews/StyleButtonInteractionState.swift:113:26: warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
111 |
112 |     } content: {
113 |         Text("Button: \n\(state)")
    |                          `- warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
114 |             .padding()
115 |             .background(state == .normal ? .yellow : .orange)
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/StyleListRow.swift:134:40: warning: 'let' pattern has no effect; sub-pattern didn't bind any variables
132 |                     switch variant {
133 |                         case .plain: break
134 |                         case .navigate(let _): break
    |                                        `- warning: 'let' pattern has no effect; sub-pattern didn't bind any variables
135 |                         case .navigation(_): break
136 |
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/StyleListRow.swift:134:40: warning: enum case 'navigate' has 2 associated values; matching them as a tuple is deprecated [#deprecation]
132 |                     switch variant {
133 |                         case .plain: break
134 |                         case .navigate(let _): break
    |                                        `- warning: enum case 'navigate' has 2 associated values; matching them as a tuple is deprecated [#deprecation]
135 |                         case .navigation(_): break
136 |
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/StyleListRow+Variant.swift:17:14: note: 'navigate(_:isPresented:)' declared here
15 |
16 |         /// Navigation style that pushes a value.
17 |         case navigate(_ value: SelectionValue, isPresented: Bool = false)
   |              `- note: 'navigate(_:isPresented:)' declared here
18 |
19 |         /// Navigation style that executes an action.
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[108/110] Compiling SnapStyleLayout StyleListSectionHeaderLabel.swift
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:52:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
50 |     List {
51 |         Text("Normal List Row")
52 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
53 |             .style(component: .listRow, applyContainer: nil, state: .normal)
54 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:58:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
56 |     List {
57 |         Text("Highlighted List Row")
58 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
59 |             .style(component: .listRow, applyContainer: nil, state: .highlighted)
60 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:64:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
62 |     List {
63 |         Text("Selected List Row")
64 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
65 |             .style(component: .listRow, applyContainer: nil, state: .selected)
66 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:70:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
68 |     List {
69 |         Text("Disabled List Row")
70 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
71 |             .style(component: .listRow, applyContainer: nil, state: .disabled)
72 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/StyleViews/StyleButtonInteractionState.swift:113:26: warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
111 |
112 |     } content: {
113 |         Text("Button: \n\(state)")
    |                          `- warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
114 |             .padding()
115 |             .background(state == .normal ? .yellow : .orange)
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/StyleListRow.swift:134:40: warning: 'let' pattern has no effect; sub-pattern didn't bind any variables
132 |                     switch variant {
133 |                         case .plain: break
134 |                         case .navigate(let _): break
    |                                        `- warning: 'let' pattern has no effect; sub-pattern didn't bind any variables
135 |                         case .navigation(_): break
136 |
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/StyleListRow.swift:134:40: warning: enum case 'navigate' has 2 associated values; matching them as a tuple is deprecated [#deprecation]
132 |                     switch variant {
133 |                         case .plain: break
134 |                         case .navigate(let _): break
    |                                        `- warning: enum case 'navigate' has 2 associated values; matching them as a tuple is deprecated [#deprecation]
135 |                         case .navigation(_): break
136 |
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/StyleListRow+Variant.swift:17:14: note: 'navigate(_:isPresented:)' declared here
15 |
16 |         /// Navigation style that pushes a value.
17 |         case navigate(_ value: SelectionValue, isPresented: Bool = false)
   |              `- note: 'navigate(_:isPresented:)' declared here
18 |
19 |         /// Navigation style that executes an action.
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[109/110] Compiling SnapStyleLayout StyleLabel.swift
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:52:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
50 |     List {
51 |         Text("Normal List Row")
52 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
53 |             .style(component: .listRow, applyContainer: nil, state: .normal)
54 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:58:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
56 |     List {
57 |         Text("Highlighted List Row")
58 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
59 |             .style(component: .listRow, applyContainer: nil, state: .highlighted)
60 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:64:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
62 |     List {
63 |         Text("Selected List Row")
64 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
65 |             .style(component: .listRow, applyContainer: nil, state: .selected)
66 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:70:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
68 |     List {
69 |         Text("Disabled List Row")
70 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
71 |             .style(component: .listRow, applyContainer: nil, state: .disabled)
72 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/StyleViews/StyleButtonInteractionState.swift:113:26: warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
111 |
112 |     } content: {
113 |         Text("Button: \n\(state)")
    |                          `- warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
114 |             .padding()
115 |             .background(state == .normal ? .yellow : .orange)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[110/110] Compiling SnapStyleLayout StyleShapeView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:52:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
50 |     List {
51 |         Text("Normal List Row")
52 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
53 |             .style(component: .listRow, applyContainer: nil, state: .normal)
54 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:58:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
56 |     List {
57 |         Text("Highlighted List Row")
58 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
59 |             .style(component: .listRow, applyContainer: nil, state: .highlighted)
60 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:64:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
62 |     List {
63 |         Text("Selected List Row")
64 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
65 |             .style(component: .listRow, applyContainer: nil, state: .selected)
66 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/LayoutViews/List/ListRowCompositionModifier.swift:70:14: warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
68 |     List {
69 |         Text("Disabled List Row")
70 |             .style(listRowBackground: \.listRow)
   |              `- warning: 'style(listRowBackground:)' is deprecated: `style(listRowBackground:)` is not recommended to use. Has issues with environment and does not properly animate component state changes. (iOS 18) - Should use `.styleListRowInsets(.zero)` instead and `.style(component: .listRow)` [#DeprecatedDeclaration]
71 |             .style(component: .listRow, applyContainer: nil, state: .disabled)
72 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Layout/StyleViews/StyleButtonInteractionState.swift:113:26: warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
111 |
112 |     } content: {
113 |         Text("Button: \n\(state)")
    |                          `- warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
114 |             .padding()
115 |             .background(state == .normal ? .yellow : .orange)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[111/114] Compiling SnapStyleViews StyleFlowLayout.swift
/Users/admin/builder/spi-builder-workspace/Sources/Views/Container/StyleFlowLayout.swift:15:39: error: stored property '_style' of 'Sendable'-conforming struct 'StyleFlowLayout' has non-sendable type 'Environment<SnapStyle.ContextWrapper>'
 13 | public struct StyleFlowLayout: Layout {
 14 |
 15 |     @Environment(\.style) private var style
    |                                       `- error: stored property '_style' of 'Sendable'-conforming struct 'StyleFlowLayout' has non-sendable type 'Environment<SnapStyle.ContextWrapper>'
 16 |
 17 |     private let spacing: SnapStyle.NumberKey.ValueBuilderKeyPath?
/Users/admin/builder/spi-builder-workspace/Sources/Base/Context/ContextWrapper.swift:13:19: note: struct 'ContextWrapper' does not conform to the 'Sendable' protocol
11 |     /// The `definition` contains the value generation logic and caches. It needs the `context` to produce the output.
12 |     /// They are bundled to simplify value access by accessing a single entry from the environment.
13 |     public struct ContextWrapper {
   |                   `- note: struct 'ContextWrapper' does not conform to the 'Sendable' protocol
14 |
15 |         package var definition: SnapStyle
/Users/admin/builder/spi-builder-workspace/Sources/Views/Container/StyleFlowLayout.swift:17:17: error: stored property 'spacing' of 'Sendable'-conforming struct 'StyleFlowLayout' has non-sendable type 'SnapStyle.NumberKey.ValueBuilderKeyPath?' (aka 'Optional<KeyPath<SnapStyle.NumberKey, SnapStyle.ValueBuilder<SnapStyle.Value<SnapStyle.NumberKey>>>>')
 15 |     @Environment(\.style) private var style
 16 |
 17 |     private let spacing: SnapStyle.NumberKey.ValueBuilderKeyPath?
    |                 `- error: stored property 'spacing' of 'Sendable'-conforming struct 'StyleFlowLayout' has non-sendable type 'SnapStyle.NumberKey.ValueBuilderKeyPath?' (aka 'Optional<KeyPath<SnapStyle.NumberKey, SnapStyle.ValueBuilder<SnapStyle.Value<SnapStyle.NumberKey>>>>')
 18 |
 19 |     public init(spacing: SnapStyle.NumberKey.ValueBuilderKeyPath?) {
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
1 | public class KeyPath<Root, Value> : PartialKeyPath<Root> {
  |              `- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
2 |     @objc deinit
3 | }
[112/114] Compiling SnapStyleViews ScrollingHStack.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[113/114] Compiling SnapStyleViews CornerContainer.swift
[114/114] Emitting module SnapStyleViews
/Users/admin/builder/spi-builder-workspace/Sources/Views/Container/StyleFlowLayout.swift:15:39: error: stored property '_style' of 'Sendable'-conforming struct 'StyleFlowLayout' has non-sendable type 'Environment<SnapStyle.ContextWrapper>'
 13 | public struct StyleFlowLayout: Layout {
 14 |
 15 |     @Environment(\.style) private var style
    |                                       `- error: stored property '_style' of 'Sendable'-conforming struct 'StyleFlowLayout' has non-sendable type 'Environment<SnapStyle.ContextWrapper>'
 16 |
 17 |     private let spacing: SnapStyle.NumberKey.ValueBuilderKeyPath?
/Users/admin/builder/spi-builder-workspace/Sources/Base/Context/ContextWrapper.swift:13:19: note: struct 'ContextWrapper' does not conform to the 'Sendable' protocol
11 |     /// The `definition` contains the value generation logic and caches. It needs the `context` to produce the output.
12 |     /// They are bundled to simplify value access by accessing a single entry from the environment.
13 |     public struct ContextWrapper {
   |                   `- note: struct 'ContextWrapper' does not conform to the 'Sendable' protocol
14 |
15 |         package var definition: SnapStyle
/Users/admin/builder/spi-builder-workspace/Sources/Views/Container/StyleFlowLayout.swift:17:17: error: stored property 'spacing' of 'Sendable'-conforming struct 'StyleFlowLayout' has non-sendable type 'SnapStyle.NumberKey.ValueBuilderKeyPath?' (aka 'Optional<KeyPath<SnapStyle.NumberKey, SnapStyle.ValueBuilder<SnapStyle.Value<SnapStyle.NumberKey>>>>')
 15 |     @Environment(\.style) private var style
 16 |
 17 |     private let spacing: SnapStyle.NumberKey.ValueBuilderKeyPath?
    |                 `- error: stored property 'spacing' of 'Sendable'-conforming struct 'StyleFlowLayout' has non-sendable type 'SnapStyle.NumberKey.ValueBuilderKeyPath?' (aka 'Optional<KeyPath<SnapStyle.NumberKey, SnapStyle.ValueBuilder<SnapStyle.Value<SnapStyle.NumberKey>>>>')
 18 |
 19 |     public init(spacing: SnapStyle.NumberKey.ValueBuilderKeyPath?) {
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
1 | public class KeyPath<Root, Value> : PartialKeyPath<Root> {
  |              `- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
2 |     @objc deinit
3 | }
Fetching https://github.com/simonnickel/snap-foundation.git
[1/128] Fetching snap-foundation
Fetched https://github.com/simonnickel/snap-foundation.git from cache (0.61s)
Creating working copy for https://github.com/simonnickel/snap-foundation.git
Working copy of https://github.com/simonnickel/snap-foundation.git resolved at main (37d9837)
BUILD FAILURE 6.2 macosSpm