This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 swift-argument-parser, reference main (72bf21), with Swift 5.9 for Linux on 7 Oct 2024 20:16:35 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.55.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-argument-parser.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/apple/swift-argument-parser
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 72bf212 extend ToolInfoV0 with command visibility (#669)
Cloned https://github.com/apple/swift-argument-parser.git
Revision (git rev-parse @):
72bf21248fb6fbc146dc992fbf01c2e935377455
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-argument-parser.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD
https://github.com/apple/swift-argument-parser.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:9f9025114c0603ac6ea1951d396f9bc1cd3a7c1b5aa8548b3ea2615c8c5705ce
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
[1/1] Compiling plugin GenerateManual
Building for debugging...
[2/15] Emitting module ArgumentParserToolInfo
[3/15] Compiling ArgumentParserToolInfo ToolInfo.swift
[5/17] Wrapping AST for ArgumentParserToolInfo for debugging
[7/56] Emitting module ArgumentParser
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:16:48: warning: reference to static property 'arguments' is not concurrency-safe because it involves shared mutable state
  static let _staticArguments: [String] = Self.arguments
                                               ^
Swift.CommandLine:4:23: note: static property declared here
    public static var arguments: [String]
                      ^
[8/61] Compiling ArgumentParser Name.swift
[9/61] Compiling ArgumentParser Parsed.swift
[10/61] Compiling ArgumentParser ParsedValues.swift
[11/61] Compiling ArgumentParser ParserError.swift
[12/61] Compiling ArgumentParser SplitArguments.swift
[13/61] Compiling ArgumentParser ArgumentHelp.swift
[14/61] Compiling ArgumentParser ArgumentVisibility.swift
[15/61] Compiling ArgumentParser CompletionKind.swift
[16/61] Compiling ArgumentParser Errors.swift
[17/61] Compiling ArgumentParser Flag.swift
[18/61] Compiling ArgumentParser NameSpecification.swift
[19/61] Compiling ArgumentParser BashCompletionsGenerator.swift
[20/61] Compiling ArgumentParser CompletionsGenerator.swift
[21/61] Compiling ArgumentParser FishCompletionsGenerator.swift
[22/61] Compiling ArgumentParser ZshCompletionsGenerator.swift
[23/61] Compiling ArgumentParser Argument.swift
[24/61] Compiling ArgumentParser ArgumentDiscussion.swift
[25/61] Compiling ArgumentParser ExpressibleByArgument.swift
[26/61] Compiling ArgumentParser ParsableArguments.swift
[27/61] Compiling ArgumentParser ParsableArgumentsValidation.swift
[28/61] Compiling ArgumentParser ParsableCommand.swift
[29/61] Compiling ArgumentParser ArgumentDecoder.swift
[30/61] Compiling ArgumentParser ArgumentDefinition.swift
[31/61] Compiling ArgumentParser ArgumentSet.swift
[32/61] Compiling ArgumentParser CommandParser.swift
[33/61] Compiling ArgumentParser InputKey.swift
[34/61] Compiling ArgumentParser InputOrigin.swift
[35/61] Compiling ArgumentParser CollectionExtensions.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:16:48: warning: reference to static property 'arguments' is not concurrency-safe because it involves shared mutable state
  static let _staticArguments: [String] = Self.arguments
                                               ^
Swift.CommandLine:4:23: note: static property declared here
    public static var arguments: [String]
                      ^
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:112:57: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state
      for byte in string.utf8 { putc(numericCast(byte), stderr) }
                                                        ^
SwiftGlibc.stderr:1:12: note: var declared here
public var stderr: UnsafeMutablePointer<FILE>!
           ^
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:20:17: remark: '@preconcurrency' attribute on module 'Glibc' is unused
@preconcurrency import Glibc
~~~~~~~~~~~~~~~~^
[36/61] Compiling ArgumentParser Platform.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:16:48: warning: reference to static property 'arguments' is not concurrency-safe because it involves shared mutable state
  static let _staticArguments: [String] = Self.arguments
                                               ^
Swift.CommandLine:4:23: note: static property declared here
    public static var arguments: [String]
                      ^
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:112:57: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state
      for byte in string.utf8 { putc(numericCast(byte), stderr) }
                                                        ^
SwiftGlibc.stderr:1:12: note: var declared here
public var stderr: UnsafeMutablePointer<FILE>!
           ^
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:20:17: remark: '@preconcurrency' attribute on module 'Glibc' is unused
@preconcurrency import Glibc
~~~~~~~~~~~~~~~~^
[37/61] Compiling ArgumentParser SequenceExtensions.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:16:48: warning: reference to static property 'arguments' is not concurrency-safe because it involves shared mutable state
  static let _staticArguments: [String] = Self.arguments
                                               ^
Swift.CommandLine:4:23: note: static property declared here
    public static var arguments: [String]
                      ^
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:112:57: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state
      for byte in string.utf8 { putc(numericCast(byte), stderr) }
                                                        ^
SwiftGlibc.stderr:1:12: note: var declared here
public var stderr: UnsafeMutablePointer<FILE>!
           ^
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:20:17: remark: '@preconcurrency' attribute on module 'Glibc' is unused
@preconcurrency import Glibc
~~~~~~~~~~~~~~~~^
[38/61] Compiling ArgumentParser StringExtensions.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:16:48: warning: reference to static property 'arguments' is not concurrency-safe because it involves shared mutable state
  static let _staticArguments: [String] = Self.arguments
                                               ^
Swift.CommandLine:4:23: note: static property declared here
    public static var arguments: [String]
                      ^
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:112:57: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state
      for byte in string.utf8 { putc(numericCast(byte), stderr) }
                                                        ^
SwiftGlibc.stderr:1:12: note: var declared here
public var stderr: UnsafeMutablePointer<FILE>!
           ^
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:20:17: remark: '@preconcurrency' attribute on module 'Glibc' is unused
@preconcurrency import Glibc
~~~~~~~~~~~~~~~~^
[39/61] Compiling ArgumentParser Tree.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:16:48: warning: reference to static property 'arguments' is not concurrency-safe because it involves shared mutable state
  static let _staticArguments: [String] = Self.arguments
                                               ^
Swift.CommandLine:4:23: note: static property declared here
    public static var arguments: [String]
                      ^
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:112:57: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state
      for byte in string.utf8 { putc(numericCast(byte), stderr) }
                                                        ^
SwiftGlibc.stderr:1:12: note: var declared here
public var stderr: UnsafeMutablePointer<FILE>!
           ^
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:20:17: remark: '@preconcurrency' attribute on module 'Glibc' is unused
@preconcurrency import Glibc
~~~~~~~~~~~~~~~~^
[40/61] Compiling ArgumentParser Option.swift
[41/61] Compiling ArgumentParser OptionGroup.swift
[42/61] Compiling ArgumentParser AsyncParsableCommand.swift
[43/61] Compiling ArgumentParser CommandConfiguration.swift
[44/61] Compiling ArgumentParser CommandGroup.swift
[45/61] Compiling ArgumentParser EnumerableFlag.swift
[46/61] Compiling ArgumentParser DumpHelpGenerator.swift
[47/61] Compiling ArgumentParser HelpCommand.swift
[48/61] Compiling ArgumentParser HelpGenerator.swift
[49/61] Compiling ArgumentParser MessageInfo.swift
[50/61] Compiling ArgumentParser UsageGenerator.swift
[52/63] Wrapping AST for ArgumentParser for debugging
[54/103] Emitting module color
[55/103] Compiling color Color.swift
[58/105] Emitting module repeat
[59/105] Compiling repeat Repeat.swift
[61/107] Compiling roll SplitMix64.swift
[62/107] Emitting module roll
[63/107] Compiling roll main.swift
[64/107] Emitting module generate_manual
[65/110] Compiling generate_manual AuthorArgument.swift
[66/110] Compiling generate_manual ArgumentSynopsis.swift
[67/110] Compiling generate_manual Author.swift
[68/110] Compiling generate_manual Authors.swift
[69/110] Compiling generate_manual MDocBuilder.swift
[70/110] Compiling generate_manual MDocComponent.swift
[71/110] Compiling generate_manual Discussion.swift
[72/110] Compiling generate_manual Document.swift
[73/110] Compiling generate_manual Container.swift
[74/110] Compiling generate_manual Empty.swift
[75/110] Compiling generate_manual ForEach.swift
[76/110] Compiling generate_manual MDocASTNodeWrapper.swift
[77/111] Compiling generate_manual DocumentDate.swift
[78/111] Compiling generate_manual Exit.swift
[79/111] Compiling generate_manual List.swift
[80/111] Compiling generate_manual MultiPageDescription.swift
[81/111] Compiling generate_manual Name.swift
[82/111] Compiling generate_manual Preamble.swift
[83/111] Compiling generate_manual Section.swift
[84/111] Compiling generate_manual SeeAlso.swift
[87/112] Compiling ArgumentParserTestHelpers StringHelpers.swift
[88/112] Emitting module ArgumentParserTestHelpers
[89/112] Compiling ArgumentParserTestHelpers TestHelpers.swift
[91/112] Compiling generate_manual Process+SimpleAPI.swift
[92/112] Compiling generate_manual GenerateManual.swift
[93/112] Compiling generate_manual MDocASTNode.swift
[94/112] Compiling generate_manual SinglePageDescription.swift
[95/112] Compiling generate_manual Synopsis.swift
[96/112] Compiling generate_manual ArgumentParser+MDoc.swift
[97/112] Compiling generate_manual Date+ExpressibleByArgument.swift
[100/114] Emitting module math
[101/114] Compiling math Math.swift
[103/116] Wrapping AST for color for debugging
[104/116] Wrapping AST for repeat for debugging
[106/116] Compiling generate_manual MDocMacro.swift
[107/116] Compiling generate_manual MDocSerializationContext.swift
[108/116] Compiling generate_manual String+Escaping.swift
[108/117] Linking repeat
[109/117] Linking color
[112/118] Wrapping AST for roll for debugging
[113/118] Linking roll
[114/118] Wrapping AST for math for debugging
[115/118] Wrapping AST for generate-manual for debugging
[116/118] Linking math
[117/118] Linking generate-manual
Build complete! (15.18s)
Build complete.
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.