Build Information
Successful build of SwiftWinMD, reference main (68323f
), with Swift 6.2 (beta) for Linux on 20 Jun 2025 04:42:12 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.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: 6.2
Building package at path: $PWD
https://github.com/compnerd/swift-winmd.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching http://github.com/apple/swift-argument-parser
[1/15380] Fetching swift-argument-parser
Fetched http://github.com/apple/swift-argument-parser from cache (0.90s)
Computing version for http://github.com/apple/swift-argument-parser
Computed http://github.com/apple/swift-argument-parser at 1.0.3 (2.41s)
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 the Swift 6 language mode
6 | /// A record, or colloquailly a row, is a singular entity in a table. This is
7 | /// an iterable entity in the record collection of a table.
8 | public struct Record<Table: WinMD.Table> {
| `- note: 'Table' previously declared here
9 | internal let row: Int
10 | internal let columns: [Int]
:
24 |
25 | extension Record {
26 | internal func list<Table: WinMD.Table>(for column: Int) throws
| `- warning: generic parameter 'Table' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
27 | -> TableIterator<Table> {
28 | // Lists are stored as a single index in the current row. This marks the
[8/71] Compiling WinMD GenericParam.swift
[9/71] Compiling WinMD GenericParamConstraint.swift
[10/71] Compiling WinMD ImplMap.swift
[11/71] Compiling WinMD InterfaceImpl.swift
[12/71] Compiling WinMD ManifestResource.swift
[13/71] Compiling WinMD MemberRef.swift
[14/71] Compiling WinMD MethodDef.swift
[15/71] Compiling WinMD EventMap.swift
[16/71] Compiling WinMD ExportedType.swift
[17/71] Compiling WinMD FieldDef.swift
[18/71] Compiling WinMD FieldLayout.swift
[19/71] Compiling WinMD FieldMarshal.swift
[20/71] Compiling WinMD FieldRVA.swift
[21/71] Compiling WinMD File.swift
[22/71] Compiling WinMD PropertyDef.swift
[23/71] Compiling WinMD PropertyMap.swift
[24/71] Compiling WinMD StandAloneSig.swift
[25/71] Compiling WinMD TypeDef.swift
[26/71] Compiling WinMD TypeRef.swift
[27/71] Compiling WinMD TypeSpec.swift
[28/71] Compiling WinMD TablesStream.swift
[29/71] Compiling WinMD ArraySlice+Extensions.swift
[30/71] Compiling WinMD AssemblyVersion.swift
[31/71] Compiling WinMD BlobsHeap.swift
[32/71] Compiling WinMD CIL.swift
[33/71] Compiling WinMD CILFlags.swift
[34/71] Compiling WinMD CILTables.swift
[35/71] Compiling WinMD CodedIndex.swift
[36/71] Compiling ArgumentParserToolInfo ToolInfo.swift
[37/71] Emitting module ArgumentParserToolInfo
[38/72] Wrapping AST for ArgumentParserToolInfo for debugging
[40/106] Emitting module ArgumentParser
[41/110] Compiling ArgumentParser CollectionExtensions.swift
[42/110] Compiling ArgumentParser SequenceExtensions.swift
[43/110] Compiling ArgumentParser StringExtensions.swift
[44/110] Compiling ArgumentParser Tree.swift
[45/110] Compiling ArgumentParser ArgumentSet.swift
[46/110] Compiling ArgumentParser CommandParser.swift
[47/110] Compiling ArgumentParser InputOrigin.swift
[48/110] Compiling ArgumentParser Name.swift
[49/110] Compiling ArgumentParser Parsed.swift
[50/110] Compiling ArgumentParser ParsableArguments.swift
[51/110] Compiling ArgumentParser ParsableArgumentsValidation.swift
[52/110] Compiling ArgumentParser ParsableCommand.swift
[53/110] Compiling ArgumentParser ArgumentDecoder.swift
[54/110] Compiling ArgumentParser ArgumentDefinition.swift
[60/110] Compiling ArgumentParser HelpCommand.swift
[61/110] Compiling ArgumentParser HelpGenerator.swift
[62/110] Compiling ArgumentParser MessageInfo.swift
[63/110] Compiling ArgumentParser UsageGenerator.swift
[66/110] Compiling WinMD MethodSpec.swift
[67/110] Compiling WinMD Module.swift
[68/110] Compiling WinMD ModuleRef.swift
[69/110] Compiling WinMD NestedClass.swift
[70/110] Compiling WinMD Param.swift
[71/110] Compiling ArgumentParser Option.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 the Swift 6 language mode
6 | /// A record, or colloquailly a row, is a singular entity in a table. This is
7 | /// an iterable entity in the record collection of a table.
8 | public struct Record<Table: WinMD.Table> {
| `- note: 'Table' previously declared here
9 | internal let row: Int
10 | internal let columns: [Int]
:
24 |
25 | extension Record {
26 | internal func list<Table: WinMD.Table>(for column: Int) throws
| `- warning: generic parameter 'Table' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
27 | -> TableIterator<Table> {
28 | // Lists are stored as a single index in the current row. This marks the
[72/110] Compiling ArgumentParser OptionGroup.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 the Swift 6 language mode
6 | /// A record, or colloquailly a row, is a singular entity in a table. This is
7 | /// an iterable entity in the record collection of a table.
8 | public struct Record<Table: WinMD.Table> {
| `- note: 'Table' previously declared here
9 | internal let row: Int
10 | internal let columns: [Int]
:
24 |
25 | extension Record {
26 | internal func list<Table: WinMD.Table>(for column: Int) throws
| `- warning: generic parameter 'Table' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
27 | -> TableIterator<Table> {
28 | // Lists are stored as a single index in the current row. This marks the
[73/110] Compiling ArgumentParser CommandConfiguration.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 the Swift 6 language mode
6 | /// A record, or colloquailly a row, is a singular entity in a table. This is
7 | /// an iterable entity in the record collection of a table.
8 | public struct Record<Table: WinMD.Table> {
| `- note: 'Table' previously declared here
9 | internal let row: Int
10 | internal let columns: [Int]
:
24 |
25 | extension Record {
26 | internal func list<Table: WinMD.Table>(for column: Int) throws
| `- warning: generic parameter 'Table' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
27 | -> TableIterator<Table> {
28 | // Lists are stored as a single index in the current row. This marks the
[74/110] Compiling ArgumentParser EnumerableFlag.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 the Swift 6 language mode
6 | /// A record, or colloquailly a row, is a singular entity in a table. This is
7 | /// an iterable entity in the record collection of a table.
8 | public struct Record<Table: WinMD.Table> {
| `- note: 'Table' previously declared here
9 | internal let row: Int
10 | internal let columns: [Int]
:
24 |
25 | extension Record {
26 | internal func list<Table: WinMD.Table>(for column: Int) throws
| `- warning: generic parameter 'Table' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
27 | -> TableIterator<Table> {
28 | // Lists are stored as a single index in the current row. This marks the
[75/110] Compiling ArgumentParser ExpressibleByArgument.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 the Swift 6 language mode
6 | /// A record, or colloquailly a row, is a singular entity in a table. This is
7 | /// an iterable entity in the record collection of a table.
8 | public struct Record<Table: WinMD.Table> {
| `- note: 'Table' previously declared here
9 | internal let row: Int
10 | internal let columns: [Int]
:
24 |
25 | extension Record {
26 | internal func list<Table: WinMD.Table>(for column: Int) throws
| `- warning: generic parameter 'Table' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
27 | -> TableIterator<Table> {
28 | // Lists are stored as a single index in the current row. This marks the
[76/110] Compiling ArgumentParser ArgumentHelp.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 the Swift 6 language mode
6 | /// A record, or colloquailly a row, is a singular entity in a table. This is
7 | /// an iterable entity in the record collection of a table.
8 | public struct Record<Table: WinMD.Table> {
| `- note: 'Table' previously declared here
9 | internal let row: Int
10 | internal let columns: [Int]
:
24 |
25 | extension Record {
26 | internal func list<Table: WinMD.Table>(for column: Int) throws
| `- warning: generic parameter 'Table' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
27 | -> TableIterator<Table> {
28 | // Lists are stored as a single index in the current row. This marks the
[77/110] Compiling ArgumentParser CompletionKind.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 the Swift 6 language mode
6 | /// A record, or colloquailly a row, is a singular entity in a table. This is
7 | /// an iterable entity in the record collection of a table.
8 | public struct Record<Table: WinMD.Table> {
| `- note: 'Table' previously declared here
9 | internal let row: Int
10 | internal let columns: [Int]
:
24 |
25 | extension Record {
26 | internal func list<Table: WinMD.Table>(for column: Int) throws
| `- warning: generic parameter 'Table' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
27 | -> TableIterator<Table> {
28 | // Lists are stored as a single index in the current row. This marks the
[79/111] Compiling ArgumentParser ParsedValues.swift
[80/111] Compiling ArgumentParser ParserError.swift
[81/111] Compiling ArgumentParser SplitArguments.swift
[82/111] Compiling ArgumentParser DumpHelpGenerator.swift
[90/111] Compiling ArgumentParser Errors.swift
[91/111] Compiling ArgumentParser Flag.swift
[92/111] Compiling ArgumentParser NameSpecification.swift
[97/111] Compiling ArgumentParser BashCompletionsGenerator.swift
[98/111] Compiling ArgumentParser CompletionsGenerator.swift
[99/111] Compiling ArgumentParser FishCompletionsGenerator.swift
[100/111] Compiling ArgumentParser ZshCompletionsGenerator.swift
[101/111] Compiling ArgumentParser Argument.swift
[107/115] Wrapping AST for WinMD for debugging
[108/115] Wrapping AST for ArgumentParser for debugging
[110/115] Compiling winmd_inspect FileURL.swift
[111/115] Emitting module winmd_inspect
[112/115] Compiling winmd_inspect main.swift
[113/116] Wrapping AST for winmd-inspect for debugging
[114/116] Write Objects.LinkFileList
[115/116] Linking winmd-inspect
Build complete! (18.01s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "1.1.0"
}
]
},
"type" : "sourceControl",
"url" : "http://github.com/apple/swift-argument-parser"
}
],
"manifest_display_name" : "SwiftWinMD",
"name" : "SwiftWinMD",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "winmd-inspect",
"targets" : [
"winmd-inspect"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "winmd_inspect",
"module_type" : "SwiftTarget",
"name" : "winmd-inspect",
"path" : "Sources/winmd-inspect",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"winmd-inspect"
],
"sources" : [
"FileURL.swift",
"main.swift"
],
"target_dependencies" : [
"WinMD"
],
"type" : "executable"
},
{
"c99name" : "WinMDTests",
"module_type" : "SwiftTarget",
"name" : "WinMDTests",
"path" : "Tests/WinMDTests",
"sources" : [
"CodedIndexTests.swift",
"GUIDHeapTests.swift",
"StringsHeapTests.swift"
],
"target_dependencies" : [
"WinMD"
],
"type" : "test"
},
{
"c99name" : "WinMD",
"module_type" : "SwiftTarget",
"name" : "WinMD",
"path" : "Sources/WinMD",
"product_memberships" : [
"winmd-inspect"
],
"sources" : [
"ArraySlice+Extensions.swift",
"AssemblyVersion.swift",
"BlobsHeap.swift",
"CIL.swift",
"CILFlags.swift",
"CILTables.swift",
"CodedIndex.swift",
"Compression.swift",
"DOSFile.swift",
"Database.swift",
"Error.swift",
"GUIDHeap.swift",
"Index.swift",
"Iteration.swift",
"PEFile.swift",
"StringsHeap.swift",
"Table.swift",
"Tables/Assembly.swift",
"Tables/AssemblyOS.swift",
"Tables/AssemblyProcessor.swift",
"Tables/AssemblyRef.swift",
"Tables/AssemblyRefOS.swift",
"Tables/AssemblyRefProcessor.swift",
"Tables/ClassLayout.swift",
"Tables/Constant.swift",
"Tables/CustomAttribute.swift",
"Tables/DeclSecurity.swift",
"Tables/EventDef.swift",
"Tables/EventMap.swift",
"Tables/ExportedType.swift",
"Tables/FieldDef.swift",
"Tables/FieldLayout.swift",
"Tables/FieldMarshal.swift",
"Tables/FieldRVA.swift",
"Tables/File.swift",
"Tables/GenericParam.swift",
"Tables/GenericParamConstraint.swift",
"Tables/ImplMap.swift",
"Tables/InterfaceImpl.swift",
"Tables/ManifestResource.swift",
"Tables/MemberRef.swift",
"Tables/MethodDef.swift",
"Tables/MethodImpl.swift",
"Tables/MethodSemantics.swift",
"Tables/MethodSpec.swift",
"Tables/Module.swift",
"Tables/ModuleRef.swift",
"Tables/NestedClass.swift",
"Tables/Param.swift",
"Tables/PropertyDef.swift",
"Tables/PropertyMap.swift",
"Tables/StandAloneSig.swift",
"Tables/TypeDef.swift",
"Tables/TypeRef.swift",
"Tables/TypeSpec.swift",
"TablesStream.swift"
],
"target_dependencies" : [
"CPE"
],
"type" : "library"
},
{
"c99name" : "CPE",
"module_type" : "ClangTarget",
"name" : "CPE",
"path" : "Sources/CPE",
"product_memberships" : [
"winmd-inspect"
],
"sources" : [
"shims.c"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.