The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Alfred, reference 4.0.0 (5a28bb), with Swift 6.2 for macOS (SPM) on 23 Jun 2025 08:21:48 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: 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:             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 Text.swift
[4/17] Compiling Alfred ResponseModel.swift
[5/17] Compiling Alfred Response.swift
[6/17] Compiling Alfred Modifier.swift
[7/17] Compiling Alfred ItemType.swift
[8/17] Compiling Alfred KeyedEncodingContainer+Validation.swift
[9/17] Compiling Alfred ModifierAction.swift
[10/17] Compiling Alfred Item.swift
[11/17] Compiling Alfred ItemRepresentable.swift
[12/17] Compiling Alfred UniversalAction.swift
[13/17] Compiling Alfred Environment.swift
[14/17] Compiling Alfred Icon.swift
[15/17] Emitting module Alfred
[16/17] Compiling Alfred Argument.swift
[17/17] Compiling Alfred Cache.swift
Build complete! (7.46s)
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.