Build Information
Successful build of SFSymbolsPicker, reference master (f2be24
), with Swift 6.1 for macOS (SPM) on 28 Apr 2025 22:24:12 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
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 f2be24b Updated README
Cloned https://github.com/alessiorubicini/SFSymbolsPickerForSwiftUI.git
Revision (git rev-parse @):
f2be24b0377f562ece58ec3a8e0adc50dd64db21
SUCCESS checkout https://github.com/alessiorubicini/SFSymbolsPickerForSwiftUI.git at master
========================================
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",
"dependencies": [
{
"identity": "sfsymbolspickerforswiftui",
"name": "SFSymbolsPicker",
"url": "https://github.com/alessiorubicini/SFSymbolsPickerForSwiftUI.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SFSymbolsPickerForSwiftUI",
"dependencies": [
]
}
]
}
Fetching https://github.com/alessiorubicini/SFSymbolsPickerForSwiftUI.git
[3/211] Fetching sfsymbolspickerforswiftui
Fetched https://github.com/alessiorubicini/SFSymbolsPickerForSwiftUI.git from cache (1.13s)
Creating working copy for https://github.com/alessiorubicini/SFSymbolsPickerForSwiftUI.git
Working copy of https://github.com/alessiorubicini/SFSymbolsPickerForSwiftUI.git resolved at master (f2be24b)
warning: '.resolve-product-dependencies': dependency 'sfsymbolspickerforswiftui' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/alessiorubicini/SFSymbolsPickerForSwiftUI.git
https://github.com/alessiorubicini/SFSymbolsPickerForSwiftUI.git
{
"dependencies" : [
],
"manifest_display_name" : "SFSymbolsPicker",
"name" : "SFSymbolsPicker",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.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" : [
"SymbolIcon.swift",
"SymbolLoader.swift",
"SymbolsPicker.swift",
"SymbolsPickerVM.swift",
"UsageExample.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/8] Compiling SFSymbolsPicker SymbolsPickerVM.swift
[4/8] Compiling SFSymbolsPicker UsageExample.swift
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsPicker/UsageExample.swift:9:8: warning: file 'UsageExample.swift' is part of module 'SFSymbolsPicker'; ignoring import
7 |
8 | import SwiftUI
9 | import SFSymbolsPicker
| `- warning: file 'UsageExample.swift' is part of module 'SFSymbolsPicker'; ignoring import
10 |
11 | struct UsageExample: View {
[5/8] Compiling SFSymbolsPicker SymbolLoader.swift
[6/8] Compiling SFSymbolsPicker SymbolIcon.swift
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsPicker/SymbolIcon.swift:18:14: warning: 'animation' was deprecated in macOS 12.0: Use withAnimation or animation(_:value:) instead.
16 | Image(systemName: symbolName)
17 | .font(.system(size: 25))
18 | .animation(.linear)
| `- warning: 'animation' was deprecated in macOS 12.0: Use withAnimation or animation(_:value:) instead.
19 | .foregroundColor(self.selection == symbolName ? Color.accentColor : Color.primary)
20 | .onTapGesture {
[7/8] Emitting module SFSymbolsPicker
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsPicker/UsageExample.swift:9:8: warning: file 'UsageExample.swift' is part of module 'SFSymbolsPicker'; ignoring import
7 |
8 | import SwiftUI
9 | import SFSymbolsPicker
| `- warning: file 'UsageExample.swift' is part of module 'SFSymbolsPicker'; ignoring import
10 |
11 | struct UsageExample: View {
[8/8] Compiling SFSymbolsPicker SymbolsPicker.swift
Build complete! (7.50s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SFSymbolsPicker",
"name" : "SFSymbolsPicker",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.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" : [
"SymbolIcon.swift",
"SymbolLoader.swift",
"SymbolsPicker.swift",
"SymbolsPickerVM.swift",
"UsageExample.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.