The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-argument-parser with Swift 5.10 for Linux.

Build Command

bash -c docker run --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.33.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-argument-parser.git
Reference: 1.3.1
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.3.1      -> FETCH_HEAD
HEAD is now at 4698969 Update CHANGELOG date (#625)
Cloned https://github.com/apple/swift-argument-parser.git
Revision (git rev-parse @):
46989693916f56d1186bd59ac15124caef896560
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/apple/swift-argument-parser.git at 1.3.1
========================================
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 --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
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/23] Write sources
[8/23] Write swift-version-24593BA9C3E375BF.txt
[10/25] Compiling ArgumentParserToolInfo ToolInfo.swift
[11/25] Emitting module ArgumentParserToolInfo
[12/26] Wrapping AST for ArgumentParserToolInfo for debugging
[14/63] Compiling ArgumentParser ArgumentVisibility.swift
[15/63] Compiling ArgumentParser CompletionKind.swift
[16/63] Compiling ArgumentParser Errors.swift
[17/63] Compiling ArgumentParser Flag.swift
[18/63] Compiling ArgumentParser NameSpecification.swift
[19/68] Emitting module ArgumentParser
[20/68] Compiling ArgumentParser Option.swift
[21/68] Compiling ArgumentParser OptionGroup.swift
[22/68] Compiling ArgumentParser AsyncParsableCommand.swift
[23/68] Compiling ArgumentParser CommandConfiguration.swift
[24/68] Compiling ArgumentParser EnumerableFlag.swift
[25/68] Compiling ArgumentParser Name.swift
[26/68] Compiling ArgumentParser Parsed.swift
[27/68] Compiling ArgumentParser ParsedValues.swift
[28/68] Compiling ArgumentParser ParserError.swift
[29/68] Compiling ArgumentParser SplitArguments.swift
[30/68] Compiling ArgumentParser BashCompletionsGenerator.swift
[31/68] Compiling ArgumentParser CompletionsGenerator.swift
[32/68] Compiling ArgumentParser FishCompletionsGenerator.swift
[33/68] Compiling ArgumentParser ZshCompletionsGenerator.swift
[34/68] Compiling ArgumentParser Argument.swift
[35/68] Compiling ArgumentParser ArgumentHelp.swift
[36/68] Compiling ArgumentParser ExpressibleByArgument.swift
[37/68] Compiling ArgumentParser ParsableArguments.swift
[38/68] Compiling ArgumentParser ParsableArgumentsValidation.swift
[39/68] Compiling ArgumentParser ParsableCommand.swift
[40/68] Compiling ArgumentParser ArgumentDecoder.swift
[41/68] Compiling ArgumentParser ArgumentDefinition.swift
[42/68] Compiling ArgumentParser ArgumentSet.swift
[43/68] Compiling ArgumentParser CommandParser.swift
[44/68] Compiling ArgumentParser InputKey.swift
[45/68] Compiling ArgumentParser InputOrigin.swift
[46/68] Compiling ArgumentParser CollectionExtensions.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:111:57: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
      for byte in string.utf8 { putc(numericCast(byte), stderr) }
                                                        ^
SwiftGlibc.stderr:1:12: note: var declared here
public var stderr: UnsafeMutablePointer<FILE>!
           ^
[47/68] Compiling ArgumentParser Platform.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:111:57: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
      for byte in string.utf8 { putc(numericCast(byte), stderr) }
                                                        ^
SwiftGlibc.stderr:1:12: note: var declared here
public var stderr: UnsafeMutablePointer<FILE>!
           ^
[48/68] Compiling ArgumentParser SequenceExtensions.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:111:57: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
      for byte in string.utf8 { putc(numericCast(byte), stderr) }
                                                        ^
SwiftGlibc.stderr:1:12: note: var declared here
public var stderr: UnsafeMutablePointer<FILE>!
           ^
[49/68] Compiling ArgumentParser StringExtensions.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:111:57: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
      for byte in string.utf8 { putc(numericCast(byte), stderr) }
                                                        ^
SwiftGlibc.stderr:1:12: note: var declared here
public var stderr: UnsafeMutablePointer<FILE>!
           ^
[50/68] Compiling ArgumentParser Tree.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:111:57: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
      for byte in string.utf8 { putc(numericCast(byte), stderr) }
                                                        ^
SwiftGlibc.stderr:1:12: note: var declared here
public var stderr: UnsafeMutablePointer<FILE>!
           ^
[51/68] Compiling ArgumentParser DumpHelpGenerator.swift
[52/68] Compiling ArgumentParser HelpCommand.swift
[53/68] Compiling ArgumentParser HelpGenerator.swift
[54/68] Compiling ArgumentParser MessageInfo.swift
[55/68] Compiling ArgumentParser UsageGenerator.swift
[56/69] Wrapping AST for ArgumentParser for debugging
[58/106] Compiling generate_manual Container.swift
[59/106] Compiling generate_manual Empty.swift
[60/106] Compiling generate_manual ForEach.swift
[61/106] Compiling generate_manual MDocASTNodeWrapper.swift
[62/109] Emitting module roll
[63/109] Compiling roll SplitMix64.swift
[64/109] Emitting module ArgumentParserTestHelpers
[65/109] Compiling roll main.swift
[66/110] Compiling generate_manual Preamble.swift
[67/110] Compiling generate_manual Section.swift
[68/110] Compiling generate_manual SeeAlso.swift
[69/110] Compiling generate_manual SinglePageDescription.swift
[70/110] Emitting module repeat
[71/110] Compiling repeat Repeat.swift
[73/110] Compiling generate_manual AuthorArgument.swift
[74/110] Compiling generate_manual ArgumentSynopsis.swift
[75/110] Compiling generate_manual Author.swift
[76/110] Compiling generate_manual Authors.swift
[77/111] Compiling generate_manual Exit.swift
[78/111] Compiling generate_manual List.swift
[79/111] Compiling generate_manual MultiPageDescription.swift
[80/111] Compiling generate_manual Name.swift
[81/111] Compiling generate_manual MDocBuilder.swift
[82/111] Compiling generate_manual MDocComponent.swift
[83/111] Compiling generate_manual Document.swift
[84/111] Compiling generate_manual DocumentDate.swift
[85/111] Emitting module generate_manual
[85/111] Wrapping AST for roll for debugging
[86/111] Write Objects.LinkFileList
[89/111] Compiling generate_manual Synopsis.swift
[90/111] Compiling generate_manual ArgumentParser+MDoc.swift
[91/111] Compiling generate_manual Date+ExpressibleByArgument.swift
[92/111] Compiling generate_manual Process+SimpleAPI.swift
[93/111] Compiling generate_manual GenerateManual.swift
[94/111] Compiling generate_manual MDocASTNode.swift
[94/111] Wrapping AST for repeat for debugging
[95/111] Write Objects.LinkFileList
[97/111] Compiling ArgumentParserTestHelpers StringHelpers.swift
[98/111] Compiling ArgumentParserTestHelpers TestHelpers.swift
[98/112] Linking roll
[100/112] Linking repeat
[102/112] Compiling generate_manual MDocMacro.swift
[103/112] Compiling generate_manual MDocSerializationContext.swift
[104/112] Compiling generate_manual String+Escaping.swift
[105/113] Emitting module math
[106/113] Compiling math Math.swift
[108/114] Wrapping AST for generate-manual for debugging
[109/114] Write Objects.LinkFileList
[110/114] Wrapping AST for math for debugging
[111/114] Write Objects.LinkFileList
[112/114] Linking generate-manual
[113/114] Linking math
Build complete! (12.91s)
Build complete.
Done.

Build Machine: Linux 2