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 1.0.7 (02800d), with Swift 5.9 for macOS (SPM) on 13 May 2025 21:17:03 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/alessiorubicini/SFSymbolsPickerForSwiftUI.git
Reference: 1.0.7
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/alessiorubicini/SFSymbolsPickerForSwiftUI
 * tag               1.0.7      -> FETCH_HEAD
HEAD is now at 02800d8 Improvements in search and loading
Cloned https://github.com/alessiorubicini/SFSymbolsPickerForSwiftUI.git
Revision (git rev-parse @):
02800d8db419d0dbf6d1e6128ee517f784887d14
SUCCESS checkout https://github.com/alessiorubicini/SFSymbolsPickerForSwiftUI.git at 1.0.7
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/alessiorubicini/SFSymbolsPickerForSwiftUI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/6] Compiling SFSymbolsPicker SymbolLoader.swift
[2/6] Compiling SFSymbolsPicker SymbolsPickerVM.swift
[3/6] Compiling SFSymbolsPicker UsageExample.swift
[4/6] Emitting module SFSymbolsPicker
[5/6] Compiling SFSymbolsPicker SymbolIcon.swift
[6/6] Compiling SFSymbolsPicker SymbolsPicker.swift
Build complete! (8.02s)
Build complete.
{
  "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" : "SFSymbolsPickerTests",
      "module_type" : "SwiftTarget",
      "name" : "SFSymbolsPickerTests",
      "path" : "Tests/SFSymbolsPickerTests",
      "sources" : [
        "SFSymbolsPickerTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SFSymbolsPicker"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SFSymbolsPicker",
      "module_type" : "SwiftTarget",
      "name" : "SFSymbolsPicker",
      "path" : "Sources/SFSymbolsPicker",
      "product_memberships" : [
        "SFSymbolsPicker"
      ],
      "sources" : [
        "Examples/UsageExample.swift",
        "SymbolIcon.swift",
        "SymbolLoader.swift",
        "SymbolsPicker.swift",
        "SymbolsPickerVM.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.