Build Information
Successful build of SFSymbolsPicker, reference master (1a03f3
), with Swift 6.0 for macOS (SPM) on 17 May 2025 21:18:09 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.61.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/alessiorubicini/SFSymbolsPickerForSwiftUI.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/alessiorubicini/SFSymbolsPickerForSwiftUI
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 1a03f38 Updated README
Cloned https://github.com/alessiorubicini/SFSymbolsPickerForSwiftUI.git
Revision (git rev-parse @):
1a03f38818c454aacb3a7183c9aa6fe14ce5cde7
SUCCESS checkout https://github.com/alessiorubicini/SFSymbolsPickerForSwiftUI.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/alessiorubicini/SFSymbolsPickerForSwiftUI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/8] Compiling SFSymbolsPicker SymbolIcon.swift
[4/8] Emitting module SFSymbolsPicker
[5/8] Compiling SFSymbolsPicker SymbolLoader.swift
[6/8] Compiling SFSymbolsPicker UsageExample.swift
[7/8] Compiling SFSymbolsPicker SymbolsPickerVM.swift
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsPicker/SymbolsPickerVM.swift:80:17: warning: capture of 'self' with non-sendable type 'SymbolsPickerViewModel' in a `@Sendable` closure
9 | import SwiftUI
10 |
11 | public class SymbolsPickerViewModel: ObservableObject {
| `- note: class 'SymbolsPickerViewModel' does not conform to the 'Sendable' protocol
12 |
13 | let title: String
:
78 | isSearching = true
79 | DispatchQueue.main.async {
80 | self.symbols = self.symbolLoader.getSymbols(named: name)
| `- warning: capture of 'self' with non-sendable type 'SymbolsPickerViewModel' in a `@Sendable` closure
81 | self.isLoading = false
82 | }
[8/8] Compiling SFSymbolsPicker SymbolsPicker.swift
Build complete! (8.38s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SFSymbolsPicker",
"name" : "SFSymbolsPicker",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "SFSymbolsPicker",
"targets" : [
"SFSymbolsPicker"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SFSymbolsPickerTests",
"module_type" : "SwiftTarget",
"name" : "SFSymbolsPickerTests",
"path" : "Tests/SFSymbolsPickerTests",
"sources" : [
"SFSymbolsPickerTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SFSymbolsPicker"
],
"type" : "test"
},
{
"c99name" : "SFSymbolsPicker",
"module_type" : "SwiftTarget",
"name" : "SFSymbolsPicker",
"path" : "Sources/SFSymbolsPicker",
"product_memberships" : [
"SFSymbolsPicker"
],
"sources" : [
"Examples/UsageExample.swift",
"SymbolIcon.swift",
"SymbolLoader.swift",
"SymbolsPicker.swift",
"SymbolsPickerVM.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.