Build Information
Successful build of Alfred, reference master (5a28bb
), with Swift 5.9 for macOS (SPM) on 12 Mar 2025 19:06:02 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.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: 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: 5.9
Building package at path: $PWD
https://github.com/kiliankoe/Alfred.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/14] Compiling Alfred Response.swift
[2/14] Compiling Alfred Text.swift
[3/14] Compiling Alfred ResponseModel.swift
[4/15] Compiling Alfred ModifierAction.swift
[5/15] Compiling Alfred Argument.swift
[6/15] Compiling Alfred Cache.swift
[7/15] Compiling Alfred Item.swift
[8/15] Compiling Alfred ItemRepresentable.swift
[9/15] Compiling Alfred ItemType.swift
[10/15] Compiling Alfred KeyedEncodingContainer+Validation.swift
[11/15] Compiling Alfred Modifier.swift
[12/15] Compiling Alfred UniversalAction.swift
[13/15] Emitting module Alfred
[14/15] Compiling Alfred Environment.swift
[15/15] Compiling Alfred Icon.swift
Build complete! (10.31s)
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.