The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AsyncParsableCommand, reference main (e55282), with Swift 6.1 for Android on 28 May 2025 01:57:28 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/christopherweems/_AsyncParsableCommand.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/christopherweems/_AsyncParsableCommand
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e552828 Update README.md
Cloned https://github.com/christopherweems/_AsyncParsableCommand.git
Revision (git rev-parse @):
e552828f57a3c91ce90bd0970a479b9a1110254b
SUCCESS checkout https://github.com/christopherweems/_AsyncParsableCommand.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/christopherweems/_AsyncParsableCommand.git
https://github.com/christopherweems/_AsyncParsableCommand.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    }
  ],
  "manifest_display_name" : "AsyncParsableCommand",
  "name" : "AsyncParsableCommand",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "AsyncParsableCommand",
      "targets" : [
        "AsyncParsableCommand"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AsyncParsableCommandTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncParsableCommandTests",
      "path" : "Tests/AsyncParsableCommandTests",
      "sources" : [
        "AsyncParsableCommandTests.swift"
      ],
      "target_dependencies" : [
        "AsyncParsableCommand"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AsyncParsableCommand",
      "module_type" : "SwiftTarget",
      "name" : "AsyncParsableCommand",
      "path" : "Sources/AsyncParsableCommand",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "AsyncParsableCommand"
      ],
      "sources" : [
        "TaskState.swift",
        "_AsyncParsableCommand.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/apple/swift-argument-parser.git
[1/15351] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.04s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (1.71s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.0
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/7] Emitting module ArgumentParserToolInfo
[7/7] Compiling ArgumentParserToolInfo ToolInfo.swift
[9/46] Emitting module ArgumentParser
[10/46] Compiling ArgumentParser BashCompletionsGenerator.swift
[11/46] Compiling ArgumentParser CompletionsGenerator.swift
[12/46] Compiling ArgumentParser FishCompletionsGenerator.swift
[13/46] Compiling ArgumentParser ZshCompletionsGenerator.swift
[14/46] Compiling ArgumentParser Argument.swift
[15/46] Compiling ArgumentParser ArgumentHelp.swift
[16/51] Compiling ArgumentParser ArgumentVisibility.swift
[17/51] Compiling ArgumentParser CompletionKind.swift
[18/51] Compiling ArgumentParser Errors.swift
[19/51] Compiling ArgumentParser Flag.swift
[20/51] Compiling ArgumentParser NameSpecification.swift
[21/51] Compiling ArgumentParser Option.swift
[22/51] Compiling ArgumentParser ExpressibleByArgument.swift
[23/51] Compiling ArgumentParser ParsableArguments.swift
[24/51] Compiling ArgumentParser ParsableArgumentsValidation.swift
[25/51] Compiling ArgumentParser ParsableCommand.swift
[26/51] Compiling ArgumentParser ArgumentDecoder.swift
[27/51] Compiling ArgumentParser ArgumentDefinition.swift
[28/51] Compiling ArgumentParser ArgumentSet.swift
[29/51] Compiling ArgumentParser CommandParser.swift
[30/51] Compiling ArgumentParser InputKey.swift
[31/51] Compiling ArgumentParser InputOrigin.swift
[32/51] Compiling ArgumentParser CollectionExtensions.swift
[33/51] Compiling ArgumentParser Platform.swift
[34/51] Compiling ArgumentParser SequenceExtensions.swift
[35/51] Compiling ArgumentParser StringExtensions.swift
[36/51] Compiling ArgumentParser Tree.swift
[37/51] Compiling ArgumentParser Name.swift
[38/51] Compiling ArgumentParser Parsed.swift
[39/51] Compiling ArgumentParser ParsedValues.swift
[40/51] Compiling ArgumentParser ParserError.swift
[41/51] Compiling ArgumentParser SplitArguments.swift
[42/51] Compiling ArgumentParser DumpHelpGenerator.swift
[43/51] Compiling ArgumentParser HelpCommand.swift
[44/51] Compiling ArgumentParser HelpGenerator.swift
[45/51] Compiling ArgumentParser MessageInfo.swift
[46/51] Compiling ArgumentParser UsageGenerator.swift
[47/51] Compiling ArgumentParser OptionGroup.swift
[48/51] Compiling ArgumentParser AsyncParsableCommand.swift
[49/51] Compiling ArgumentParser CommandConfiguration.swift
[50/51] Compiling ArgumentParser CommandGroup.swift
[51/51] Compiling ArgumentParser EnumerableFlag.swift
[53/55] Compiling AsyncParsableCommand _AsyncParsableCommand.swift
/host/spi-builder-workspace/Sources/AsyncParsableCommand/_AsyncParsableCommand.swift:16:49: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
14 |         let taskState = TaskState(command: self)
15 |
16 |         Task.detached(priority: .userInitiated) {
   |                                                 `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
17 |             defer { dispatchGroup.leave() }
18 |
19 |             do {
20 |                 try await taskState.command.run()
   |                           `- note: closure captures 'taskState' which is accessible to code in the current task
21 |
22 |             } catch {
[54/55] Emitting module AsyncParsableCommand
[55/55] Compiling AsyncParsableCommand TaskState.swift
Build complete! (16.21s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    }
  ],
  "manifest_display_name" : "AsyncParsableCommand",
  "name" : "AsyncParsableCommand",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "AsyncParsableCommand",
      "targets" : [
        "AsyncParsableCommand"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AsyncParsableCommandTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncParsableCommandTests",
      "path" : "Tests/AsyncParsableCommandTests",
      "sources" : [
        "AsyncParsableCommandTests.swift"
      ],
      "target_dependencies" : [
        "AsyncParsableCommand"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AsyncParsableCommand",
      "module_type" : "SwiftTarget",
      "name" : "AsyncParsableCommand",
      "path" : "Sources/AsyncParsableCommand",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "AsyncParsableCommand"
      ],
      "sources" : [
        "TaskState.swift",
        "_AsyncParsableCommand.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
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
Done.