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 SFSymbols, reference 6.0.2 (cedf92), with Swift 6.2 (beta) for macOS (SPM) on 22 Jun 2025 22:00:33 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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ActuallyTaylor/SFSymbols.git
Reference: 6.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ActuallyTaylor/SFSymbols
 * tag               6.0.2      -> FETCH_HEAD
HEAD is now at cedf92a Fixed public modifier
Cloned https://github.com/ActuallyTaylor/SFSymbols.git
Revision (git rev-parse @):
cedf92a7778135eca5ffccfa99088f2349c60126
SUCCESS checkout https://github.com/ActuallyTaylor/SFSymbols.git at 6.0.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ActuallyTaylor/SFSymbols.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/20] Compiling SFSymbols SFSymbol+Image.swift
[4/20] Compiling SFSymbols SFSymbol+Name.swift
[5/20] Compiling SFSymbols SFSymbol+Version6.swift
[6/20] Compiling SFSymbols UIApplicationShortcutIcon+SFSymbol.swift
[7/20] Compiling SFSymbols UIButton+SFSymbol.swift
[8/20] Compiling SFSymbols UIImage+SFSymbol.swift
[9/20] Compiling SFSymbols SFSymbol+CaseIterable.swift
[10/20] Compiling SFSymbols NSButton+SFSymbol.swift
[11/20] Compiling SFSymbols NSImage+SFSymbol.swift
[12/20] Compiling SFSymbols SFSymbol+Version4.swift
[13/20] Compiling SFSymbols SFSymbol+Version5.swift
[14/20] Emitting module SFSymbols
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:7:5: warning: 'public' modifier is redundant for type alias declared in a public extension
  5 | public extension Tab {
  6 |     /// The type used to drive selection for the containing tab view.
  7 |     public typealias TabValue = Value
    |     `- warning: 'public' modifier is redundant for type alias declared in a public extension
  8 |
  9 |     /// Creates a tab that the tab view presents when the tab view's selection
[15/20] Compiling SFSymbols Label+SFSymbol.swift
[16/20] Compiling SFSymbols Menu+SFSymbol.swift
[17/20] Compiling SFSymbols Button+SFSymbol.swift
[18/20] Compiling SFSymbols Image+SFSymbol.swift
[19/20] Compiling SFSymbols Tab+SFSymbol.swift
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:7:5: warning: 'public' modifier is redundant for type alias declared in a public extension
  5 | public extension Tab {
  6 |     /// The type used to drive selection for the containing tab view.
  7 |     public typealias TabValue = Value
    |     `- warning: 'public' modifier is redundant for type alias declared in a public extension
  8 |
  9 |     /// Creates a tab that the tab view presents when the tab view's selection
[20/20] Compiling SFSymbols AppIntents+SFSymbol.swift
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:7:5: warning: 'public' modifier is redundant for type alias declared in a public extension
  5 | public extension Tab {
  6 |     /// The type used to drive selection for the containing tab view.
  7 |     public typealias TabValue = Value
    |     `- warning: 'public' modifier is redundant for type alias declared in a public extension
  8 |
  9 |     /// Creates a tab that the tab view presents when the tab view's selection
[21/21] Compiling SFSymbols SFSymbol.swift
Build complete! (35.97s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SFSymbols",
  "name" : "SFSymbols",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "SFSymbols",
      "targets" : [
        "SFSymbols"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SFSymbolsTests",
      "module_type" : "SwiftTarget",
      "name" : "SFSymbolsTests",
      "path" : "Tests/SFSymbolsTests",
      "sources" : [
        "SFSymbolsTests.swift"
      ],
      "target_dependencies" : [
        "SFSymbols"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SFSymbols",
      "module_type" : "SwiftTarget",
      "name" : "SFSymbols",
      "path" : "Sources/SFSymbols",
      "product_memberships" : [
        "SFSymbols"
      ],
      "sources" : [
        "Extensions/AppKit/NSButton+SFSymbol.swift",
        "Extensions/AppKit/NSImage+SFSymbol.swift",
        "Extensions/SwiftUI/Button+SFSymbol.swift",
        "Extensions/SwiftUI/Image+SFSymbol.swift",
        "Extensions/SwiftUI/Label+SFSymbol.swift",
        "Extensions/SwiftUI/Menu+SFSymbol.swift",
        "Extensions/SwiftUI/Tab+SFSymbol.swift",
        "Extensions/UIKit/AppIntents+SFSymbol.swift",
        "Extensions/UIKit/UIApplicationShortcutIcon+SFSymbol.swift",
        "Extensions/UIKit/UIButton+SFSymbol.swift",
        "Extensions/UIKit/UIImage+SFSymbol.swift",
        "SFSymbol/SFSymbol+CaseIterable.swift",
        "SFSymbol/SFSymbol+Image.swift",
        "SFSymbol/SFSymbol+Name.swift",
        "SFSymbol/SFSymbol+Version4.swift",
        "SFSymbol/SFSymbol+Version5.swift",
        "SFSymbol/SFSymbol+Version6.swift",
        "SFSymbol/SFSymbol.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7.1"
}
Done.