Build Information
Successful build of SFSymbolsKit, reference 0.1.25 (34093f
), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 19:49:27 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/WikipediaBrown/SFSymbolsKit.git
Reference: 0.1.25
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/WikipediaBrown/SFSymbolsKit
* tag 0.1.25 -> FETCH_HEAD
HEAD is now at 34093f0 Creating New Version with Access control fix (#96)
Cloned https://github.com/WikipediaBrown/SFSymbolsKit.git
Revision (git rev-parse @):
34093f0b5c42faf9889a750ba38c1bd87ae9fc04
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/WikipediaBrown/SFSymbolsKit.git at 0.1.25
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/WikipediaBrown/SFSymbolsKit.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/7] Compiling SFSymbolsKit String+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/String+Extension.swift:10:5: warning: 'public' modifier is redundant for enum declared in a public extension
8 | public extension String {
9 | /// This enum provides static properties, each corresponding to an SFSymbol and returning a `String`. The corresponding SFSybmol to each property can be found in the SFSybmols App.
10 | public enum SFSymbols {
| `- warning: 'public' modifier is redundant for enum declared in a public extension
11 | public static let squareAndArrowUp: String = SFSymbol.squareAndArrowUp.rawValue
12 | public static let squareAndArrowUpFill: String = SFSymbol.squareAndArrowUpFill.rawValue
[4/7] Compiling SFSymbolsKit UIImage+Extension.swift
[5/7] Compiling SFSymbolsKit Enum.swift
[6/7] Compiling SFSymbolsKit NSImage+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:14:5: warning: 'public' modifier is redundant for enum declared in a public extension
12 | public extension NSImage {
13 | /// This enum provides static properties, each corresponding to an SFSymbol and returning an `NSImage`. The corresponding SFSybmol to each property can be found in the SFSybmols App.
14 | public enum SFSymbols {
| `- warning: 'public' modifier is redundant for enum declared in a public extension
15 | public static let squareAndArrowUp = getSystemImage(named: SFSymbol.squareAndArrowUp.rawValue)
16 | public static let squareAndArrowUpFill = getSystemImage(named: SFSymbol.squareAndArrowUpFill.rawValue)
[7/7] Emitting module SFSymbolsKit
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:14:5: warning: 'public' modifier is redundant for enum declared in a public extension
12 | public extension NSImage {
13 | /// This enum provides static properties, each corresponding to an SFSymbol and returning an `NSImage`. The corresponding SFSybmol to each property can be found in the SFSybmols App.
14 | public enum SFSymbols {
| `- warning: 'public' modifier is redundant for enum declared in a public extension
15 | public static let squareAndArrowUp = getSystemImage(named: SFSymbol.squareAndArrowUp.rawValue)
16 | public static let squareAndArrowUpFill = getSystemImage(named: SFSymbol.squareAndArrowUpFill.rawValue)
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/String+Extension.swift:10:5: warning: 'public' modifier is redundant for enum declared in a public extension
8 | public extension String {
9 | /// This enum provides static properties, each corresponding to an SFSymbol and returning a `String`. The corresponding SFSybmol to each property can be found in the SFSybmols App.
10 | public enum SFSymbols {
| `- warning: 'public' modifier is redundant for enum declared in a public extension
11 | public static let squareAndArrowUp: String = SFSymbol.squareAndArrowUp.rawValue
12 | public static let squareAndArrowUpFill: String = SFSymbol.squareAndArrowUpFill.rawValue
Build complete! (11.05s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SFSymbolsKit",
"name" : "SFSymbolsKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "10.13"
}
],
"products" : [
{
"name" : "SFSymbolsKit",
"targets" : [
"SFSymbolsKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SFSymbolsKitTests",
"module_type" : "SwiftTarget",
"name" : "SFSymbolsKitTests",
"path" : "Tests/SFSymbolsKitTests",
"sources" : [
"NSImageExtensionTests.swift",
"SFSymbolsEnumTests.swift",
"StringExtensionTests.swift",
"UIImageExtensionTests.swift"
],
"target_dependencies" : [
"SFSymbolsKit"
],
"type" : "test"
},
{
"c99name" : "SFSymbolsKit",
"module_type" : "SwiftTarget",
"name" : "SFSymbolsKit",
"path" : "Sources/SFSymbolsKit",
"product_memberships" : [
"SFSymbolsKit"
],
"sources" : [
"Enum.swift",
"NSImage+Extension.swift",
"String+Extension.swift",
"UIImage+Extension.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Done.