Build Information
Successful build of SwiftWinMD with Swift 5.10 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/compnerd/swift-winmd.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/compnerd/swift-winmd
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 68323fb WinMD: remove extraneous use of `self.`
Cloned https://github.com/compnerd/swift-winmd.git
Revision (git rev-parse @):
68323fb759277a30b9c554dba7c440594a9e3bfb
SUCCESS checkout https://github.com/compnerd/swift-winmd.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $workDir
https://github.com/compnerd/swift-winmd.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching http://github.com/apple/swift-argument-parser
[1/11435] Fetching swift-argument-parser
Fetched http://github.com/apple/swift-argument-parser from cache (0.69s)
Computing version for http://github.com/apple/swift-argument-parser
Computed http://github.com/apple/swift-argument-parser at 1.0.3 (0.42s)
Creating working copy for http://github.com/apple/swift-argument-parser
Working copy of http://github.com/apple/swift-argument-parser resolved at 1.0.3
Building for debugging...
[0/12] Write sources
[4/12] Compiling CPE shims.c
[5/12] Write swift-version-24593BA9C3E375BF.txt
[7/64] Emitting module WinMD
/host/spi-builder-workspace/Sources/WinMD/Iteration.swift:26:22: warning: generic parameter 'Table' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
internal func list<Table: WinMD.Table>(for column: Int) throws
^
/host/spi-builder-workspace/Sources/WinMD/Iteration.swift:8:22: note: 'Table' previously declared here
public struct Record<Table: WinMD.Table> {
^
[8/71] Compiling WinMD PropertyDef.swift
[9/71] Compiling WinMD PropertyMap.swift
[10/71] Compiling WinMD StandAloneSig.swift
[11/71] Compiling WinMD TypeDef.swift
[12/71] Compiling WinMD TypeRef.swift
[13/71] Compiling WinMD TypeSpec.swift
[14/71] Compiling WinMD TablesStream.swift
[15/71] Emitting module ArgumentParserToolInfo
[16/71] Compiling ArgumentParserToolInfo ToolInfo.swift
[17/72] Wrapping AST for ArgumentParserToolInfo for debugging
[19/106] Compiling ArgumentParser Option.swift
[20/106] Compiling ArgumentParser OptionGroup.swift
[21/106] Compiling ArgumentParser CommandConfiguration.swift
[22/106] Compiling ArgumentParser EnumerableFlag.swift
[23/106] Compiling ArgumentParser ExpressibleByArgument.swift
[24/106] Compiling WinMD DeclSecurity.swift
[25/106] Compiling WinMD EventDef.swift
[26/106] Compiling WinMD PEFile.swift
[27/106] Compiling WinMD StringsHeap.swift
[28/106] Compiling WinMD Table.swift
[29/106] Compiling WinMD Assembly.swift
[30/106] Compiling WinMD AssemblyOS.swift
[31/106] Compiling WinMD AssemblyProcessor.swift
[32/106] Compiling WinMD AssemblyRef.swift
[33/106] Compiling WinMD MethodImpl.swift
[34/106] Compiling WinMD MethodSemantics.swift
[35/106] Compiling WinMD MethodSpec.swift
[36/106] Compiling WinMD Module.swift
[37/106] Compiling WinMD ModuleRef.swift
[38/106] Compiling WinMD NestedClass.swift
[39/106] Compiling WinMD Param.swift
[40/106] Compiling ArgumentParser ArgumentDefinition.swift
[41/106] Compiling ArgumentParser ArgumentSet.swift
[42/106] Compiling ArgumentParser CommandParser.swift
[43/106] Compiling ArgumentParser InputOrigin.swift
[44/106] Compiling ArgumentParser Name.swift
[45/106] Compiling ArgumentParser Parsed.swift
[46/106] Compiling ArgumentParser ParsedValues.swift
[47/106] Compiling ArgumentParser ParserError.swift
[48/106] Compiling ArgumentParser SplitArguments.swift
[49/106] Compiling ArgumentParser DumpHelpGenerator.swift
[50/106] Compiling ArgumentParser HelpCommand.swift
[51/106] Compiling ArgumentParser HelpGenerator.swift
[52/106] Compiling ArgumentParser MessageInfo.swift
[53/106] Compiling ArgumentParser UsageGenerator.swift
[54/106] Compiling ArgumentParser BashCompletionsGenerator.swift
[55/106] Compiling ArgumentParser CompletionsGenerator.swift
[56/106] Compiling ArgumentParser FishCompletionsGenerator.swift
[57/106] Compiling ArgumentParser ZshCompletionsGenerator.swift
[58/106] Compiling ArgumentParser Argument.swift
[59/106] Compiling ArgumentParser ArgumentHelp.swift
[60/106] Compiling ArgumentParser CompletionKind.swift
[61/106] Compiling ArgumentParser Errors.swift
/host/spi-builder-workspace/Sources/WinMD/Iteration.swift:26:22: warning: generic parameter 'Table' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
internal func list<Table: WinMD.Table>(for column: Int) throws
^
/host/spi-builder-workspace/Sources/WinMD/Iteration.swift:8:22: note: 'Table' previously declared here
public struct Record<Table: WinMD.Table> {
^
[62/106] Compiling ArgumentParser Flag.swift
/host/spi-builder-workspace/Sources/WinMD/Iteration.swift:26:22: warning: generic parameter 'Table' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
internal func list<Table: WinMD.Table>(for column: Int) throws
^
/host/spi-builder-workspace/Sources/WinMD/Iteration.swift:8:22: note: 'Table' previously declared here
public struct Record<Table: WinMD.Table> {
^
[63/106] Compiling ArgumentParser NameSpecification.swift
/host/spi-builder-workspace/Sources/WinMD/Iteration.swift:26:22: warning: generic parameter 'Table' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
internal func list<Table: WinMD.Table>(for column: Int) throws
^
/host/spi-builder-workspace/Sources/WinMD/Iteration.swift:8:22: note: 'Table' previously declared here
public struct Record<Table: WinMD.Table> {
^
[64/106] Compiling ArgumentParser ParsableArguments.swift
/host/spi-builder-workspace/Sources/WinMD/Iteration.swift:26:22: warning: generic parameter 'Table' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
internal func list<Table: WinMD.Table>(for column: Int) throws
^
/host/spi-builder-workspace/Sources/WinMD/Iteration.swift:8:22: note: 'Table' previously declared here
public struct Record<Table: WinMD.Table> {
^
[65/106] Compiling ArgumentParser ParsableArgumentsValidation.swift
/host/spi-builder-workspace/Sources/WinMD/Iteration.swift:26:22: warning: generic parameter 'Table' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
internal func list<Table: WinMD.Table>(for column: Int) throws
^
/host/spi-builder-workspace/Sources/WinMD/Iteration.swift:8:22: note: 'Table' previously declared here
public struct Record<Table: WinMD.Table> {
^
[66/106] Compiling ArgumentParser ParsableCommand.swift
/host/spi-builder-workspace/Sources/WinMD/Iteration.swift:26:22: warning: generic parameter 'Table' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
internal func list<Table: WinMD.Table>(for column: Int) throws
^
/host/spi-builder-workspace/Sources/WinMD/Iteration.swift:8:22: note: 'Table' previously declared here
public struct Record<Table: WinMD.Table> {
^
[67/106] Compiling ArgumentParser ArgumentDecoder.swift
/host/spi-builder-workspace/Sources/WinMD/Iteration.swift:26:22: warning: generic parameter 'Table' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
internal func list<Table: WinMD.Table>(for column: Int) throws
^
/host/spi-builder-workspace/Sources/WinMD/Iteration.swift:8:22: note: 'Table' previously declared here
public struct Record<Table: WinMD.Table> {
^
[73/110] Emitting module ArgumentParser
[79/111] Wrapping AST for WinMD for debugging
[86/111] Compiling ArgumentParser CollectionExtensions.swift
[87/111] Compiling ArgumentParser SequenceExtensions.swift
[88/111] Compiling ArgumentParser StringExtensions.swift
[89/111] Compiling ArgumentParser Tree.swift
[108/112] Wrapping AST for ArgumentParser for debugging
[110/115] Compiling winmd_inspect FileURL.swift
[111/115] Compiling winmd_inspect main.swift
[112/115] Emitting module winmd_inspect
[113/116] Wrapping AST for winmd-inspect for debugging
[114/116] Write Objects.LinkFileList
[115/116] Linking winmd-inspect
Build complete! (14.09s)
Build complete.
Done.