Build Information
Successful build of Actions, reference master (5775f8
), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 03:50:58 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/elegantchaos/Actions.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/elegantchaos/Actions
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 5775f81 added license
Cloned https://github.com/elegantchaos/Actions.git
Revision (git rev-parse @):
5775f81ab9d782b063580532b05e43be1eb470a0
SUCCESS checkout https://github.com/elegantchaos/Actions.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/elegantchaos/Actions.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/14] Compiling Logger Context.swift
[6/14] Compiling Logger Handler.swift
[7/14] Compiling Logger NSLogHandler.swift
[8/14] Compiling Logger ManagerSettings.swift
[9/14] Compiling Logger OSLogHandler.swift
[10/14] Compiling Logger UserDefaultsManagerSettings.swift
[11/14] Compiling Logger PrintHandler.swift
[12/14] Compiling Logger Channel.swift
[13/14] Emitting module Logger
[14/14] Compiling Logger Manager.swift
[15/24] Compiling Actions ActionInfo.swift
[16/24] Compiling Actions ActionNotification.swift
[17/24] Compiling Actions DecodableWithContext.swift
[18/25] Compiling Actions ActionIdentification.swift
[19/25] Compiling Actions ActionContext.swift
[20/25] Compiling Actions ActionKey.swift
[21/25] Compiling Actions ActionManager.swift
[22/25] Compiling Actions ActionSerialisation.swift
[23/25] Emitting module Actions
[24/25] Compiling Actions Action.swift
[25/25] Compiling Actions DelegatedAction.swift
[26/27] Compiling ActionsTestSupport ActionsTestSupport.swift
[27/27] Emitting module ActionsTestSupport
Build complete! (12.89s)
Fetching https://github.com/elegantchaos/Logger.git
[1/2100] Fetching logger
Fetched https://github.com/elegantchaos/Logger.git from cache (0.87s)
Computing version for https://github.com/elegantchaos/Logger.git
Computed https://github.com/elegantchaos/Logger.git at 1.8.2 (1.42s)
Creating working copy for https://github.com/elegantchaos/Logger.git
Working copy of https://github.com/elegantchaos/Logger.git resolved at 1.8.2
Build complete.
{
"dependencies" : [
{
"identity" : "logger",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/elegantchaos/Logger.git"
}
],
"manifest_display_name" : "Actions",
"name" : "Actions",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "Actions",
"targets" : [
"Actions"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ActionsTestSupport",
"targets" : [
"ActionsTestSupport"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ActionsTests",
"module_type" : "SwiftTarget",
"name" : "ActionsTests",
"path" : "Tests/ActionsTests",
"sources" : [
"ActionContextTests.swift",
"ActionIdentificationTests.swift",
"ActionObserverTests.swift",
"ActionSerializationTests.swift",
"ActionsNotificationTests.swift",
"ActionsTests.swift",
"DelegatedActionTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Actions",
"ActionsTestSupport"
],
"type" : "test"
},
{
"c99name" : "ActionsTestSupport",
"module_type" : "SwiftTarget",
"name" : "ActionsTestSupport",
"path" : "Sources/ActionsTestSupport",
"product_memberships" : [
"ActionsTestSupport"
],
"sources" : [
"ActionsTestSupport.swift"
],
"target_dependencies" : [
"Actions"
],
"type" : "library"
},
{
"c99name" : "Actions",
"module_type" : "SwiftTarget",
"name" : "Actions",
"path" : "Sources/Actions",
"product_dependencies" : [
"Logger"
],
"product_memberships" : [
"Actions",
"ActionsTestSupport"
],
"sources" : [
"Action.swift",
"ActionContext.swift",
"ActionIdentification.swift",
"ActionInfo.swift",
"ActionKey.swift",
"ActionManager.swift",
"ActionNotification.swift",
"ActionSerialisation.swift",
"DecodableWithContext.swift",
"DelegatedAction.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.