Build Information
Successful build of SwiftWinMD, reference main (68323f), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 11:13:10 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/compnerd/swift-winmd.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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
Fetching http://github.com/apple/swift-argument-parser
[1/17424] Fetching swift-argument-parser
Fetched http://github.com/apple/swift-argument-parser from cache (1.72s)
Computing version for http://github.com/apple/swift-argument-parser
Computed http://github.com/apple/swift-argument-parser at 1.0.3 (2.39s)
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swift-winmd",
"name": "SwiftWinMD",
"url": "https://github.com/compnerd/swift-winmd.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-winmd",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swift-argument-parser",
"name": "swift-argument-parser",
"url": "http://github.com/apple/swift-argument-parser",
"version": "1.0.3",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-argument-parser",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/compnerd/swift-winmd.git
[1/1689] Fetching swift-winmd
Fetched https://github.com/compnerd/swift-winmd.git from cache (0.85s)
Fetching http://github.com/apple/swift-argument-parser from cache
Fetched http://github.com/apple/swift-argument-parser from cache (0.73s)
Computing version for http://github.com/apple/swift-argument-parser
Computed http://github.com/apple/swift-argument-parser at 1.0.3 (0.81s)
Creating working copy for https://github.com/compnerd/swift-winmd.git
Working copy of https://github.com/compnerd/swift-winmd.git resolved at main (68323fb)
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
Found 1 product dependencies
- swift-argument-parser
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/compnerd/swift-winmd.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/10] Write sources
[2/10] Write winmd-inspect-entitlement.plist
[2/10] Write sources
[5/10] Compiling CPE shims.c
[6/10] Write swift-version--6988338F2F200930.txt
[8/64] Emitting module ArgumentParserToolInfo
[9/64] Compiling ArgumentParserToolInfo ToolInfo.swift
[10/99] Compiling WinMD Constant.swift
[11/99] Compiling WinMD CustomAttribute.swift
[12/99] Compiling WinMD DeclSecurity.swift
[13/99] Compiling WinMD EventDef.swift
[14/99] Compiling WinMD EventMap.swift
[15/99] Compiling WinMD ExportedType.swift
[16/104] Emitting module ArgumentParser
[17/107] Compiling ArgumentParser Argument.swift
[18/107] Compiling ArgumentParser ArgumentHelp.swift
[19/107] Compiling ArgumentParser CompletionKind.swift
[20/107] Compiling ArgumentParser Errors.swift
[21/107] Compiling ArgumentParser DumpHelpGenerator.swift
[22/107] Compiling ArgumentParser Name.swift
[23/107] Compiling ArgumentParser CommandConfiguration.swift
[24/107] Compiling ArgumentParser EnumerableFlag.swift
[25/107] Compiling ArgumentParser ExpressibleByArgument.swift
[26/107] Compiling ArgumentParser ParsableArguments.swift
[27/107] Emitting module WinMD
/Users/admin/builder/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
[28/107] Compiling WinMD AssemblyOS.swift
[29/107] Compiling WinMD AssemblyProcessor.swift
[30/107] Compiling WinMD AssemblyRef.swift
[31/107] Compiling WinMD AssemblyRefOS.swift
[32/107] Compiling WinMD AssemblyRefProcessor.swift
[33/107] Compiling WinMD ClassLayout.swift
[34/107] Compiling ArgumentParser Flag.swift
[35/107] Compiling ArgumentParser NameSpecification.swift
[36/107] Compiling ArgumentParser Option.swift
[37/107] Compiling ArgumentParser OptionGroup.swift
[38/107] Compiling ArgumentParser Parsed.swift
[39/107] Compiling ArgumentParser ParsedValues.swift
[40/107] Compiling ArgumentParser ParserError.swift
[41/107] Compiling ArgumentParser SplitArguments.swift
[42/107] Compiling ArgumentParser HelpCommand.swift
/Users/admin/builder/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
[43/107] Compiling ArgumentParser HelpGenerator.swift
/Users/admin/builder/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
[44/107] Compiling ArgumentParser BashCompletionsGenerator.swift
/Users/admin/builder/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
[45/107] Compiling ArgumentParser CompletionsGenerator.swift
/Users/admin/builder/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
[46/107] Compiling ArgumentParser FishCompletionsGenerator.swift
/Users/admin/builder/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
[47/107] Compiling ArgumentParser ZshCompletionsGenerator.swift
/Users/admin/builder/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
[48/107] Compiling ArgumentParser SequenceExtensions.swift
[49/107] Compiling ArgumentParser StringExtensions.swift
[50/107] Compiling ArgumentParser Tree.swift
[51/107] Compiling WinMD StandAloneSig.swift
[52/107] Compiling WinMD TypeDef.swift
[53/107] Compiling WinMD TypeRef.swift
[54/107] Compiling WinMD TypeSpec.swift
[55/107] Compiling WinMD TablesStream.swift
[64/107] Compiling ArgumentParser ParsableArgumentsValidation.swift
[65/107] Compiling ArgumentParser ParsableCommand.swift
[66/107] Compiling ArgumentParser ArgumentDecoder.swift
[67/107] Compiling ArgumentParser ArgumentDefinition.swift
[68/107] Compiling ArgumentParser MessageInfo.swift
[69/107] Compiling ArgumentParser UsageGenerator.swift
[70/107] Compiling ArgumentParser CollectionExtensions.swift
[71/107] Compiling ArgumentParser ArgumentSet.swift
[72/107] Compiling ArgumentParser CommandParser.swift
[73/107] Compiling ArgumentParser InputOrigin.swift
[83/107] Compiling WinMD MethodSpec.swift
[84/107] Compiling WinMD Module.swift
[105/110] Compiling winmd_inspect main.swift
[106/110] Emitting module winmd_inspect
[107/110] Compiling winmd_inspect FileURL.swift
[107/110] Write Objects.LinkFileList
[108/110] Linking winmd-inspect
[109/110] Applying winmd-inspect
Build complete! (5.73s)
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" : "/Users/admin/builder/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"
}
Done.