The Swift Package Index logo.Swift Package Index

Build Information

Successful build of LucideIcons, reference 1.14.0 (31d664), with Swift 6.2 for macOS (SPM) on 30 Apr 2026 07:08:59 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.3.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/JakubMazur/lucide-icons-swift.git
Reference: 1.14.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/JakubMazur/lucide-icons-swift
 * tag               1.14.0     -> FETCH_HEAD
HEAD is now at 31d664c 1.14.0
Cloned https://github.com/JakubMazur/lucide-icons-swift.git
Revision (git rev-parse @):
31d664ccc9304186535dc2865d9119a3d1342afb
SUCCESS checkout https://github.com/JakubMazur/lucide-icons-swift.git at 1.14.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/JakubMazur/lucide-icons-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Write swift-version--3CB7CFEC50E0D141.txt
[2/3] Copying icons.xcassets
[4/8] Compiling LucideIcons resource_bundle_accessor.swift
[5/8] Compiling LucideIcons Lucide.swift
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide.swift:20:2: warning: 'public' modifier is redundant for static method declared in a public extension
18 | import AppKit
19 | public extension NSImage {
20 | 	public static func image(lucideId: String) -> NSImage? {
   |  `- warning: 'public' modifier is redundant for static method declared in a public extension
21 | 		Bundle.module.image(forResource: lucideId)
22 | 	}
[6/8] Emitting module LucideIcons
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide.swift:20:2: warning: 'public' modifier is redundant for static method declared in a public extension
18 | import AppKit
19 | public extension NSImage {
20 | 	public static func image(lucideId: String) -> NSImage? {
   |  `- warning: 'public' modifier is redundant for static method declared in a public extension
21 | 		Bundle.module.image(forResource: lucideId)
22 | 	}
[7/8] Compiling LucideIcons Lucide+iOS.swift
[8/8] Compiling LucideIcons Lucide+macOS.swift
Build complete! (9.98s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "LucideIcons",
  "name" : "LucideIcons",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "LucideIcons",
      "targets" : [
        "LucideIcons"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LucideIconsTests",
      "module_type" : "SwiftTarget",
      "name" : "LucideIconsTests",
      "path" : "Tests/LucideIconsTests",
      "sources" : [
        "LucideIconsTests.swift"
      ],
      "target_dependencies" : [
        "LucideIcons"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LucideIcons",
      "module_type" : "SwiftTarget",
      "name" : "LucideIcons",
      "path" : "Sources/LucideIcons",
      "product_memberships" : [
        "LucideIcons"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/icons.xcassets",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Lucide+iOS.swift",
        "Lucide+macOS.swift",
        "Lucide.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.