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 SearchAndSort, reference 3.3.0 (1205bb), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 08:31:53 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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mohammad-nej/SearchAndSort.git
Reference: 3.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mohammad-nej/SearchAndSort
 * tag               3.3.0      -> FETCH_HEAD
HEAD is now at 1205bb0 - addes support for nullable keys.
Cloned https://github.com/mohammad-nej/SearchAndSort.git
Revision (git rev-parse @):
1205bb07b90e31b6c70e1ebb8fb0d36df79a16f3
SUCCESS checkout https://github.com/mohammad-nej/SearchAndSort.git at 3.3.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mohammad-nej/SearchAndSort.git
https://github.com/mohammad-nej/SearchAndSort.git
{
  "dependencies" : [
    {
      "identity" : "mylogger",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mohammad-nej/MyLogger"
    }
  ],
  "manifest_display_name" : "SearchAndSort",
  "name" : "SearchAndSort",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "SearchAndSort",
      "targets" : [
        "SearchAndSort"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SearchAndSortTests",
      "module_type" : "SwiftTarget",
      "name" : "SearchAndSortTests",
      "path" : "Tests/SearchAndSortTests",
      "sources" : [
        "SearchAndSortTests.swift"
      ],
      "target_dependencies" : [
        "SearchAndSort"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SearchAndSort",
      "module_type" : "SwiftTarget",
      "name" : "SearchAndSort",
      "path" : "Sources/SearchAndSort",
      "product_dependencies" : [
        "MyLogger"
      ],
      "product_memberships" : [
        "SearchAndSort"
      ],
      "sources" : [
        "Extensions/KeyPath.swift",
        "Logger.swift",
        "Protocols/Optional Extension.swift",
        "Protocols/Searchable.swift",
        "Protocols/SearchableKeyProtocol.swift",
        "Protocols/SortableKeyPathProtocol.swift",
        "Protocols/Stringifier.swift",
        "Protocols/ValuePresentable.swift",
        "Search/BackgroundSearcher.swift",
        "Search/SearchableKeyPath.swift",
        "SearchAndSort.swift",
        "Sort/SortOrder.swift",
        "Sort/SortableKeyPath.swift",
        "Sort/Sorter.swift",
        "Stringifirers/Persian/PersianDateStringifier.swift",
        "Stringifirers/Persian/PersianDoubleStringifier.swift",
        "Stringifirers/Persian/PersianIntStringifier.swift",
        "Stringifirers/StringConvertableStringifier.swift",
        "TitledKey.swift",
        "Type Erasure/AnyKey.swift",
        "Type Erasure/AnySearchableKey.swift",
        "Type Erasure/AnySearchableTitledKey.swift",
        "Type Erasure/AnySortableKey.swift",
        "Type Erasure/AnySortabletTitledKey.swift",
        "Type Erasure/AnyTitledKey.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
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
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/5] Emitting module MyLogger
[5/5] Compiling MyLogger MyLogger.swift
[6/29] Emitting module SearchAndSort
[7/31] Compiling SearchAndSort Searchable.swift
[8/31] Compiling SearchAndSort SearchableKeyProtocol.swift
[9/31] Compiling SearchAndSort SortableKeyPathProtocol.swift
[10/31] Compiling SearchAndSort StringConvertableStringifier.swift
[11/31] Compiling SearchAndSort TitledKey.swift
[12/31] Compiling SearchAndSort SearchableKeyPath.swift
[13/31] Compiling SearchAndSort SearchAndSort.swift
[14/31] Compiling SearchAndSort SortOrder.swift
[15/31] Compiling SearchAndSort KeyPath.swift
[16/31] Compiling SearchAndSort Logger.swift
[17/31] Compiling SearchAndSort Optional Extension.swift
[18/31] Compiling SearchAndSort AnySortabletTitledKey.swift
[19/31] Compiling SearchAndSort AnyTitledKey.swift
[20/31] Compiling SearchAndSort PersianDoubleStringifier.swift
[21/31] Compiling SearchAndSort PersianIntStringifier.swift
[22/31] Compiling SearchAndSort AnyKey.swift
[23/31] Compiling SearchAndSort AnySearchableKey.swift
[24/31] Compiling SearchAndSort SortableKeyPath.swift
[25/31] Compiling SearchAndSort Sorter.swift
[26/31] Compiling SearchAndSort PersianDateStringifier.swift
[27/31] Compiling SearchAndSort AnySearchableTitledKey.swift
[28/31] Compiling SearchAndSort AnySortableKey.swift
[29/31] Compiling SearchAndSort Stringifier.swift
[30/31] Compiling SearchAndSort ValuePresentable.swift
[31/31] Compiling SearchAndSort BackgroundSearcher.swift
Build complete! (8.86s)
Fetching https://github.com/mohammad-nej/MyLogger
[1/35] Fetching mylogger
Fetched https://github.com/mohammad-nej/MyLogger from cache (0.61s)
Computing version for https://github.com/mohammad-nej/MyLogger
Computed https://github.com/mohammad-nej/MyLogger at 1.0.3 (1.07s)
Creating working copy for https://github.com/mohammad-nej/MyLogger
Working copy of https://github.com/mohammad-nej/MyLogger resolved at 1.0.3
Build complete.
{
  "dependencies" : [
    {
      "identity" : "mylogger",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mohammad-nej/MyLogger"
    }
  ],
  "manifest_display_name" : "SearchAndSort",
  "name" : "SearchAndSort",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "SearchAndSort",
      "targets" : [
        "SearchAndSort"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SearchAndSortTests",
      "module_type" : "SwiftTarget",
      "name" : "SearchAndSortTests",
      "path" : "Tests/SearchAndSortTests",
      "sources" : [
        "SearchAndSortTests.swift"
      ],
      "target_dependencies" : [
        "SearchAndSort"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SearchAndSort",
      "module_type" : "SwiftTarget",
      "name" : "SearchAndSort",
      "path" : "Sources/SearchAndSort",
      "product_dependencies" : [
        "MyLogger"
      ],
      "product_memberships" : [
        "SearchAndSort"
      ],
      "sources" : [
        "Extensions/KeyPath.swift",
        "Logger.swift",
        "Protocols/Optional Extension.swift",
        "Protocols/Searchable.swift",
        "Protocols/SearchableKeyProtocol.swift",
        "Protocols/SortableKeyPathProtocol.swift",
        "Protocols/Stringifier.swift",
        "Protocols/ValuePresentable.swift",
        "Search/BackgroundSearcher.swift",
        "Search/SearchableKeyPath.swift",
        "SearchAndSort.swift",
        "Sort/SortOrder.swift",
        "Sort/SortableKeyPath.swift",
        "Sort/Sorter.swift",
        "Stringifirers/Persian/PersianDateStringifier.swift",
        "Stringifirers/Persian/PersianDoubleStringifier.swift",
        "Stringifirers/Persian/PersianIntStringifier.swift",
        "Stringifirers/StringConvertableStringifier.swift",
        "TitledKey.swift",
        "Type Erasure/AnyKey.swift",
        "Type Erasure/AnySearchableKey.swift",
        "Type Erasure/AnySearchableTitledKey.swift",
        "Type Erasure/AnySortableKey.swift",
        "Type Erasure/AnySortabletTitledKey.swift",
        "Type Erasure/AnyTitledKey.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.