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 Alfred, reference 4.0.0 (5a28bb), with Swift 5.10 for macOS (SPM) on 13 Mar 2025 08:48:18 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kiliankoe/Alfred.git
Reference: 4.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kiliankoe/Alfred
 * tag               4.0.0      -> FETCH_HEAD
HEAD is now at 5a28bbd Merge pull request #13 from Yerkenabildin/update_contact_5.5
Cloned https://github.com/kiliankoe/Alfred.git
Revision (git rev-parse @):
5a28bbd8ce1331f5bd5e75487900a106b6392134
SUCCESS checkout https://github.com/kiliankoe/Alfred.git at 4.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/kiliankoe/Alfred.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/16] Compiling Alfred Text.swift
[4/16] Compiling Alfred Modifier.swift
[5/17] Compiling Alfred ResponseModel.swift
[6/17] Compiling Alfred Response.swift
[7/17] Compiling Alfred ItemType.swift
[8/17] Compiling Alfred KeyedEncodingContainer+Validation.swift
[9/17] Compiling Alfred Item.swift
[10/17] Compiling Alfred ItemRepresentable.swift
[11/17] Compiling Alfred ModifierAction.swift
[12/17] Compiling Alfred UniversalAction.swift
[13/17] Emitting module Alfred
[14/17] Compiling Alfred Argument.swift
[15/17] Compiling Alfred Cache.swift
[16/17] Compiling Alfred Environment.swift
[17/17] Compiling Alfred Icon.swift
Build complete! (9.56s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Alfred",
  "name" : "Alfred",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "Alfred",
      "targets" : [
        "Alfred"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AlfredTests",
      "module_type" : "SwiftTarget",
      "name" : "AlfredTests",
      "path" : "Tests/AlfredTests",
      "sources" : [
        "ArgumentTests.swift",
        "EnvironmentTests.swift",
        "Helper.swift",
        "IconTests.swift",
        "ItemTests.swift",
        "ModifierActionTests.swift",
        "ResponseTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Alfred"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Alfred",
      "module_type" : "SwiftTarget",
      "name" : "Alfred",
      "path" : "Sources/Alfred",
      "product_memberships" : [
        "Alfred"
      ],
      "sources" : [
        "Argument.swift",
        "Cache.swift",
        "Environment.swift",
        "Icon.swift",
        "Item.swift",
        "ItemRepresentable.swift",
        "ItemType.swift",
        "KeyedEncodingContainer+Validation.swift",
        "Modifier.swift",
        "ModifierAction.swift",
        "Response.swift",
        "ResponseModel.swift",
        "Text.swift",
        "UniversalAction.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.