Build Information
Successful build of LucideIcons, reference 1.14.0 (31d664), with Swift 6.3 for macOS (SPM) on 30 Apr 2026 06:59:43 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build 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
========================================
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": "lucide-icons-swift",
"name": "LucideIcons",
"url": "https://github.com/JakubMazur/lucide-icons-swift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/lucide-icons-swift",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/JakubMazur/lucide-icons-swift.git
[1/358742] Fetching lucide-icons-swift
Fetched https://github.com/JakubMazur/lucide-icons-swift.git from cache (5.98s)
Creating working copy for https://github.com/JakubMazur/lucide-icons-swift.git
Working copy of https://github.com/JakubMazur/lucide-icons-swift.git resolved at 1.14.0 (31d664c)
warning: '.resolve-product-dependencies': dependency 'lucide-icons-swift' 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/JakubMazur/lucide-icons-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Write swift-version--6988338F2F200930.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] Compiling LucideIcons Lucide+iOS.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+macOS.swift
Build complete! (11.30s)
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.