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 1.0.6 (73c909), with Swift 6.0 for macOS (SPM) on 5 Nov 2024 05:16:09 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: 1.0.6
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/alessiorubicini/SFSymbolsPickerForSwiftUI
 * tag               1.0.6      -> FETCH_HEAD
HEAD is now at 73c909b Version 1.0.6
Cloned https://github.com/alessiorubicini/SFSymbolsPickerForSwiftUI.git
Revision (git rev-parse @):
73c909b8a7fc77a30dd04208e33f759f8b52c4c8
SUCCESS checkout https://github.com/alessiorubicini/SFSymbolsPickerForSwiftUI.git at 1.0.6
========================================
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
[1/199] Fetching sfsymbolspickerforswiftui
Fetched https://github.com/alessiorubicini/SFSymbolsPickerForSwiftUI.git from cache (1.25s)
Creating working copy for https://github.com/alessiorubicini/SFSymbolsPickerForSwiftUI.git
Working copy of https://github.com/alessiorubicini/SFSymbolsPickerForSwiftUI.git resolved at 1.0.6 (73c909b)
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/9] 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 {
[4/9] Compiling SFSymbolsPicker SymbolIcon.swift
[5/9] Compiling SFSymbolsPicker SearchBar.swift
[6/9] Compiling SFSymbolsPicker SymbolLoader.swift
[7/9] 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 {
[8/9] Compiling SFSymbolsPicker SymbolsPicker.swift
[9/9] Compiling SFSymbolsPicker SymbolsPickerVM.swift
Build complete! (15.57s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SFSymbolsPicker",
  "name" : "SFSymbolsPicker",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.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" : [
        "SearchBar.swift",
        "SymbolIcon.swift",
        "SymbolLoader.swift",
        "SymbolsPicker.swift",
        "SymbolsPickerVM.swift",
        "UsageExample.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.