Build Information
Successful build of SwiftSystemd, reference 1.0.0 (d343aa
), with Swift 6.1 for Linux on 29 Apr 2025 15:39:24 UTC.
Swift 6 data race errors: 1
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MihaelIsaev/SwiftSystemd.git
Reference: 1.0.0
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/MihaelIsaev/SwiftSystemd
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at d343aa2 🧹 Cleanup
Cloned https://github.com/MihaelIsaev/SwiftSystemd.git
Revision (git rev-parse @):
d343aa249d7ea6c3cb56e822204143caa07dfa33
SUCCESS checkout https://github.com/MihaelIsaev/SwiftSystemd.git at 1.0.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/MihaelIsaev/SwiftSystemd.git
https://github.com/MihaelIsaev/SwiftSystemd.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "console-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "4.15.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/console-kit"
},
{
"identity" : "swiftbash",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/MihaelIsaev/SwiftBash"
}
],
"manifest_display_name" : "SwiftSystemd",
"name" : "SwiftSystemd",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "systemd",
"targets" : [
"systemd"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "systemdTests",
"module_type" : "SwiftTarget",
"name" : "systemdTests",
"path" : "Tests/systemdTests",
"sources" : [
"XCTestManifests.swift",
"systemdTests.swift"
],
"target_dependencies" : [
"systemd"
],
"type" : "test"
},
{
"c99name" : "systemd",
"module_type" : "SwiftTarget",
"name" : "systemd",
"path" : "Sources/systemd",
"product_dependencies" : [
"ConsoleKit",
"Bash"
],
"product_memberships" : [
"systemd"
],
"sources" : [
"Commands/DisableCommand.swift",
"Commands/EditCommand.swift",
"Commands/EnableCommand.swift",
"Commands/InstallCommand.swift",
"Commands/KillCommand.swift",
"Commands/LogsCommand.swift",
"Commands/ReloadDaemonCommand.swift",
"Commands/RestartCommand.swift",
"Commands/StartCommand.swift",
"Commands/StatusCommand.swift",
"Commands/StopCommand.swift",
"Commands/UninstallCommand.swift",
"Commands/VersionCommand.swift",
"Extensions/Console+Abort.swift",
"Extensions/String+Fragment.swift",
"Helpers/Journalctl.swift",
"Helpers/Swift.swift",
"Helpers/Systemctl.swift",
"Helpers/Users.swift",
"main.swift"
],
"type" : "executable"
}
],
"tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/MihaelIsaev/SwiftBash
Fetching https://github.com/vapor/console-kit
[1/15] Fetching swiftbash
[4/5500] Fetching swiftbash, console-kit
Fetched https://github.com/MihaelIsaev/SwiftBash from cache (0.31s)
Fetched https://github.com/vapor/console-kit from cache (0.31s)
Computing version for https://github.com/MihaelIsaev/SwiftBash
Computed https://github.com/MihaelIsaev/SwiftBash at 1.0.0 (2.55s)
Computing version for https://github.com/vapor/console-kit
Computed https://github.com/vapor/console-kit at 4.15.2 (0.54s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio.git
[1/3836] Fetching swift-log
[3837/79377] Fetching swift-log, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (4.07s)
Fetched https://github.com/apple/swift-nio.git from cache (4.17s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (4.71s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (0.87s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/4364] Fetching swift-system
[394/6069] Fetching swift-system, swift-atomics
[2756/22338] Fetching swift-system, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.45s)
[8757/20633] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.06s)
Fetched https://github.com/apple/swift-collections.git from cache (1.09s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.61s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.52s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.78s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/vapor/console-kit
Working copy of https://github.com/vapor/console-kit resolved at 4.15.2
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
Creating working copy for https://github.com/MihaelIsaev/SwiftBash
Working copy of https://github.com/MihaelIsaev/SwiftBash resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Building for debugging...
[0/19] Write sources
[7/19] Compiling c-nioatomics.c
[8/19] Write swift-version-24593BA9C3E375BF.txt
[9/26] Compiling c-atomics.c
[11/32] Compiling Logging MetadataProvider.swift
[12/32] Compiling NIOConcurrencyHelpers lock.swift
[13/32] Emitting module NIOConcurrencyHelpers
[14/32] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[15/32] Compiling NIOConcurrencyHelpers NIOLock.swift
[16/32] Emitting module Logging
[17/32] Compiling Logging LogHandler.swift
[18/32] Compiling Logging Logging.swift
[19/32] Compiling Logging Locks.swift
[21/33] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[22/33] Compiling NIOConcurrencyHelpers atomics.swift
[23/34] Wrapping AST for Logging for debugging
[25/34] Emitting module Bash
[26/34] Compiling Bash Bash.swift
[26/35] Wrapping AST for NIOConcurrencyHelpers for debugging
[28/61] Wrapping AST for Bash for debugging
[30/61] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[31/61] Compiling ConsoleKitTerminal ConsoleClear.swift
[32/61] Compiling ConsoleKitTerminal Console+Ask.swift
[33/61] Compiling ConsoleKitTerminal Console+Choose.swift
[34/64] Compiling ConsoleKitTerminal Console+Confirm.swift
[35/64] Compiling ConsoleKitTerminal Console+Input.swift
[36/64] Compiling ConsoleKitTerminal Console+Center.swift
[37/64] Compiling ConsoleKitTerminal Console+Output.swift
[38/64] Emitting module ConsoleKitTerminal
[39/64] Compiling ConsoleKitTerminal ActivityBar.swift
[40/64] Compiling ConsoleKitTerminal ActivityIndicator.swift
[41/64] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[42/64] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[43/64] Compiling ConsoleKitTerminal CustomActivity.swift
[44/64] Compiling ConsoleKitTerminal LoadingBar.swift
[45/64] Compiling ConsoleKitTerminal ProgressBar.swift
[46/64] Compiling ConsoleKitTerminal Console+Clear.swift
[47/64] Compiling ConsoleKitTerminal Console+Wait.swift
[48/64] Compiling ConsoleKitTerminal ConsoleColor.swift
[49/64] Compiling ConsoleKitTerminal ConsoleStyle.swift
[50/64] Compiling ConsoleKitTerminal ConsoleText.swift
[51/64] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[52/64] Compiling ConsoleKitTerminal ANSI.swift
[53/64] Compiling ConsoleKitTerminal Console.swift
[54/64] Compiling ConsoleKitTerminal Terminal.swift
[55/64] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[56/64] Compiling ConsoleKitTerminal AnySendableHashable.swift
[57/64] Compiling ConsoleKitTerminal ConsoleLogger.swift
[58/64] Compiling ConsoleKitTerminal LoggerFragment.swift
[59/65] Wrapping AST for ConsoleKitTerminal for debugging
[61/87] Emitting module ConsoleKitCommands
[62/89] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[63/89] Compiling ConsoleKitCommands AsyncCommand.swift
[64/89] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[65/89] Compiling ConsoleKitCommands AsyncCommands.swift
[66/89] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[67/89] Compiling ConsoleKitCommands AnyCommand.swift
[68/89] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[69/89] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[70/89] Compiling ConsoleKitCommands Argument.swift
[71/89] Compiling ConsoleKitCommands CommandGroup.swift
[72/89] Compiling ConsoleKitCommands CommandInput.swift
[73/89] Compiling ConsoleKitCommands Commands.swift
[74/89] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[75/89] Compiling ConsoleKitCommands Utilities.swift
[76/89] Compiling ConsoleKitCommands Command.swift
[77/89] Compiling ConsoleKitCommands CommandContext.swift
[78/89] Compiling ConsoleKitCommands CommandError.swift
[79/89] Compiling ConsoleKitCommands CommandSignature.swift
[80/89] Compiling ConsoleKitCommands Flag.swift
[81/89] Compiling ConsoleKitCommands Option.swift
[82/89] Compiling ConsoleKitCommands Console+Run.swift
[83/89] Compiling ConsoleKitCommands ConsoleError.swift
[84/89] Compiling ConsoleKitCommands Completion.swift
[85/90] Wrapping AST for ConsoleKitCommands for debugging
[87/92] Compiling ConsoleKit Exports.swift
[88/92] Emitting module ConsoleKit
[89/93] Wrapping AST for ConsoleKit for debugging
[91/112] Compiling systemd DisableCommand.swift
[92/112] Compiling systemd EditCommand.swift
[93/112] Compiling systemd EnableCommand.swift
[94/114] Emitting module systemd
/host/spi-builder-workspace/Sources/systemd/Commands/VersionCommand.swift:11:16: warning: static property 'currentVersion' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
9 |
10 | final class VersionCommand: Command {
11 | static var currentVersion = "1.0.0"
| |- warning: static property 'currentVersion' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'currentVersion' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'currentVersion' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 |
13 | struct Signature: CommandSignature {
[95/114] Compiling systemd VersionCommand.swift
/host/spi-builder-workspace/Sources/systemd/Commands/VersionCommand.swift:11:16: warning: static property 'currentVersion' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
9 |
10 | final class VersionCommand: Command {
11 | static var currentVersion = "1.0.0"
| |- warning: static property 'currentVersion' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'currentVersion' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'currentVersion' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 |
13 | struct Signature: CommandSignature {
[96/114] Compiling systemd Console+Abort.swift
/host/spi-builder-workspace/Sources/systemd/Commands/VersionCommand.swift:11:16: warning: static property 'currentVersion' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
9 |
10 | final class VersionCommand: Command {
11 | static var currentVersion = "1.0.0"
| |- warning: static property 'currentVersion' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'currentVersion' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'currentVersion' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 |
13 | struct Signature: CommandSignature {
[97/114] Compiling systemd Users.swift
/host/spi-builder-workspace/Sources/systemd/Helpers/Users.swift:20:21: warning: 'launchPath' is deprecated: renamed to 'executableURL'
18 | let stderr = Pipe()
19 | let process = Process()
20 | process.launchPath = try Bash.which("awk")
| |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
| `- note: use 'executableURL' instead
21 | process.arguments = ["-F:", "\"{ print $1}\"", "/etc/passwd"]
22 | process.standardOutput = stdout
/host/spi-builder-workspace/Sources/systemd/Helpers/Users.swift:27:21: warning: 'launch()' is deprecated: renamed to 'run'
25 | let outHandle = stdout.fileHandleForReading
26 |
27 | process.launch()
| |- warning: 'launch()' is deprecated: renamed to 'run'
| `- note: use 'run' instead
28 | process.waitUntilExit()
29 |
[98/114] Compiling systemd main.swift
/host/spi-builder-workspace/Sources/systemd/Helpers/Users.swift:20:21: warning: 'launchPath' is deprecated: renamed to 'executableURL'
18 | let stderr = Pipe()
19 | let process = Process()
20 | process.launchPath = try Bash.which("awk")
| |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
| `- note: use 'executableURL' instead
21 | process.arguments = ["-F:", "\"{ print $1}\"", "/etc/passwd"]
22 | process.standardOutput = stdout
/host/spi-builder-workspace/Sources/systemd/Helpers/Users.swift:27:21: warning: 'launch()' is deprecated: renamed to 'run'
25 | let outHandle = stdout.fileHandleForReading
26 |
27 | process.launch()
| |- warning: 'launch()' is deprecated: renamed to 'run'
| `- note: use 'run' instead
28 | process.waitUntilExit()
29 |
[99/114] Compiling systemd StatusCommand.swift
[100/114] Compiling systemd StopCommand.swift
[101/114] Compiling systemd UninstallCommand.swift
[102/114] Compiling systemd ReloadDaemonCommand.swift
[103/114] Compiling systemd RestartCommand.swift
[104/114] Compiling systemd StartCommand.swift
[105/114] Compiling systemd String+Fragment.swift
[106/114] Compiling systemd Journalctl.swift
[107/114] Compiling systemd Swift.swift
/host/spi-builder-workspace/Sources/systemd/Helpers/Swift.swift:75:17: warning: mutation of captured var 'resultData' in concurrently-executing code; this is an error in the Swift 6 language mode
73 | group.leave()
74 | } else {
75 | resultData.append(data)
| `- warning: mutation of captured var 'resultData' in concurrently-executing code; this is an error in the Swift 6 language mode
76 | }
77 | }
/host/spi-builder-workspace/Sources/systemd/Helpers/Systemctl.swift:199:17: warning: mutation of captured var 'resultData' in concurrently-executing code; this is an error in the Swift 6 language mode
197 | group.leave()
198 | } else {
199 | resultData.append(data)
| `- warning: mutation of captured var 'resultData' in concurrently-executing code; this is an error in the Swift 6 language mode
200 | }
201 | }
[108/114] Compiling systemd Systemctl.swift
/host/spi-builder-workspace/Sources/systemd/Helpers/Swift.swift:75:17: warning: mutation of captured var 'resultData' in concurrently-executing code; this is an error in the Swift 6 language mode
73 | group.leave()
74 | } else {
75 | resultData.append(data)
| `- warning: mutation of captured var 'resultData' in concurrently-executing code; this is an error in the Swift 6 language mode
76 | }
77 | }
/host/spi-builder-workspace/Sources/systemd/Helpers/Systemctl.swift:199:17: warning: mutation of captured var 'resultData' in concurrently-executing code; this is an error in the Swift 6 language mode
197 | group.leave()
198 | } else {
199 | resultData.append(data)
| `- warning: mutation of captured var 'resultData' in concurrently-executing code; this is an error in the Swift 6 language mode
200 | }
201 | }
[109/114] Compiling systemd InstallCommand.swift
/host/spi-builder-workspace/Sources/systemd/Commands/InstallCommand.swift:87:24: error: main actor-isolated var 'context' can not be referenced from a nonisolated context
79 | }
80 |
81 | private func create(targets: [Swift.SwiftPackage.Target]?, systemctl: Systemctl, signature: Signature) {
| `- note: add '@MainActor' to make instance method 'create(targets:systemctl:signature:)' part of global actor 'MainActor'
82 | let target: String
83 | if let t = signature.target {
:
85 | } else {
86 | guard let targets = targets, targets.count > 0 else {
87 | return context.console.aborting()
| `- error: main actor-isolated var 'context' can not be referenced from a nonisolated context
88 | }
89 | if targets.count == 1 {
/host/spi-builder-workspace/Sources/systemd/main.swift:9:5: note: var declared here
7 | let console: Console = Terminal()
8 | var input = CommandInput(arguments: CommandLine.arguments)
9 | var context = CommandContext(console: console, input: input)
| `- note: var declared here
10 |
11 | guard Bash.whichBool("systemctl") else {
/host/spi-builder-workspace/Sources/systemd/Commands/InstallCommand.swift:92:26: error: main actor-isolated var 'context' can not be referenced from a nonisolated context
79 | }
80 |
81 | private func create(targets: [Swift.SwiftPackage.Target]?, systemctl: Systemctl, signature: Signature) {
| `- note: add '@MainActor' to make instance method 'create(targets:systemctl:signature:)' part of global actor 'MainActor'
82 | let target: String
83 | if let t = signature.target {
:
90 | target = targets[0].name
91 | } else {
92 | target = context.console.choose(
| `- error: main actor-isolated var 'context' can not be referenced from a nonisolated context
93 | "Please choose the target of your app",
94 | from: targets.map { $0.name }
/host/spi-builder-workspace/Sources/systemd/main.swift:9:5: note: var declared here
7 | let console: Console = Terminal()
8 | var input = CommandInput(arguments: CommandLine.arguments)
9 | var context = CommandContext(console: console, input: input)
| `- note: var declared here
10 |
11 | guard Bash.whichBool("systemctl") else {
/host/spi-builder-workspace/Sources/systemd/Commands/InstallCommand.swift:98:45: error: main actor-isolated var 'context' can not be referenced from a nonisolated context
96 | }
97 | }
98 | let buildType = signature.config ?? context.console.choose(
| `- error: main actor-isolated var 'context' can not be referenced from a nonisolated context
99 | "Please choose the target configuration",
100 | from: ["release", "debug"]
/host/spi-builder-workspace/Sources/systemd/main.swift:9:5: note: var declared here
7 | let console: Console = Terminal()
8 | var input = CommandInput(arguments: CommandLine.arguments)
9 | var context = CommandContext(console: console, input: input)
| `- note: var declared here
10 |
11 | guard Bash.whichBool("systemctl") else {
/host/spi-builder-workspace/Sources/systemd/Commands/InstallCommand.swift:102:38: error: main actor-isolated var 'context' can not be referenced from a nonisolated context
100 | from: ["release", "debug"]
101 | ) { .init(stringLiteral: $0) }
102 | let user = signature.user ?? context.console.choose(
| `- error: main actor-isolated var 'context' can not be referenced from a nonisolated context
103 | "Please choose the user under which the service will run",
104 | from: Users.list(console: console)
/host/spi-builder-workspace/Sources/systemd/main.swift:9:5: note: var declared here
7 | let console: Console = Terminal()
8 | var input = CommandInput(arguments: CommandLine.arguments)
9 | var context = CommandContext(console: console, input: input)
| `- note: var declared here
10 |
11 | guard Bash.whichBool("systemctl") else {
[110/114] Compiling systemd KillCommand.swift
/host/spi-builder-workspace/Sources/systemd/Commands/InstallCommand.swift:87:24: error: main actor-isolated var 'context' can not be referenced from a nonisolated context
79 | }
80 |
81 | private func create(targets: [Swift.SwiftPackage.Target]?, systemctl: Systemctl, signature: Signature) {
| `- note: add '@MainActor' to make instance method 'create(targets:systemctl:signature:)' part of global actor 'MainActor'
82 | let target: String
83 | if let t = signature.target {
:
85 | } else {
86 | guard let targets = targets, targets.count > 0 else {
87 | return context.console.aborting()
| `- error: main actor-isolated var 'context' can not be referenced from a nonisolated context
88 | }
89 | if targets.count == 1 {
/host/spi-builder-workspace/Sources/systemd/main.swift:9:5: note: var declared here
7 | let console: Console = Terminal()
8 | var input = CommandInput(arguments: CommandLine.arguments)
9 | var context = CommandContext(console: console, input: input)
| `- note: var declared here
10 |
11 | guard Bash.whichBool("systemctl") else {
/host/spi-builder-workspace/Sources/systemd/Commands/InstallCommand.swift:92:26: error: main actor-isolated var 'context' can not be referenced from a nonisolated context
79 | }
80 |
81 | private func create(targets: [Swift.SwiftPackage.Target]?, systemctl: Systemctl, signature: Signature) {
| `- note: add '@MainActor' to make instance method 'create(targets:systemctl:signature:)' part of global actor 'MainActor'
82 | let target: String
83 | if let t = signature.target {
:
90 | target = targets[0].name
91 | } else {
92 | target = context.console.choose(
| `- error: main actor-isolated var 'context' can not be referenced from a nonisolated context
93 | "Please choose the target of your app",
94 | from: targets.map { $0.name }
/host/spi-builder-workspace/Sources/systemd/main.swift:9:5: note: var declared here
7 | let console: Console = Terminal()
8 | var input = CommandInput(arguments: CommandLine.arguments)
9 | var context = CommandContext(console: console, input: input)
| `- note: var declared here
10 |
11 | guard Bash.whichBool("systemctl") else {
/host/spi-builder-workspace/Sources/systemd/Commands/InstallCommand.swift:98:45: error: main actor-isolated var 'context' can not be referenced from a nonisolated context
96 | }
97 | }
98 | let buildType = signature.config ?? context.console.choose(
| `- error: main actor-isolated var 'context' can not be referenced from a nonisolated context
99 | "Please choose the target configuration",
100 | from: ["release", "debug"]
/host/spi-builder-workspace/Sources/systemd/main.swift:9:5: note: var declared here
7 | let console: Console = Terminal()
8 | var input = CommandInput(arguments: CommandLine.arguments)
9 | var context = CommandContext(console: console, input: input)
| `- note: var declared here
10 |
11 | guard Bash.whichBool("systemctl") else {
/host/spi-builder-workspace/Sources/systemd/Commands/InstallCommand.swift:102:38: error: main actor-isolated var 'context' can not be referenced from a nonisolated context
100 | from: ["release", "debug"]
101 | ) { .init(stringLiteral: $0) }
102 | let user = signature.user ?? context.console.choose(
| `- error: main actor-isolated var 'context' can not be referenced from a nonisolated context
103 | "Please choose the user under which the service will run",
104 | from: Users.list(console: console)
/host/spi-builder-workspace/Sources/systemd/main.swift:9:5: note: var declared here
7 | let console: Console = Terminal()
8 | var input = CommandInput(arguments: CommandLine.arguments)
9 | var context = CommandContext(console: console, input: input)
| `- note: var declared here
10 |
11 | guard Bash.whichBool("systemctl") else {
[111/114] Compiling systemd LogsCommand.swift
/host/spi-builder-workspace/Sources/systemd/Commands/InstallCommand.swift:87:24: error: main actor-isolated var 'context' can not be referenced from a nonisolated context
79 | }
80 |
81 | private func create(targets: [Swift.SwiftPackage.Target]?, systemctl: Systemctl, signature: Signature) {
| `- note: add '@MainActor' to make instance method 'create(targets:systemctl:signature:)' part of global actor 'MainActor'
82 | let target: String
83 | if let t = signature.target {
:
85 | } else {
86 | guard let targets = targets, targets.count > 0 else {
87 | return context.console.aborting()
| `- error: main actor-isolated var 'context' can not be referenced from a nonisolated context
88 | }
89 | if targets.count == 1 {
/host/spi-builder-workspace/Sources/systemd/main.swift:9:5: note: var declared here
7 | let console: Console = Terminal()
8 | var input = CommandInput(arguments: CommandLine.arguments)
9 | var context = CommandContext(console: console, input: input)
| `- note: var declared here
10 |
11 | guard Bash.whichBool("systemctl") else {
/host/spi-builder-workspace/Sources/systemd/Commands/InstallCommand.swift:92:26: error: main actor-isolated var 'context' can not be referenced from a nonisolated context
79 | }
80 |
81 | private func create(targets: [Swift.SwiftPackage.Target]?, systemctl: Systemctl, signature: Signature) {
| `- note: add '@MainActor' to make instance method 'create(targets:systemctl:signature:)' part of global actor 'MainActor'
82 | let target: String
83 | if let t = signature.target {
:
90 | target = targets[0].name
91 | } else {
92 | target = context.console.choose(
| `- error: main actor-isolated var 'context' can not be referenced from a nonisolated context
93 | "Please choose the target of your app",
94 | from: targets.map { $0.name }
/host/spi-builder-workspace/Sources/systemd/main.swift:9:5: note: var declared here
7 | let console: Console = Terminal()
8 | var input = CommandInput(arguments: CommandLine.arguments)
9 | var context = CommandContext(console: console, input: input)
| `- note: var declared here
10 |
11 | guard Bash.whichBool("systemctl") else {
/host/spi-builder-workspace/Sources/systemd/Commands/InstallCommand.swift:98:45: error: main actor-isolated var 'context' can not be referenced from a nonisolated context
96 | }
97 | }
98 | let buildType = signature.config ?? context.console.choose(
| `- error: main actor-isolated var 'context' can not be referenced from a nonisolated context
99 | "Please choose the target configuration",
100 | from: ["release", "debug"]
/host/spi-builder-workspace/Sources/systemd/main.swift:9:5: note: var declared here
7 | let console: Console = Terminal()
8 | var input = CommandInput(arguments: CommandLine.arguments)
9 | var context = CommandContext(console: console, input: input)
| `- note: var declared here
10 |
11 | guard Bash.whichBool("systemctl") else {
/host/spi-builder-workspace/Sources/systemd/Commands/InstallCommand.swift:102:38: error: main actor-isolated var 'context' can not be referenced from a nonisolated context
100 | from: ["release", "debug"]
101 | ) { .init(stringLiteral: $0) }
102 | let user = signature.user ?? context.console.choose(
| `- error: main actor-isolated var 'context' can not be referenced from a nonisolated context
103 | "Please choose the user under which the service will run",
104 | from: Users.list(console: console)
/host/spi-builder-workspace/Sources/systemd/main.swift:9:5: note: var declared here
7 | let console: Console = Terminal()
8 | var input = CommandInput(arguments: CommandLine.arguments)
9 | var context = CommandContext(console: console, input: input)
| `- note: var declared here
10 |
11 | guard Bash.whichBool("systemctl") else {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/10] Write swift-version-24593BA9C3E375BF.txt
[2/23] Emitting module Bash
[3/23] Compiling Bash Bash.swift
[4/24] Compiling Logging MetadataProvider.swift
[6/24] Emitting module Logging
[7/24] Compiling Logging Locks.swift
[8/23] Compiling NIOConcurrencyHelpers lock.swift
[9/23] Compiling NIOConcurrencyHelpers NIOLock.swift
[10/23] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[11/23] Compiling NIOConcurrencyHelpers atomics.swift
[12/23] Emitting module NIOConcurrencyHelpers
[13/23] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[15/23] Compiling Logging LogHandler.swift
[16/23] Compiling Logging Logging.swift
[17/24] Wrapping AST for Logging for debugging
[19/50] Compiling ConsoleKitTerminal Console+Wait.swift
[20/50] Compiling ConsoleKitTerminal ConsoleColor.swift
[21/50] Compiling ConsoleKitTerminal ConsoleStyle.swift
[22/53] Compiling ConsoleKitTerminal Console+Confirm.swift
[23/53] Compiling ConsoleKitTerminal Console+Input.swift
[24/53] Compiling ConsoleKitTerminal Console+Center.swift
[25/53] Compiling ConsoleKitTerminal Console+Output.swift
[26/53] Compiling ConsoleKitTerminal ActivityBar.swift
[27/53] Compiling ConsoleKitTerminal ActivityIndicator.swift
[28/53] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[29/53] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[30/53] Compiling ConsoleKitTerminal ConsoleText.swift
[31/53] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[32/53] Compiling ConsoleKitTerminal ANSI.swift
[33/53] Emitting module ConsoleKitTerminal
[34/53] Compiling ConsoleKitTerminal CustomActivity.swift
[35/53] Compiling ConsoleKitTerminal LoadingBar.swift
[36/53] Compiling ConsoleKitTerminal ProgressBar.swift
[37/53] Compiling ConsoleKitTerminal Console+Clear.swift
[38/53] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[39/53] Compiling ConsoleKitTerminal ConsoleClear.swift
[40/53] Compiling ConsoleKitTerminal Console+Ask.swift
[41/53] Compiling ConsoleKitTerminal Console+Choose.swift
[42/53] Compiling ConsoleKitTerminal Console.swift
[43/53] Compiling ConsoleKitTerminal Terminal.swift
[44/53] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[45/53] Compiling ConsoleKitTerminal AnySendableHashable.swift
[46/53] Compiling ConsoleKitTerminal ConsoleLogger.swift
[47/53] Compiling ConsoleKitTerminal LoggerFragment.swift
[49/75] Compiling ConsoleKitCommands CommandSignature.swift
[50/75] Compiling ConsoleKitCommands Flag.swift
[51/75] Compiling ConsoleKitCommands Option.swift
[52/77] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[53/77] Compiling ConsoleKitCommands AsyncCommand.swift
[54/77] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[55/77] Emitting module ConsoleKitCommands
[56/77] Compiling ConsoleKitCommands CommandGroup.swift
[57/77] Compiling ConsoleKitCommands CommandInput.swift
[58/77] Compiling ConsoleKitCommands Commands.swift
[59/77] Compiling ConsoleKitCommands AsyncCommands.swift
[60/77] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[61/77] Compiling ConsoleKitCommands AnyCommand.swift
[62/77] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[63/77] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[64/77] Compiling ConsoleKitCommands Argument.swift
[65/77] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[66/77] Compiling ConsoleKitCommands Utilities.swift
[67/77] Compiling ConsoleKitCommands Console+Run.swift
[68/77] Compiling ConsoleKitCommands ConsoleError.swift
[69/77] Compiling ConsoleKitCommands Completion.swift
[70/77] Compiling ConsoleKitCommands Command.swift
[71/77] Compiling ConsoleKitCommands CommandContext.swift
[72/77] Compiling ConsoleKitCommands CommandError.swift
[74/79] Compiling ConsoleKit Exports.swift
[75/79] Emitting module ConsoleKit
[77/98] Compiling systemd ReloadDaemonCommand.swift
[78/98] Compiling systemd RestartCommand.swift
[79/98] Compiling systemd StartCommand.swift
[80/100] Compiling systemd DisableCommand.swift
[81/100] Compiling systemd EditCommand.swift
[82/100] Compiling systemd EnableCommand.swift
[83/100] Compiling systemd StatusCommand.swift
[84/100] Compiling systemd StopCommand.swift
[85/100] Compiling systemd UninstallCommand.swift
[86/100] Compiling systemd VersionCommand.swift
[87/100] Compiling systemd Console+Abort.swift
[88/100] Emitting module systemd
[89/100] Compiling systemd String+Fragment.swift
[90/100] Compiling systemd Journalctl.swift
[91/100] Compiling systemd InstallCommand.swift
[92/100] Compiling systemd KillCommand.swift
[93/100] Compiling systemd LogsCommand.swift
[94/100] Compiling systemd Swift.swift
/host/spi-builder-workspace/Sources/systemd/Helpers/Swift.swift:75:17: warning: mutation of captured var 'resultData' in concurrently-executing code; this is an error in the Swift 6 language mode
73 | group.leave()
74 | } else {
75 | resultData.append(data)
| `- warning: mutation of captured var 'resultData' in concurrently-executing code; this is an error in the Swift 6 language mode
76 | }
77 | }
/host/spi-builder-workspace/Sources/systemd/Helpers/Systemctl.swift:199:17: warning: mutation of captured var 'resultData' in concurrently-executing code; this is an error in the Swift 6 language mode
197 | group.leave()
198 | } else {
199 | resultData.append(data)
| `- warning: mutation of captured var 'resultData' in concurrently-executing code; this is an error in the Swift 6 language mode
200 | }
201 | }
[95/100] Compiling systemd Systemctl.swift
/host/spi-builder-workspace/Sources/systemd/Helpers/Swift.swift:75:17: warning: mutation of captured var 'resultData' in concurrently-executing code; this is an error in the Swift 6 language mode
73 | group.leave()
74 | } else {
75 | resultData.append(data)
| `- warning: mutation of captured var 'resultData' in concurrently-executing code; this is an error in the Swift 6 language mode
76 | }
77 | }
/host/spi-builder-workspace/Sources/systemd/Helpers/Systemctl.swift:199:17: warning: mutation of captured var 'resultData' in concurrently-executing code; this is an error in the Swift 6 language mode
197 | group.leave()
198 | } else {
199 | resultData.append(data)
| `- warning: mutation of captured var 'resultData' in concurrently-executing code; this is an error in the Swift 6 language mode
200 | }
201 | }
[96/100] Compiling systemd Users.swift
/host/spi-builder-workspace/Sources/systemd/Helpers/Users.swift:20:21: warning: 'launchPath' is deprecated: renamed to 'executableURL'
18 | let stderr = Pipe()
19 | let process = Process()
20 | process.launchPath = try Bash.which("awk")
| |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
| `- note: use 'executableURL' instead
21 | process.arguments = ["-F:", "\"{ print $1}\"", "/etc/passwd"]
22 | process.standardOutput = stdout
/host/spi-builder-workspace/Sources/systemd/Helpers/Users.swift:27:21: warning: 'launch()' is deprecated: renamed to 'run'
25 | let outHandle = stdout.fileHandleForReading
26 |
27 | process.launch()
| |- warning: 'launch()' is deprecated: renamed to 'run'
| `- note: use 'run' instead
28 | process.waitUntilExit()
29 |
[97/100] Compiling systemd main.swift
/host/spi-builder-workspace/Sources/systemd/Helpers/Users.swift:20:21: warning: 'launchPath' is deprecated: renamed to 'executableURL'
18 | let stderr = Pipe()
19 | let process = Process()
20 | process.launchPath = try Bash.which("awk")
| |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
| `- note: use 'executableURL' instead
21 | process.arguments = ["-F:", "\"{ print $1}\"", "/etc/passwd"]
22 | process.standardOutput = stdout
/host/spi-builder-workspace/Sources/systemd/Helpers/Users.swift:27:21: warning: 'launch()' is deprecated: renamed to 'run'
25 | let outHandle = stdout.fileHandleForReading
26 |
27 | process.launch()
| |- warning: 'launch()' is deprecated: renamed to 'run'
| `- note: use 'run' instead
28 | process.waitUntilExit()
29 |
[98/101] Wrapping AST for systemd for debugging
[99/101] Write Objects.LinkFileList
[100/101] Linking systemd
Build complete! (13.03s)
Build complete.
{
"dependencies" : [
{
"identity" : "console-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "4.15.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/console-kit"
},
{
"identity" : "swiftbash",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/MihaelIsaev/SwiftBash"
}
],
"manifest_display_name" : "SwiftSystemd",
"name" : "SwiftSystemd",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "systemd",
"targets" : [
"systemd"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "systemdTests",
"module_type" : "SwiftTarget",
"name" : "systemdTests",
"path" : "Tests/systemdTests",
"sources" : [
"XCTestManifests.swift",
"systemdTests.swift"
],
"target_dependencies" : [
"systemd"
],
"type" : "test"
},
{
"c99name" : "systemd",
"module_type" : "SwiftTarget",
"name" : "systemd",
"path" : "Sources/systemd",
"product_dependencies" : [
"ConsoleKit",
"Bash"
],
"product_memberships" : [
"systemd"
],
"sources" : [
"Commands/DisableCommand.swift",
"Commands/EditCommand.swift",
"Commands/EnableCommand.swift",
"Commands/InstallCommand.swift",
"Commands/KillCommand.swift",
"Commands/LogsCommand.swift",
"Commands/ReloadDaemonCommand.swift",
"Commands/RestartCommand.swift",
"Commands/StartCommand.swift",
"Commands/StatusCommand.swift",
"Commands/StopCommand.swift",
"Commands/UninstallCommand.swift",
"Commands/VersionCommand.swift",
"Extensions/Console+Abort.swift",
"Extensions/String+Fragment.swift",
"Helpers/Journalctl.swift",
"Helpers/Swift.swift",
"Helpers/Systemctl.swift",
"Helpers/Users.swift",
"main.swift"
],
"type" : "executable"
}
],
"tools_version" : "5.8"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.