The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" 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.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.9
Building package at path:  $workDir
https://github.com/apple/swift-argument-parser.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
[1/1] Compiling plugin GenerateManual
Building for debugging...
[2/13] Emitting module ArgumentParserToolInfo
[3/13] Compiling ArgumentParserToolInfo ToolInfo.swift
[5/15] Wrapping AST for ArgumentParserToolInfo for debugging
[7/52] Compiling ArgumentParser Option.swift
[8/52] Compiling ArgumentParser OptionGroup.swift
[9/52] Compiling ArgumentParser AsyncParsableCommand.swift
[10/52] Compiling ArgumentParser CommandConfiguration.swift
[11/52] Compiling ArgumentParser EnumerableFlag.swift
[12/57] Emitting module ArgumentParser
[13/57] Compiling ArgumentParser ArgumentVisibility.swift
[14/57] Compiling ArgumentParser CompletionKind.swift
[15/57] Compiling ArgumentParser Errors.swift
[16/57] Compiling ArgumentParser Flag.swift
[17/57] Compiling ArgumentParser NameSpecification.swift
[18/57] Compiling ArgumentParser Name.swift
[19/57] Compiling ArgumentParser Parsed.swift
[20/57] Compiling ArgumentParser ParsedValues.swift
[21/57] Compiling ArgumentParser ParserError.swift
[22/57] Compiling ArgumentParser SplitArguments.swift
[23/57] Compiling ArgumentParser BashCompletionsGenerator.swift
[24/57] Compiling ArgumentParser CompletionsGenerator.swift
[25/57] Compiling ArgumentParser FishCompletionsGenerator.swift
[26/57] Compiling ArgumentParser ZshCompletionsGenerator.swift
[27/57] Compiling ArgumentParser Argument.swift
[28/57] Compiling ArgumentParser ArgumentHelp.swift
[29/57] Compiling ArgumentParser ExpressibleByArgument.swift
[30/57] Compiling ArgumentParser ParsableArguments.swift
[31/57] Compiling ArgumentParser ParsableArgumentsValidation.swift
[32/57] Compiling ArgumentParser ParsableCommand.swift
[33/57] Compiling ArgumentParser ArgumentDecoder.swift
[34/57] Compiling ArgumentParser ArgumentDefinition.swift
[35/57] Compiling ArgumentParser ArgumentSet.swift
[36/57] Compiling ArgumentParser CommandParser.swift
[37/57] Compiling ArgumentParser InputKey.swift
[38/57] Compiling ArgumentParser InputOrigin.swift
[39/57] 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
      for byte in string.utf8 { putc(numericCast(byte), stderr) }
                                                        ^
SwiftGlibc.stderr:1:12: note: var declared here
public var stderr: UnsafeMutablePointer<FILE>!
           ^
[40/57] 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
      for byte in string.utf8 { putc(numericCast(byte), stderr) }
                                                        ^
SwiftGlibc.stderr:1:12: note: var declared here
public var stderr: UnsafeMutablePointer<FILE>!
           ^
[41/57] 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
      for byte in string.utf8 { putc(numericCast(byte), stderr) }
                                                        ^
SwiftGlibc.stderr:1:12: note: var declared here
public var stderr: UnsafeMutablePointer<FILE>!
           ^
[42/57] 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
      for byte in string.utf8 { putc(numericCast(byte), stderr) }
                                                        ^
SwiftGlibc.stderr:1:12: note: var declared here
public var stderr: UnsafeMutablePointer<FILE>!
           ^
[43/57] 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
      for byte in string.utf8 { putc(numericCast(byte), stderr) }
                                                        ^
SwiftGlibc.stderr:1:12: note: var declared here
public var stderr: UnsafeMutablePointer<FILE>!
           ^
[44/57] Compiling ArgumentParser DumpHelpGenerator.swift
[45/57] Compiling ArgumentParser HelpCommand.swift
[46/57] Compiling ArgumentParser HelpGenerator.swift
[47/57] Compiling ArgumentParser MessageInfo.swift
[48/57] Compiling ArgumentParser UsageGenerator.swift
[50/59] Wrapping AST for ArgumentParser for debugging
[52/96] Compiling repeat Repeat.swift
[53/96] Emitting module repeat
[54/96] Compiling generate_manual Container.swift
[55/96] Compiling generate_manual Empty.swift
[56/96] Compiling generate_manual ForEach.swift
[57/96] Compiling generate_manual MDocASTNodeWrapper.swift
[58/100] Emitting module roll
[61/101] Compiling roll SplitMix64.swift
[62/101] Compiling roll main.swift
[63/101] Compiling generate_manual AuthorArgument.swift
[64/101] Compiling generate_manual ArgumentSynopsis.swift
[65/101] Compiling generate_manual Author.swift
[66/101] Compiling generate_manual Authors.swift
[67/102] Emitting module generate_manual
[67/102] Wrapping AST for repeat for debugging
[70/103] Compiling generate_manual MDocBuilder.swift
[71/103] Compiling generate_manual MDocComponent.swift
[72/103] Compiling generate_manual Document.swift
[73/103] Compiling generate_manual DocumentDate.swift
[74/103] Compiling generate_manual Exit.swift
[75/103] Compiling generate_manual List.swift
[76/103] Compiling generate_manual MultiPageDescription.swift
[77/103] Compiling generate_manual Name.swift
[78/103] Compiling ArgumentParserTestHelpers StringHelpers.swift
[79/103] Compiling ArgumentParserTestHelpers TestHelpers.swift
[80/103] Emitting module ArgumentParserTestHelpers
[81/104] Wrapping AST for roll for debugging
[84/105] Compiling generate_manual Synopsis.swift
[85/105] Compiling generate_manual ArgumentParser+MDoc.swift
[86/105] Compiling generate_manual Date+ExpressibleByArgument.swift
[87/105] Compiling generate_manual Process+SimpleAPI.swift
[88/105] Compiling generate_manual GenerateManual.swift
[89/105] Compiling generate_manual MDocASTNode.swift
[90/105] Compiling generate_manual Preamble.swift
[91/105] Compiling generate_manual Section.swift
[92/105] Compiling generate_manual SeeAlso.swift
[93/105] Compiling generate_manual SinglePageDescription.swift
[94/105] Linking repeat
[95/105] Linking roll
[97/105] Compiling math Math.swift
[98/105] Emitting module math
[101/107] Compiling generate_manual MDocMacro.swift
[102/107] Compiling generate_manual MDocSerializationContext.swift
[103/107] Compiling generate_manual String+Escaping.swift
[103/108] Wrapping AST for math for debugging
[106/109] Wrapping AST for generate-manual for debugging
[107/109] Linking math
[108/109] Linking generate-manual
Build complete! (12.70s)
Build complete.
Done.

Build Machine: Linux 2