The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SFSymbol, reference main (1870d4), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 06:17:54 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Nirma/SFSymbol.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Nirma/SFSymbol
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 1870d4d Implement support for SFSymbol 6.0
Cloned https://github.com/Nirma/SFSymbol.git
Revision (git rev-parse @):
1870d4da704042fcabcd086235d97149c2196ea7
SUCCESS checkout https://github.com/Nirma/SFSymbol.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "sfsymbol",
      "name": "SFSymbol",
      "url": "https://github.com/Nirma/SFSymbol.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SFSymbol",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Nirma/SFSymbol.git
[1/576] Fetching sfsymbol
Fetched https://github.com/Nirma/SFSymbol.git from cache (0.93s)
Creating working copy for https://github.com/Nirma/SFSymbol.git
Working copy of https://github.com/Nirma/SFSymbol.git resolved at main (1870d4d)
warning: '.resolve-product-dependencies': dependency 'sfsymbol' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/Nirma/SFSymbol.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/12] Compiling SFSymbol SymbolImage.swift
[4/12] Compiling SFSymbol SFSymbol4.swift
[5/12] Compiling SFSymbol SFSymbol3.swift
[6/12] Compiling SFSymbol SFSymbol.swift
[7/12] Compiling SFSymbol SFSymbol5.swift
[8/12] Compiling SFSymbol NSImage+SFSymbol.swift
[9/12] Compiling SFSymbol UIImage+SFSymbol.swift
[10/12] Compiling SFSymbol SFSymbol2.swift
[11/13] Compiling SFSymbol Image+SFSymbol.swift
[12/13] Emitting module SFSymbol
[13/13] Compiling SFSymbol SFSymbol6.swift
Build complete! (18.32s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SFSymbol",
  "name" : "SFSymbol",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "SFSymbol",
      "targets" : [
        "SFSymbol"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SFSymbolTests",
      "module_type" : "SwiftTarget",
      "name" : "SFSymbolTests",
      "path" : "Tests/SFSymbolTests",
      "sources" : [
        "ImageExtensionTests.swift",
        "UIImageExtensionTests.swift"
      ],
      "target_dependencies" : [
        "SFSymbol"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SFSymbol",
      "module_type" : "SwiftTarget",
      "name" : "SFSymbol",
      "path" : "Sources/SFSymbol",
      "product_memberships" : [
        "SFSymbol"
      ],
      "sources" : [
        "Extensions/Image+SFSymbol.swift",
        "Extensions/NSImage+SFSymbol.swift",
        "Extensions/UIImage+SFSymbol.swift",
        "Protocols/SymbolImage.swift",
        "SFSymbol1/SFSymbol.swift",
        "SFSymbol2/SFSymbol2.swift",
        "SFSymbol3/SFSymbol3.swift",
        "SFSymbol4/SFSymbol4.swift",
        "SFSymbol5/SFSymbol5.swift",
        "SFSymbol6/SFSymbol6.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.