The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Alfred, reference master (5a28bb), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 08:21:52 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kiliankoe/Alfred.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kiliankoe/Alfred
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/kiliankoe/Alfred.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/16] Compiling Alfred Response.swift
[4/16] Compiling Alfred Text.swift
[5/17] Compiling Alfred ResponseModel.swift
[6/17] Compiling Alfred ModifierAction.swift
[7/17] Compiling Alfred UniversalAction.swift
[8/17] Compiling Alfred ItemType.swift
[9/17] Compiling Alfred KeyedEncodingContainer+Validation.swift
[10/17] Compiling Alfred Modifier.swift
[11/17] Compiling Alfred Item.swift
[12/17] Compiling Alfred ItemRepresentable.swift
[13/17] Emitting module Alfred
[14/17] Compiling Alfred Environment.swift
[15/17] Compiling Alfred Icon.swift
[16/17] Compiling Alfred Argument.swift
[17/17] Compiling Alfred Cache.swift
Build complete! (7.52s)
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.