Build Information
Successful build of Actions, reference v1.5.1 (19111b
), with Swift 6.2 (beta) for Linux on 18 Jun 2025 03:47:05 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/elegantchaos/Actions.git
Reference: v1.5.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/elegantchaos/Actions
* tag v1.5.1 -> FETCH_HEAD
HEAD is now at 19111bc Fixed tvOS version requirements. Don't test/build for watchOS for now.
Cloned https://github.com/elegantchaos/Actions.git
Revision (git rev-parse @):
19111bc61490fd50c9dfd746ec5e79188ca1a2d3
SUCCESS checkout https://github.com/elegantchaos/Actions.git at v1.5.1
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/elegantchaos/Actions.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/elegantchaos/Logger.git
[1/2100] Fetching logger
Fetched https://github.com/elegantchaos/Logger.git from cache (0.37s)
Computing version for https://github.com/elegantchaos/Logger.git
Computed https://github.com/elegantchaos/Logger.git at 1.8.2 (1.08s)
Creating working copy for https://github.com/elegantchaos/Logger.git
Working copy of https://github.com/elegantchaos/Logger.git resolved at 1.8.2
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/13] Compiling Logger PrintHandler.swift
[6/14] Compiling Logger NSLogHandler.swift
[7/14] Compiling Logger OSLogHandler.swift
[8/14] Compiling Logger ManagerSettings.swift
[9/14] Compiling Logger Handler.swift
[10/14] Emitting module Logger
[11/14] Compiling Logger Channel.swift
[12/14] Compiling Logger Context.swift
[13/14] Compiling Logger Manager.swift
[14/14] Compiling Logger UserDefaultsManagerSettings.swift
[16/25] Compiling Actions DecodableWithContext.swift
[17/26] Compiling Actions ActionNotification.swift
[18/26] Compiling Actions ActionSerialisation.swift
[19/26] Compiling Actions DelegatedAction.swift
[20/26] Emitting module Actions
[21/26] Compiling Actions Action.swift
[22/26] Compiling Actions ActionContext.swift
[23/26] Compiling Actions ActionIdentification.swift
[24/26] Compiling Actions ActionInfo.swift
[25/26] Compiling Actions ActionManager.swift
[26/26] Compiling Actions ActionKey.swift
[28/29] Emitting module ActionsTestSupport
[29/29] Compiling ActionsTestSupport ActionsTestSupport.swift
Build complete! (15.16s)
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" : "/host/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"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.