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

Successful build of SFSymbolsPicker, reference v1.0.5 (55829d), with Swift 6.2 (beta) for macOS (SPM) on 4 Sep 2025 22:00:14 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jaywcjlove/SFSymbolsPicker.git
Reference: v1.0.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jaywcjlove/SFSymbolsPicker
 * tag               v1.0.5     -> FETCH_HEAD
HEAD is now at 55829da fix: Fix decorator issue in sfSymbolsPicker.
Cloned https://github.com/jaywcjlove/SFSymbolsPicker.git
Revision (git rev-parse @):
55829daa097c455115187f048157a93b43a6124a
SUCCESS checkout https://github.com/jaywcjlove/SFSymbolsPicker.git at v1.0.5
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/jaywcjlove/SFSymbolsPicker.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/10] Write sources
[0/10] Copying Localizable.strings
[5/10] Copying Info.plist
[6/10] Copying Localizable.strings
[9/10] Write swift-version-1EA4D86E10B52AF.txt
[11/20] Emitting module SFSymbolsPicker
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsPicker/SFSymbolsPickerModifier.swift:104:5: warning: 'public' modifier is redundant for instance method declared in a public extension
102 |     ///   - navigationTitle: Navigation title (iOS only)
103 |     /// - Returns: View with applied modifier
104 |     public func sfSymbolsPicker(
    |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
105 |         isPresented: Binding<Bool>,
106 |         selection: Binding<String>,
[12/20] Compiling SFSymbolsPicker SymbolIcon.swift
[13/20] Compiling SFSymbolsPicker SFSymbolsPickerModifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsPicker/SFSymbolsPickerModifier.swift:104:5: warning: 'public' modifier is redundant for instance method declared in a public extension
102 |     ///   - navigationTitle: Navigation title (iOS only)
103 |     /// - Returns: View with applied modifier
104 |     public func sfSymbolsPicker(
    |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
105 |         isPresented: Binding<Bool>,
106 |         selection: Binding<String>,
[14/20] Compiling SFSymbolsPicker SFSymbolsPickerVM.swift
[15/20] Compiling SFSymbolsPicker SymbolLoader.swift
[16/20] Compiling SFSymbolsPicker Utils.swift
[17/20] Compiling SFSymbolsPicker resource_bundle_accessor.swift
[18/20] Compiling SFSymbolsPicker SymbolPanelSearch.swift
[19/20] Compiling SFSymbolsPicker SFSymbolsPickerPanel.swift
[20/20] Compiling SFSymbolsPicker SFSymbolsPicker.swift
Build complete! (9.27s)
Build complete.
{
  "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"
}
Done.