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

Successful build of RepeatCLI, reference v0.3.0 (f1d968), with Swift 6.1 for Android on 28 May 2025 17:10:34 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jaroshevskii/repify-cli.git
Reference: v0.3.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/jaroshevskii/repify-cli
 * tag               v0.3.0     -> FETCH_HEAD
HEAD is now at f1d968a Update RepeatCLI.swift
Cloned https://github.com/jaroshevskii/repify-cli.git
Revision (git rev-parse @):
f1d968aa9959d84b7876c080595b483ec67a0552
SUCCESS checkout https://github.com/jaroshevskii/repify-cli.git at v0.3.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/jaroshevskii/repify-cli.git
https://github.com/jaroshevskii/repify-cli.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    }
  ],
  "manifest_display_name" : "RepeatCLI",
  "name" : "RepeatCLI",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "repeat-cli",
      "targets" : [
        "repeat-cli"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "repeat_cli",
      "module_type" : "SwiftTarget",
      "name" : "repeat-cli",
      "path" : "Sources/repeat-cli",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "repeat-cli"
      ],
      "sources" : [
        "RepeatCLI.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/apple/swift-argument-parser.git
[1/15351] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.98s)
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.51s)
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/10] Write sources
[4/10] Write swift-version-24593BA9C3E375BF.txt
[6/12] Emitting module ArgumentParserToolInfo
[7/12] Compiling ArgumentParserToolInfo ToolInfo.swift
[8/13] Wrapping AST for ArgumentParserToolInfo for debugging
[10/51] Emitting module ArgumentParser
[11/56] Compiling ArgumentParser ArgumentVisibility.swift
[12/56] Compiling ArgumentParser CompletionKind.swift
[13/56] Compiling ArgumentParser Errors.swift
[14/56] Compiling ArgumentParser Flag.swift
[15/56] Compiling ArgumentParser NameSpecification.swift
[16/56] Compiling ArgumentParser Option.swift
[17/56] Compiling ArgumentParser BashCompletionsGenerator.swift
[18/56] Compiling ArgumentParser CompletionsGenerator.swift
[19/56] Compiling ArgumentParser FishCompletionsGenerator.swift
[20/56] Compiling ArgumentParser ZshCompletionsGenerator.swift
[21/56] Compiling ArgumentParser Argument.swift
[22/56] Compiling ArgumentParser ArgumentHelp.swift
[23/56] Compiling ArgumentParser OptionGroup.swift
[24/56] Compiling ArgumentParser AsyncParsableCommand.swift
[25/56] Compiling ArgumentParser CommandConfiguration.swift
[26/56] Compiling ArgumentParser CommandGroup.swift
[27/56] Compiling ArgumentParser EnumerableFlag.swift
[28/56] Compiling ArgumentParser CollectionExtensions.swift
[29/56] Compiling ArgumentParser Platform.swift
[30/56] Compiling ArgumentParser SequenceExtensions.swift
[31/56] Compiling ArgumentParser StringExtensions.swift
[32/56] Compiling ArgumentParser Tree.swift
[33/56] Compiling ArgumentParser ExpressibleByArgument.swift
[34/56] Compiling ArgumentParser ParsableArguments.swift
[35/56] Compiling ArgumentParser ParsableArgumentsValidation.swift
[36/56] Compiling ArgumentParser ParsableCommand.swift
[37/56] Compiling ArgumentParser ArgumentDecoder.swift
[38/56] Compiling ArgumentParser ArgumentDefinition.swift
[39/56] Compiling ArgumentParser ArgumentSet.swift
[40/56] Compiling ArgumentParser CommandParser.swift
[41/56] Compiling ArgumentParser InputKey.swift
[42/56] Compiling ArgumentParser InputOrigin.swift
[43/56] Compiling ArgumentParser Name.swift
[44/56] Compiling ArgumentParser Parsed.swift
[45/56] Compiling ArgumentParser ParsedValues.swift
[46/56] Compiling ArgumentParser ParserError.swift
[47/56] Compiling ArgumentParser SplitArguments.swift
[48/56] Compiling ArgumentParser DumpHelpGenerator.swift
[49/56] Compiling ArgumentParser HelpCommand.swift
[50/56] Compiling ArgumentParser HelpGenerator.swift
[51/56] Compiling ArgumentParser MessageInfo.swift
[52/56] Compiling ArgumentParser UsageGenerator.swift
[53/57] Wrapping AST for ArgumentParser for debugging
[55/59] Emitting module repeat_cli
/host/spi-builder-workspace/Sources/repeat-cli/RepeatCLI.swift:9:14: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 7 | @main
 8 | struct RepeatCLI: ParsableCommand {
 9 |   static var configuration = CommandConfiguration(
   |              |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |              |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |              |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 |     abstract: "📃 Simple cross-platform command-line tool for text repeating.",
11 |     version: """
[56/59] Compiling repeat_cli RepeatCLI.swift
/host/spi-builder-workspace/Sources/repeat-cli/RepeatCLI.swift:9:14: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 7 | @main
 8 | struct RepeatCLI: ParsableCommand {
 9 |   static var configuration = CommandConfiguration(
   |              |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |              |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |              |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 |     abstract: "📃 Simple cross-platform command-line tool for text repeating.",
11 |     version: """
[57/60] Wrapping AST for repeat-cli for debugging
[58/60] Write Objects.LinkFileList
[59/60] Linking repeat-cli
Build complete! (19.67s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    }
  ],
  "manifest_display_name" : "RepeatCLI",
  "name" : "RepeatCLI",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "repeat-cli",
      "targets" : [
        "repeat-cli"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "repeat_cli",
      "module_type" : "SwiftTarget",
      "name" : "repeat-cli",
      "path" : "Sources/repeat-cli",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "repeat-cli"
      ],
      "sources" : [
        "RepeatCLI.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.7"
}
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.