The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SwiftSystemd, reference 1.0.0 (d343aa), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 15:46:18 UTC.

Swift 6 data race errors: 1

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

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 /Users/admin/builder/spi-builder-workspace/.git/
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:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/MihaelIsaev/SwiftSystemd.git
https://github.com/MihaelIsaev/SwiftSystemd.git
{
  "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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/14] Write sources
[6/14] Write systemd-entitlement.plist
[6/14] Write sources
[8/14] Write swift-version-2F0A5646E1D333AE.txt
[9/21] Compiling c-nioatomics.c
[10/21] Compiling c-atomics.c
[12/27] Compiling Logging LogHandler.swift
[13/27] Compiling Logging MetadataProvider.swift
[14/27] Compiling Logging Logging.swift
[15/27] Compiling Logging Locks.swift
[16/27] Emitting module Logging
[17/27] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[18/27] Compiling NIOConcurrencyHelpers lock.swift
[19/27] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[20/27] Compiling NIOConcurrencyHelpers NIOLock.swift
[21/27] Emitting module NIOConcurrencyHelpers
[22/27] Compiling NIOConcurrencyHelpers atomics.swift
[23/54] Emitting module ConsoleKitTerminal
[24/56] Compiling ConsoleKitTerminal ConsoleClear.swift
[25/56] Compiling ConsoleKitTerminal Console+Ask.swift
[26/56] Compiling ConsoleKitTerminal Console+Choose.swift
[27/56] Compiling ConsoleKitTerminal ConsoleStyle.swift
[28/56] Compiling ConsoleKitTerminal ConsoleText.swift
[29/56] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[30/56] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[31/56] Compiling ConsoleKitTerminal CustomActivity.swift
[32/56] Compiling ConsoleKitTerminal LoadingBar.swift
[33/56] Emitting module Bash
[34/56] Compiling ConsoleKitTerminal ProgressBar.swift
[35/56] Compiling Bash Bash.swift
[36/56] Compiling ConsoleKitTerminal Console+Clear.swift
[37/56] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[38/56] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[39/56] Compiling ConsoleKitTerminal AnySendableHashable.swift
[40/56] Compiling ConsoleKitTerminal Console+Confirm.swift
[41/56] Compiling ConsoleKitTerminal Console+Input.swift
[42/56] Compiling ConsoleKitTerminal Console+Center.swift
[43/56] Compiling ConsoleKitTerminal ActivityBar.swift
[44/56] Compiling ConsoleKitTerminal ActivityIndicator.swift
[45/56] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[46/56] Compiling ConsoleKitTerminal ConsoleLogger.swift
[47/56] Compiling ConsoleKitTerminal LoggerFragment.swift
[48/56] Compiling ConsoleKitTerminal Console+Output.swift
[49/56] Compiling ConsoleKitTerminal Console+Wait.swift
[50/56] Compiling ConsoleKitTerminal ConsoleColor.swift
[51/56] Compiling ConsoleKitTerminal ANSI.swift
[52/56] Compiling ConsoleKitTerminal Console.swift
[53/56] Compiling ConsoleKitTerminal Terminal.swift
[54/78] Emitting module ConsoleKitCommands
[55/80] Compiling ConsoleKitCommands Flag.swift
[56/80] Compiling ConsoleKitCommands Option.swift
[57/80] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[58/80] Compiling ConsoleKitCommands AsyncCommand.swift
[59/80] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[60/80] Compiling ConsoleKitCommands Argument.swift
[61/80] Compiling ConsoleKitCommands CommandSignature.swift
[62/80] Compiling ConsoleKitCommands CommandGroup.swift
[63/80] Compiling ConsoleKitCommands CommandInput.swift
[64/80] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[65/80] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[66/80] Compiling ConsoleKitCommands Commands.swift
[67/80] Compiling ConsoleKitCommands Console+Run.swift
[68/80] Compiling ConsoleKitCommands AsyncCommands.swift
[69/80] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[70/80] Compiling ConsoleKitCommands AnyCommand.swift
[71/80] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[72/80] Compiling ConsoleKitCommands Utilities.swift
[73/80] Compiling ConsoleKitCommands Command.swift
[74/80] Compiling ConsoleKitCommands CommandContext.swift
[75/80] Compiling ConsoleKitCommands CommandError.swift
[76/80] Compiling ConsoleKitCommands ConsoleError.swift
[77/80] Compiling ConsoleKitCommands Completion.swift
[78/82] Compiling ConsoleKit Exports.swift
[79/82] Emitting module ConsoleKit
[80/101] Compiling systemd DisableCommand.swift
[81/101] Compiling systemd EditCommand.swift
[82/103] Compiling systemd EnableCommand.swift
/Users/admin/builder/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 {
/Users/admin/builder/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 {
/Users/admin/builder/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 }
/Users/admin/builder/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 {
/Users/admin/builder/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"]
/Users/admin/builder/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 {
/Users/admin/builder/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)
/Users/admin/builder/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 {
[83/103] Compiling systemd InstallCommand.swift
/Users/admin/builder/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 {
/Users/admin/builder/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 {
/Users/admin/builder/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 }
/Users/admin/builder/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 {
/Users/admin/builder/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"]
/Users/admin/builder/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 {
/Users/admin/builder/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)
/Users/admin/builder/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 {
[84/103] Emitting module systemd
/Users/admin/builder/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 {
[85/103] Compiling systemd KillCommand.swift
[86/103] Compiling systemd LogsCommand.swift
[87/103] Compiling systemd String+Fragment.swift
[88/103] Compiling systemd Journalctl.swift
[89/103] Compiling systemd StartCommand.swift
[90/103] Compiling systemd StatusCommand.swift
[91/103] Compiling systemd VersionCommand.swift
/Users/admin/builder/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/103] Compiling systemd Console+Abort.swift
/Users/admin/builder/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/103] Compiling systemd Swift.swift
/Users/admin/builder/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 |         }
/Users/admin/builder/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 |         }
[94/103] Compiling systemd Systemctl.swift
/Users/admin/builder/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 |         }
/Users/admin/builder/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/103] Compiling systemd StopCommand.swift
[96/103] Compiling systemd UninstallCommand.swift
[97/103] Compiling systemd ReloadDaemonCommand.swift
[98/103] Compiling systemd RestartCommand.swift
[99/103] Compiling systemd Users.swift
[100/103] Compiling systemd main.swift
Fetching https://github.com/vapor/console-kit
Fetching https://github.com/MihaelIsaev/SwiftBash
[2/15] Fetching swiftbash
[14/5500] Fetching swiftbash, console-kit
Fetched https://github.com/MihaelIsaev/SwiftBash from cache (0.99s)
Fetched https://github.com/vapor/console-kit from cache (0.99s)
Computing version for https://github.com/MihaelIsaev/SwiftBash
Computed https://github.com/MihaelIsaev/SwiftBash at 1.0.0 (2.04s)
Computing version for https://github.com/vapor/console-kit
Computed https://github.com/vapor/console-kit at 4.15.2 (0.51s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git from cache (1.00s)
Fetched https://github.com/apple/swift-nio.git from cache (1.01s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.52s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (0.71s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-atomics.git from cache (0.71s)
Fetched https://github.com/apple/swift-system.git from cache (0.73s)
Fetched https://github.com/apple/swift-collections.git from cache (0.74s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.26s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.49s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.74s)
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/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/MihaelIsaev/SwiftBash
Working copy of https://github.com/MihaelIsaev/SwiftBash resolved at 1.0.0
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/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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/vapor/console-kit
Working copy of https://github.com/vapor/console-kit resolved at 4.15.2
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/4] Write swift-version-2F0A5646E1D333AE.txt
[2/17] Emitting module Bash
[3/17] Compiling Bash Bash.swift
[4/17] Compiling NIOConcurrencyHelpers lock.swift
[5/17] Compiling NIOConcurrencyHelpers NIOLock.swift
[6/17] Compiling NIOConcurrencyHelpers atomics.swift
[7/17] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[8/17] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[9/17] Emitting module NIOConcurrencyHelpers
[10/17] Compiling Logging LogHandler.swift
[11/17] Compiling Logging Locks.swift
[12/17] Compiling Logging Logging.swift
[13/17] Emitting module Logging
[14/17] Compiling Logging MetadataProvider.swift
[15/44] Emitting module ConsoleKitTerminal
[16/46] Compiling ConsoleKitTerminal ActivityBar.swift
[17/46] Compiling ConsoleKitTerminal ActivityIndicator.swift
[18/46] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[19/46] Compiling ConsoleKitTerminal Console+Output.swift
[20/46] Compiling ConsoleKitTerminal Console+Wait.swift
[21/46] Compiling ConsoleKitTerminal ConsoleColor.swift
[22/46] Compiling ConsoleKitTerminal ConsoleClear.swift
[23/46] Compiling ConsoleKitTerminal Console+Ask.swift
[24/46] Compiling ConsoleKitTerminal Console+Choose.swift
[25/46] Compiling ConsoleKitTerminal ProgressBar.swift
[26/46] Compiling ConsoleKitTerminal Console+Clear.swift
[27/46] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[28/46] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[29/46] Compiling ConsoleKitTerminal AnySendableHashable.swift
[30/46] Compiling ConsoleKitTerminal Console+Confirm.swift
[31/46] Compiling ConsoleKitTerminal Console+Input.swift
[32/46] Compiling ConsoleKitTerminal Console+Center.swift
[33/46] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[34/46] Compiling ConsoleKitTerminal CustomActivity.swift
[35/46] Compiling ConsoleKitTerminal LoadingBar.swift
[36/46] Compiling ConsoleKitTerminal ConsoleStyle.swift
[37/46] Compiling ConsoleKitTerminal ConsoleText.swift
[38/46] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[39/46] Compiling ConsoleKitTerminal ANSI.swift
[40/46] Compiling ConsoleKitTerminal Console.swift
[41/46] Compiling ConsoleKitTerminal Terminal.swift
[42/46] Compiling ConsoleKitTerminal ConsoleLogger.swift
[43/46] Compiling ConsoleKitTerminal LoggerFragment.swift
[44/68] Emitting module ConsoleKitCommands
[45/70] Compiling ConsoleKitCommands Command.swift
[46/70] Compiling ConsoleKitCommands CommandContext.swift
[47/70] Compiling ConsoleKitCommands CommandError.swift
[48/70] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[49/70] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[50/70] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[51/70] Compiling ConsoleKitCommands AsyncCommand.swift
[52/70] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[53/70] Compiling ConsoleKitCommands Argument.swift
[54/70] Compiling ConsoleKitCommands CommandSignature.swift
[55/70] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[56/70] Compiling ConsoleKitCommands Utilities.swift
[57/70] Compiling ConsoleKitCommands Commands.swift
[58/70] Compiling ConsoleKitCommands Console+Run.swift
[59/70] Compiling ConsoleKitCommands CommandGroup.swift
[60/70] Compiling ConsoleKitCommands CommandInput.swift
[61/70] Compiling ConsoleKitCommands AsyncCommands.swift
[62/70] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[63/70] Compiling ConsoleKitCommands AnyCommand.swift
[64/70] Compiling ConsoleKitCommands Flag.swift
[65/70] Compiling ConsoleKitCommands Option.swift
[66/70] Compiling ConsoleKitCommands ConsoleError.swift
[67/70] Compiling ConsoleKitCommands Completion.swift
[68/72] Compiling ConsoleKit Exports.swift
[69/72] Emitting module ConsoleKit
[70/91] Compiling systemd DisableCommand.swift
[71/91] Compiling systemd EditCommand.swift
[72/91] Compiling systemd ReloadDaemonCommand.swift
[73/91] Compiling systemd RestartCommand.swift
[74/93] Emitting module systemd
[75/93] Compiling systemd StopCommand.swift
[76/93] Compiling systemd UninstallCommand.swift
[77/93] Compiling systemd KillCommand.swift
[78/93] Compiling systemd LogsCommand.swift
[79/93] Compiling systemd StartCommand.swift
[80/93] Compiling systemd StatusCommand.swift
[81/93] Compiling systemd String+Fragment.swift
[82/93] Compiling systemd Journalctl.swift
[83/93] Compiling systemd EnableCommand.swift
[84/93] Compiling systemd InstallCommand.swift
[85/93] Compiling systemd Swift.swift
[86/93] Compiling systemd Systemctl.swift
[87/93] Compiling systemd VersionCommand.swift
[88/93] Compiling systemd Console+Abort.swift
[89/93] Compiling systemd Users.swift
[90/93] Compiling systemd main.swift
[90/93] Write Objects.LinkFileList
[91/93] Linking systemd
[92/93] Applying systemd
Build complete! (6.07s)
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" : "/Users/admin/builder/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"
}
Done.