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 1.5.0 (41982a), with Swift 5.10 for Linux on 18 Jul 2024 23:06:44 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.46.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-argument-parser.git
Reference: 1.5.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/apple/swift-argument-parser
 * tag               1.5.0      -> FETCH_HEAD
HEAD is now at 41982a3 Update CHANGELOG for the 1.5 release. (#654)
Cloned https://github.com/apple/swift-argument-parser.git
Revision (git rev-parse @):
41982a3656a71c768319979febd796c6fd111d5c
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/apple/swift-argument-parser.git at 1.5.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/apple/swift-argument-parser.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:59f36943510aea3c3167e15c3bb784abd9f60c7d7937078af576dff6d447a61b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/23] Write sources
[8/23] Write swift-version-24593BA9C3E375BF.txt
[10/25] Emitting module ArgumentParserToolInfo
[11/25] Compiling ArgumentParserToolInfo ToolInfo.swift
[12/26] Wrapping AST for ArgumentParserToolInfo for debugging
[14/64] Compiling ArgumentParser OptionGroup.swift
[15/64] Compiling ArgumentParser AsyncParsableCommand.swift
[16/64] Compiling ArgumentParser CommandConfiguration.swift
[17/64] Compiling ArgumentParser CommandGroup.swift
[18/64] Compiling ArgumentParser EnumerableFlag.swift
[19/69] 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; this is an error in Swift 6
  static let _staticArguments: [String] = Self.arguments
                                               ^
Swift.CommandLine:4:23: note: static property declared here
    public static var arguments: [String]
                      ^
[20/69] Compiling ArgumentParser BashCompletionsGenerator.swift
[21/69] Compiling ArgumentParser CompletionsGenerator.swift
[22/69] Compiling ArgumentParser FishCompletionsGenerator.swift
[23/69] Compiling ArgumentParser ZshCompletionsGenerator.swift
[24/69] Compiling ArgumentParser Argument.swift
[25/69] Compiling ArgumentParser ArgumentHelp.swift
[26/69] Compiling ArgumentParser ArgumentVisibility.swift
[27/69] Compiling ArgumentParser CompletionKind.swift
[28/69] Compiling ArgumentParser Errors.swift
[29/69] Compiling ArgumentParser Flag.swift
[30/69] Compiling ArgumentParser NameSpecification.swift
[31/69] Compiling ArgumentParser Option.swift
[32/69] Compiling ArgumentParser Name.swift
[33/69] Compiling ArgumentParser Parsed.swift
[34/69] Compiling ArgumentParser ParsedValues.swift
[35/69] Compiling ArgumentParser ParserError.swift
[36/69] Compiling ArgumentParser SplitArguments.swift
[37/69] Compiling ArgumentParser ExpressibleByArgument.swift
[38/69] Compiling ArgumentParser ParsableArguments.swift
[39/69] Compiling ArgumentParser ParsableArgumentsValidation.swift
[40/69] Compiling ArgumentParser ParsableCommand.swift
[41/69] Compiling ArgumentParser ArgumentDecoder.swift
[42/69] Compiling ArgumentParser ArgumentDefinition.swift
[43/69] Compiling ArgumentParser ArgumentSet.swift
[44/69] Compiling ArgumentParser CommandParser.swift
[45/69] Compiling ArgumentParser InputKey.swift
[46/69] Compiling ArgumentParser InputOrigin.swift
[47/69] 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; this is an error in Swift 6
  static let _staticArguments: [String] = Self.arguments
                                               ^
Swift.CommandLine:4:23: note: static property declared here
    public static var arguments: [String]
                      ^
[48/69] 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; this is an error in Swift 6
  static let _staticArguments: [String] = Self.arguments
                                               ^
Swift.CommandLine:4:23: note: static property declared here
    public static var arguments: [String]
                      ^
[49/69] 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; this is an error in Swift 6
  static let _staticArguments: [String] = Self.arguments
                                               ^
Swift.CommandLine:4:23: note: static property declared here
    public static var arguments: [String]
                      ^
[50/69] 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; this is an error in Swift 6
  static let _staticArguments: [String] = Self.arguments
                                               ^
Swift.CommandLine:4:23: note: static property declared here
    public static var arguments: [String]
                      ^
[51/69] 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; this is an error in Swift 6
  static let _staticArguments: [String] = Self.arguments
                                               ^
Swift.CommandLine:4:23: note: static property declared here
    public static var arguments: [String]
                      ^
[52/69] Compiling ArgumentParser DumpHelpGenerator.swift
[53/69] Compiling ArgumentParser HelpCommand.swift
[54/69] Compiling ArgumentParser HelpGenerator.swift
[55/69] Compiling ArgumentParser MessageInfo.swift
[56/69] Compiling ArgumentParser UsageGenerator.swift
[57/70] Wrapping AST for ArgumentParser for debugging
[59/107] Emitting module repeat
[60/107] Compiling repeat Repeat.swift
[61/107] Emitting module ArgumentParserTestHelpers
[62/107] Compiling roll SplitMix64.swift
[63/107] Emitting module roll
[64/107] Compiling roll main.swift
[65/108] Compiling generate_manual MDocBuilder.swift
[66/108] Compiling generate_manual MDocComponent.swift
[67/108] Compiling generate_manual Document.swift
[68/108] Compiling generate_manual DocumentDate.swift
[69/108] Compiling generate_manual Container.swift
[70/108] Compiling generate_manual Empty.swift
[71/108] Compiling generate_manual ForEach.swift
[72/108] Compiling generate_manual MDocASTNodeWrapper.swift
[75/112] Compiling generate_manual Exit.swift
[76/112] Compiling generate_manual List.swift
[77/112] Compiling generate_manual MultiPageDescription.swift
[78/112] Compiling generate_manual Name.swift
[79/112] Compiling generate_manual Preamble.swift
[80/112] Compiling generate_manual Section.swift
[81/112] Compiling generate_manual SeeAlso.swift
[82/112] Compiling generate_manual SinglePageDescription.swift
[83/112] Emitting module generate_manual
[84/112] Compiling generate_manual AuthorArgument.swift
[85/112] Compiling generate_manual ArgumentSynopsis.swift
[86/112] Compiling generate_manual Author.swift
[87/112] Compiling generate_manual Authors.swift
[87/112] Wrapping AST for repeat for debugging
[88/112] Write Objects.LinkFileList
[90/112] Compiling ArgumentParserTestHelpers StringHelpers.swift
[91/112] Compiling ArgumentParserTestHelpers TestHelpers.swift
[91/112] Wrapping AST for roll for debugging
[92/112] Write Objects.LinkFileList
[94/112] Compiling generate_manual Synopsis.swift
[95/112] Compiling generate_manual ArgumentParser+MDoc.swift
[96/112] Compiling generate_manual Date+ExpressibleByArgument.swift
[97/112] Compiling generate_manual Process+SimpleAPI.swift
[98/112] Compiling generate_manual GenerateManual.swift
[99/112] Compiling generate_manual MDocASTNode.swift
[100/113] Linking roll
[101/113] Linking repeat
[103/113] Emitting module math
[104/113] Compiling math Math.swift
[105/114] Wrapping AST for math for debugging
[106/114] Write Objects.LinkFileList
[108/114] Compiling generate_manual MDocMacro.swift
[109/114] Compiling generate_manual MDocSerializationContext.swift
[110/114] Compiling generate_manual String+Escaping.swift
[111/115] Linking math
[112/115] Wrapping AST for generate-manual for debugging
[113/115] Write Objects.LinkFileList
[114/115] Linking generate-manual
Build complete! (11.89s)
Build complete.
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.