The Swift Package Index logo.Swift Package Index

Build Information

Successful build of LucideIcons, reference main (31d664), with Swift 6.0 for macOS (SPM) on 30 Apr 2026 07:11:42 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/JakubMazur/lucide-icons-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/JakubMazur/lucide-icons-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Write swift-version-5BDAB9E9C0126B9D.txt
[2/3] Copying icons.xcassets
[4/8] Compiling LucideIcons Lucide+macOS.swift
[5/8] Compiling LucideIcons Lucide+iOS.swift
[6/8] Compiling LucideIcons resource_bundle_accessor.swift
[7/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 | 	}
[8/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 | 	}
Build complete! (8.73s)
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.