The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SFSymbolsPicker, reference master (ad07a0), with Swift 6.0 for macOS (SPM) on 5 Nov 2024 05:16:18 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.56.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 ad07a0d updated readme
Cloned https://github.com/alessiorubicini/SFSymbolsPickerForSwiftUI.git
Revision (git rev-parse @):
ad07a0d94f88eeecfb2c1216e8bd019ca75c232b
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
[2/199] Fetching sfsymbolspickerforswiftui
Fetched https://github.com/alessiorubicini/SFSymbolsPickerForSwiftUI.git from cache (1.28s)
Creating working copy for https://github.com/alessiorubicini/SFSymbolsPickerForSwiftUI.git
Working copy of https://github.com/alessiorubicini/SFSymbolsPickerForSwiftUI.git resolved at master (ad07a0d)
warning: '.resolve-product-dependencies': dependency 'sfsymbolspickerforswiftui' is not used by any target
Found 0 product dependencies
========================================
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.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/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 {
[4/8] Compiling SFSymbolsPicker SymbolLoader.swift
[5/8] Compiling SFSymbolsPicker SymbolsPickerVM.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! (14.05s)
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.