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 SFSymbolsPicker, reference v1.0.6 (a28f7a), with Swift 6.1 for macOS (SPM) on 25 Oct 2025 18:35:04 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jaywcjlove/SFSymbolsPicker.git
Reference: v1.0.6
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jaywcjlove/SFSymbolsPicker
 * tag               v1.0.6     -> FETCH_HEAD
HEAD is now at a28f7a3 fix: improve input field styles for macOS 26.
Cloned https://github.com/jaywcjlove/SFSymbolsPicker.git
Revision (git rev-parse @):
a28f7a3b089c9b86d1dcc4b63817bfdf17b5bdef
SUCCESS checkout https://github.com/jaywcjlove/SFSymbolsPicker.git at v1.0.6
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/jaywcjlove/SFSymbolsPicker.git
https://github.com/jaywcjlove/SFSymbolsPicker.git
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "SFSymbolsPicker",
  "name" : "SFSymbolsPicker",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "SFSymbolsPicker",
      "targets" : [
        "SFSymbolsPicker"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SFSymbolsPicker",
      "module_type" : "SwiftTarget",
      "name" : "SFSymbolsPicker",
      "path" : "Sources/SFSymbolsPicker",
      "product_memberships" : [
        "SFSymbolsPicker"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsPicker/Resources/en.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsPicker/Resources/fr.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "fr"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsPicker/Resources/ja.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "ja"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsPicker/Resources/ko.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "ko"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsPicker/Resources/ru.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "ru"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsPicker/Resources/zh-Hans.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "zh-hans"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsPicker/Resources/zh-Hant.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "zh-hant"
            }
          }
        }
      ],
      "sources" : [
        "SFSymbolsPicker.swift",
        "SFSymbolsPickerModifier.swift",
        "SFSymbolsPickerPanel.swift",
        "SFSymbolsPickerVM.swift",
        "SymbolIcon.swift",
        "SymbolLoader.swift",
        "SymbolPanelSearch.swift",
        "Utils.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/10] Write sources
[1/10] Copying Localizable.strings
[3/10] Copying Info.plist
[3/10] Copying Localizable.strings
[9/10] Write swift-version-2F0A5646E1D333AE.txt
[11/20] Compiling SFSymbolsPicker resource_bundle_accessor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[12/20] Compiling SFSymbolsPicker Utils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[13/20] Compiling SFSymbolsPicker SymbolLoader.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[14/20] Compiling SFSymbolsPicker SymbolIcon.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[15/20] Compiling SFSymbolsPicker SFSymbolsPickerPanel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[16/20] Compiling SFSymbolsPicker SymbolPanelSearch.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsPicker/SymbolPanelSearch.swift:13:18: error: value of type 'Self' has no member 'glassEffect'
11 |     @ViewBuilder func glassEffectButton(isTextFieldFocused: Bool = false) -> some View {
12 |         if #available(macOS 26.0, iOS 26, *) {
13 |             self.glassEffect(
   |                  `- error: value of type 'Self' has no member 'glassEffect'
14 |                 isTextFieldFocused == true ? .regular.tint(Color.accentColor.opacity(0.15)) : .regular.interactive(),
15 |                 in: .capsule
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsPicker/SymbolPanelSearch.swift:14:47: error: cannot infer contextual base in reference to member 'regular'
12 |         if #available(macOS 26.0, iOS 26, *) {
13 |             self.glassEffect(
14 |                 isTextFieldFocused == true ? .regular.tint(Color.accentColor.opacity(0.15)) : .regular.interactive(),
   |                                               `- error: cannot infer contextual base in reference to member 'regular'
15 |                 in: .capsule
16 |             )
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsPicker/SymbolPanelSearch.swift:15:22: error: cannot infer contextual base in reference to member 'capsule'
13 |             self.glassEffect(
14 |                 isTextFieldFocused == true ? .regular.tint(Color.accentColor.opacity(0.15)) : .regular.interactive(),
15 |                 in: .capsule
   |                      `- error: cannot infer contextual base in reference to member 'capsule'
16 |             )
17 |         } else {
[17/20] Emitting module SFSymbolsPicker
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[18/20] Compiling SFSymbolsPicker SFSymbolsPicker.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[19/20] Compiling SFSymbolsPicker SFSymbolsPickerModifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[20/20] Compiling SFSymbolsPicker SFSymbolsPickerVM.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/11] Compiling SFSymbolsPicker resource_bundle_accessor.swift
[3/11] Compiling SFSymbolsPicker Utils.swift
[4/11] Compiling SFSymbolsPicker SymbolLoader.swift
[5/11] Compiling SFSymbolsPicker SymbolIcon.swift
[6/11] Compiling SFSymbolsPicker SymbolPanelSearch.swift
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsPicker/SymbolPanelSearch.swift:13:18: error: value of type 'Self' has no member 'glassEffect'
11 |     @ViewBuilder func glassEffectButton(isTextFieldFocused: Bool = false) -> some View {
12 |         if #available(macOS 26.0, iOS 26, *) {
13 |             self.glassEffect(
   |                  `- error: value of type 'Self' has no member 'glassEffect'
14 |                 isTextFieldFocused == true ? .regular.tint(Color.accentColor.opacity(0.15)) : .regular.interactive(),
15 |                 in: .capsule
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsPicker/SymbolPanelSearch.swift:14:47: error: cannot infer contextual base in reference to member 'regular'
12 |         if #available(macOS 26.0, iOS 26, *) {
13 |             self.glassEffect(
14 |                 isTextFieldFocused == true ? .regular.tint(Color.accentColor.opacity(0.15)) : .regular.interactive(),
   |                                               `- error: cannot infer contextual base in reference to member 'regular'
15 |                 in: .capsule
16 |             )
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsPicker/SymbolPanelSearch.swift:15:22: error: cannot infer contextual base in reference to member 'capsule'
13 |             self.glassEffect(
14 |                 isTextFieldFocused == true ? .regular.tint(Color.accentColor.opacity(0.15)) : .regular.interactive(),
15 |                 in: .capsule
   |                      `- error: cannot infer contextual base in reference to member 'capsule'
16 |             )
17 |         } else {
[7/11] Compiling SFSymbolsPicker SFSymbolsPickerVM.swift
[8/11] Compiling SFSymbolsPicker SFSymbolsPickerPanel.swift
[9/11] Compiling SFSymbolsPicker SFSymbolsPicker.swift
[10/11] Emitting module SFSymbolsPicker
[11/11] Compiling SFSymbolsPicker SFSymbolsPickerModifier.swift
BUILD FAILURE 6.1 macosSpm