The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SwiftSystemd, reference 1.0.0 (d343aa), with Swift 6.1 for Android on 29 May 2025 19:52:57 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.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:         android
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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/console-kit
Fetching https://github.com/MihaelIsaev/SwiftBash
[1/15] Fetching swiftbash
[16/5662] Fetching swiftbash, console-kit
Fetched https://github.com/MihaelIsaev/SwiftBash from cache (0.72s)
Fetched https://github.com/vapor/console-kit from cache (0.73s)
Computing version for https://github.com/MihaelIsaev/SwiftBash
Computed https://github.com/MihaelIsaev/SwiftBash at 1.0.0 (3.19s)
Computing version for https://github.com/vapor/console-kit
Computed https://github.com/vapor/console-kit at 4.15.2 (0.53s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio.git
[1/3836] Fetching swift-log
[3837/79944] Fetching swift-log, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (5.84s)
Fetched https://github.com/apple/swift-nio.git from cache (5.99s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (6.97s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.12s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
[528/6101] Fetching swift-system, swift-atomics
[3474/22692] Fetching swift-system, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.95s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.95s)
Fetched https://github.com/apple/swift-collections.git from cache (2.01s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.83s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.53s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.81s)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
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/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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Building for debugging...
[0/19] Write sources
[7/19] Compiling c-nioatomics.c
[8/19] Compiling c-atomics.c
[9/19] Write swift-version-24593BA9C3E375BF.txt
[11/32] Compiling NIOConcurrencyHelpers lock.swift
[12/32] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[13/32] Compiling NIOConcurrencyHelpers NIOLock.swift
[14/32] Compiling NIOConcurrencyHelpers atomics.swift
[15/32] Emitting module NIOConcurrencyHelpers
[16/32] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[17/33] Wrapping AST for NIOConcurrencyHelpers for debugging
[19/33] Compiling Logging MetadataProvider.swift
[20/33] Compiling Logging Locks.swift
[21/33] Emitting module Logging
[22/33] Compiling Logging LogHandler.swift
[23/33] Compiling Logging Logging.swift
[24/34] Wrapping AST for Logging for debugging
[26/60] Emitting module Bash
[27/60] Compiling Bash Bash.swift
[29/61] Emitting module ConsoleKitTerminal
[30/64] Compiling ConsoleKitTerminal CustomActivity.swift
[31/64] Compiling ConsoleKitTerminal LoadingBar.swift
[32/64] Compiling ConsoleKitTerminal ProgressBar.swift
[33/64] Compiling ConsoleKitTerminal Console+Clear.swift
[34/64] Compiling ConsoleKitTerminal ConsoleText.swift
[35/64] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[36/64] Compiling ConsoleKitTerminal ANSI.swift
[37/64] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[38/64] Compiling ConsoleKitTerminal ConsoleClear.swift
[39/64] Compiling ConsoleKitTerminal Console+Ask.swift
[40/64] Compiling ConsoleKitTerminal Console+Choose.swift
[41/64] Compiling ConsoleKitTerminal Console+Wait.swift
[42/64] Compiling ConsoleKitTerminal ConsoleColor.swift
[43/64] Compiling ConsoleKitTerminal ConsoleStyle.swift
[44/64] Compiling ConsoleKitTerminal ActivityBar.swift
[45/64] Compiling ConsoleKitTerminal ActivityIndicator.swift
[46/64] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[47/64] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[48/64] Compiling ConsoleKitTerminal Console.swift
[49/64] Compiling ConsoleKitTerminal Terminal.swift
[50/64] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[51/64] Compiling ConsoleKitTerminal Console+Confirm.swift
[52/64] Compiling ConsoleKitTerminal Console+Input.swift
[53/64] Compiling ConsoleKitTerminal Console+Center.swift
[54/64] Compiling ConsoleKitTerminal Console+Output.swift
[54/64] Wrapping AST for Bash for debugging
[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/87] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[63/87] Compiling ConsoleKitCommands AsyncCommand.swift
[64/87] 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 Command.swift
[75/89] Compiling ConsoleKitCommands CommandContext.swift
[76/89] Compiling ConsoleKitCommands CommandError.swift
[77/89] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[78/89] Compiling ConsoleKitCommands Utilities.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] Emitting module ConsoleKit
[88/92] Compiling ConsoleKit Exports.swift
[89/93] Wrapping AST for ConsoleKit for debugging
[91/112] 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 {
[92/112] 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 {
[93/114] Compiling systemd StatusCommand.swift
[94/114] Compiling systemd StopCommand.swift
[95/114] Compiling systemd UninstallCommand.swift
[96/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 {
[97/114] Compiling systemd String+Fragment.swift
[98/114] Compiling systemd Journalctl.swift
[99/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 {
[100/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 {
[101/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 {
[102/114] Compiling systemd Swift.swift
/host/spi-builder-workspace/Sources/systemd/Helpers/Swift.swift:26:19: error: cannot find 'getcwd' in scope
24 |
25 |     static func cwd(_ context: ConsoleKit.CommandContext? = nil) -> String? {
26 |         let cwd = getcwd(nil, Int(PATH_MAX))
   |                   `- error: cannot find 'getcwd' in scope
27 |         defer {
28 |             if let cwd = cwd {
/host/spi-builder-workspace/Sources/systemd/Helpers/Swift.swift:26:26: error: 'nil' requires a contextual type
24 |
25 |     static func cwd(_ context: ConsoleKit.CommandContext? = nil) -> String? {
26 |         let cwd = getcwd(nil, Int(PATH_MAX))
   |                          `- error: 'nil' requires a contextual type
27 |         defer {
28 |             if let cwd = cwd {
/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 |         }
[103/114] Compiling systemd Systemctl.swift
/host/spi-builder-workspace/Sources/systemd/Helpers/Swift.swift:26:19: error: cannot find 'getcwd' in scope
24 |
25 |     static func cwd(_ context: ConsoleKit.CommandContext? = nil) -> String? {
26 |         let cwd = getcwd(nil, Int(PATH_MAX))
   |                   `- error: cannot find 'getcwd' in scope
27 |         defer {
28 |             if let cwd = cwd {
/host/spi-builder-workspace/Sources/systemd/Helpers/Swift.swift:26:26: error: 'nil' requires a contextual type
24 |
25 |     static func cwd(_ context: ConsoleKit.CommandContext? = nil) -> String? {
26 |         let cwd = getcwd(nil, Int(PATH_MAX))
   |                          `- error: 'nil' requires a contextual type
27 |         defer {
28 |             if let cwd = cwd {
/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 |         }
[104/114] Compiling systemd DisableCommand.swift
[105/114] Compiling systemd EditCommand.swift
[106/114] Compiling systemd EnableCommand.swift
[107/114] Compiling systemd ReloadDaemonCommand.swift
[108/114] Compiling systemd RestartCommand.swift
[109/114] Compiling systemd StartCommand.swift
[110/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 |
[111/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 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/10] Write swift-version-24593BA9C3E375BF.txt
[2/23] Compiling Logging LogHandler.swift
[3/23] Compiling Logging MetadataProvider.swift
[4/23] Emitting module Bash
[5/23] Compiling Bash Bash.swift
[6/24] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[8/24] Emitting module Logging
[9/24] Compiling Logging Locks.swift
[10/24] Compiling NIOConcurrencyHelpers NIOLock.swift
[11/24] Compiling NIOConcurrencyHelpers lock.swift
[12/24] Emitting module NIOConcurrencyHelpers
[13/24] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[14/24] Compiling NIOConcurrencyHelpers atomics.swift
[16/23] Compiling Logging Logging.swift
[17/24] Wrapping AST for Logging for debugging
[19/50] Compiling ConsoleKitTerminal ActivityBar.swift
[20/50] Compiling ConsoleKitTerminal ActivityIndicator.swift
[21/50] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[22/50] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[23/53] Compiling ConsoleKitTerminal Console+Confirm.swift
[24/53] Compiling ConsoleKitTerminal Console+Input.swift
[25/53] Compiling ConsoleKitTerminal Console+Center.swift
[26/53] Compiling ConsoleKitTerminal Console+Output.swift
[27/53] Emitting module ConsoleKitTerminal
[28/53] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[29/53] Compiling ConsoleKitTerminal ConsoleClear.swift
[30/53] Compiling ConsoleKitTerminal Console+Ask.swift
[31/53] Compiling ConsoleKitTerminal Console+Choose.swift
[32/53] Compiling ConsoleKitTerminal Console+Wait.swift
[33/53] Compiling ConsoleKitTerminal ConsoleColor.swift
[34/53] Compiling ConsoleKitTerminal ConsoleStyle.swift
[35/53] Compiling ConsoleKitTerminal CustomActivity.swift
[36/53] Compiling ConsoleKitTerminal LoadingBar.swift
[37/53] Compiling ConsoleKitTerminal ProgressBar.swift
[38/53] Compiling ConsoleKitTerminal Console+Clear.swift
[39/53] Compiling ConsoleKitTerminal ConsoleText.swift
[40/53] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[41/53] Compiling ConsoleKitTerminal ANSI.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 AsyncCommands.swift
[50/75] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[51/75] Compiling ConsoleKitCommands AnyCommand.swift
[52/77] Emitting module ConsoleKitCommands
[53/77] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[54/77] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[55/77] Compiling ConsoleKitCommands Argument.swift
[56/77] Compiling ConsoleKitCommands CommandGroup.swift
[57/77] Compiling ConsoleKitCommands CommandInput.swift
[58/77] Compiling ConsoleKitCommands Commands.swift
[59/77] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[60/77] Compiling ConsoleKitCommands Utilities.swift
[61/77] Compiling ConsoleKitCommands CommandSignature.swift
[62/77] Compiling ConsoleKitCommands Flag.swift
[63/77] Compiling ConsoleKitCommands Option.swift
[64/77] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[65/77] Compiling ConsoleKitCommands AsyncCommand.swift
[66/77] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[67/77] Compiling ConsoleKitCommands Command.swift
[68/77] Compiling ConsoleKitCommands CommandContext.swift
[69/77] Compiling ConsoleKitCommands CommandError.swift
[70/77] Compiling ConsoleKitCommands Console+Run.swift
[71/77] Compiling ConsoleKitCommands ConsoleError.swift
[72/77] Compiling ConsoleKitCommands Completion.swift
[74/79] Emitting module ConsoleKit
[75/79] Compiling ConsoleKit Exports.swift
[77/98] Compiling systemd Swift.swift
/host/spi-builder-workspace/Sources/systemd/Helpers/Swift.swift:26:19: error: cannot find 'getcwd' in scope
24 |
25 |     static func cwd(_ context: ConsoleKit.CommandContext? = nil) -> String? {
26 |         let cwd = getcwd(nil, Int(PATH_MAX))
   |                   `- error: cannot find 'getcwd' in scope
27 |         defer {
28 |             if let cwd = cwd {
/host/spi-builder-workspace/Sources/systemd/Helpers/Swift.swift:26:26: error: 'nil' requires a contextual type
24 |
25 |     static func cwd(_ context: ConsoleKit.CommandContext? = nil) -> String? {
26 |         let cwd = getcwd(nil, Int(PATH_MAX))
   |                          `- error: 'nil' requires a contextual type
27 |         defer {
28 |             if let cwd = cwd {
/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 |         }
[78/98] Compiling systemd Systemctl.swift
/host/spi-builder-workspace/Sources/systemd/Helpers/Swift.swift:26:19: error: cannot find 'getcwd' in scope
24 |
25 |     static func cwd(_ context: ConsoleKit.CommandContext? = nil) -> String? {
26 |         let cwd = getcwd(nil, Int(PATH_MAX))
   |                   `- error: cannot find 'getcwd' in scope
27 |         defer {
28 |             if let cwd = cwd {
/host/spi-builder-workspace/Sources/systemd/Helpers/Swift.swift:26:26: error: 'nil' requires a contextual type
24 |
25 |     static func cwd(_ context: ConsoleKit.CommandContext? = nil) -> String? {
26 |         let cwd = getcwd(nil, Int(PATH_MAX))
   |                          `- error: 'nil' requires a contextual type
27 |         defer {
28 |             if let cwd = cwd {
/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 |         }
[79/100] Compiling systemd ReloadDaemonCommand.swift
[80/100] Compiling systemd RestartCommand.swift
[81/100] Compiling systemd StartCommand.swift
[82/100] Compiling systemd VersionCommand.swift
[83/100] Compiling systemd Console+Abort.swift
[84/100] Compiling systemd StatusCommand.swift
[85/100] Compiling systemd StopCommand.swift
[86/100] Compiling systemd UninstallCommand.swift
[87/100] Compiling systemd InstallCommand.swift
[88/100] Compiling systemd KillCommand.swift
[89/100] Compiling systemd LogsCommand.swift
[90/100] Compiling systemd String+Fragment.swift
[91/100] Compiling systemd Journalctl.swift
[92/100] Compiling systemd DisableCommand.swift
[93/100] Compiling systemd EditCommand.swift
[94/100] Compiling systemd EnableCommand.swift
[95/100] Emitting module systemd
[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 |
BUILD FAILURE 6.1 android