Build Information
Successful build of LoggingGitHubActions with Swift 6.0 for Linux.
Swift 6 data race errors: 0
Build Command
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/NSHipster/swift-log-github-actions.git
Reference: main
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/NSHipster/swift-log-github-actions
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 43c5af3 Bump version to 1.0.0
Cloned https://github.com/NSHipster/swift-log-github-actions.git
Revision (git rev-parse @):
43c5af3247dc1af941c64d5a8fd940c8d608d82d
SUCCESS checkout https://github.com/NSHipster/swift-log-github-actions.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $workDir
https://github.com/NSHipster/swift-log-github-actions.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Fetching https://github.com/apple/swift-log.git
[1/3361] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.38s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.2.0 (0.54s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.2.0
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/7] Compiling Logging LogHandler.swift
[5/7] Compiling Logging Logging.swift
[6/7] Compiling Logging Locks.swift
[7/7] Emitting module Logging
[9/10] Emitting module LoggingGitHubActions
[10/10] Compiling LoggingGitHubActions GitHubActionsLogHandler.swift
Build complete! (13.27s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
}
],
"manifest_display_name" : "LoggingGitHubActions",
"name" : "LoggingGitHubActions",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "LoggingGitHubActions",
"targets" : [
"LoggingGitHubActions"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LoggingGitHubActionsTests",
"module_type" : "SwiftTarget",
"name" : "LoggingGitHubActionsTests",
"path" : "Tests/LoggingGitHubActionsTests",
"sources" : [
"SmokeTests.swift",
"Supporting Types/MockTextOutputStream.swift",
"UnitTests.swift"
],
"target_dependencies" : [
"LoggingGitHubActions"
],
"type" : "test"
},
{
"c99name" : "LoggingGitHubActions",
"module_type" : "SwiftTarget",
"name" : "LoggingGitHubActions",
"path" : "Sources/LoggingGitHubActions",
"product_dependencies" : [
"Logging"
],
"product_memberships" : [
"LoggingGitHubActions"
],
"sources" : [
"GitHubActionsLogHandler.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.