Build Information
Successful build of SwiftWinMD, reference main (68323f
), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 04:45:55 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
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 /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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/compnerd/swift-winmd.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/10] Write sources
[1/10] Write winmd-inspect-entitlement.plist
[3/10] Write sources
[5/10] Compiling CPE shims.c
[6/10] Write swift-version-1EA4D86E10B52AF.txt
[8/64] Compiling ArgumentParserToolInfo ToolInfo.swift
[9/64] Emitting module ArgumentParserToolInfo
[10/99] 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
[11/104] Emitting module ArgumentParser
[12/106] Compiling ArgumentParser SplitArguments.swift
[13/106] Compiling ArgumentParser CommandConfiguration.swift
[14/106] Compiling ArgumentParser EnumerableFlag.swift
[15/106] Compiling ArgumentParser ExpressibleByArgument.swift
[16/106] Compiling ArgumentParser ParsableArguments.swift
[17/107] Compiling ArgumentParser ParsableCommand.swift
[18/107] Compiling ArgumentParser ArgumentDecoder.swift
[19/107] Compiling ArgumentParser ArgumentDefinition.swift
[20/107] Compiling ArgumentParser Parsed.swift
[21/107] Compiling ArgumentParser ParsedValues.swift
[22/107] Compiling ArgumentParser ParserError.swift
[23/107] Compiling ArgumentParser ArgumentSet.swift
[24/107] Compiling ArgumentParser CommandParser.swift
[25/107] Compiling ArgumentParser InputOrigin.swift
[26/107] Compiling ArgumentParser Name.swift
[27/107] Compiling ArgumentParser DumpHelpGenerator.swift
[28/107] Compiling ArgumentParser HelpCommand.swift
[29/107] Compiling ArgumentParser HelpGenerator.swift
[30/107] Compiling ArgumentParser Flag.swift
[31/107] Compiling ArgumentParser NameSpecification.swift
[32/107] Compiling ArgumentParser Option.swift
[33/107] Compiling ArgumentParser OptionGroup.swift
[34/107] Compiling WinMD StandAloneSig.swift
[35/107] Compiling WinMD TypeDef.swift
[36/107] Compiling WinMD TypeRef.swift
[37/107] Compiling WinMD TypeSpec.swift
[38/107] Compiling WinMD TablesStream.swift
[43/107] Compiling ArgumentParser SequenceExtensions.swift
[44/107] Compiling ArgumentParser StringExtensions.swift
[45/107] Compiling ArgumentParser Tree.swift
[46/107] Compiling ArgumentParser Argument.swift
[47/107] Compiling ArgumentParser ArgumentHelp.swift
[48/107] Compiling ArgumentParser CompletionKind.swift
[49/107] Compiling ArgumentParser Errors.swift
[58/107] Compiling ArgumentParser ParsableArgumentsValidation.swift
[62/107] Compiling ArgumentParser BashCompletionsGenerator.swift
[63/107] Compiling ArgumentParser CompletionsGenerator.swift
[64/107] Compiling ArgumentParser FishCompletionsGenerator.swift
[65/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
/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
/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
/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
[70/107] Compiling ArgumentParser MessageInfo.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
[71/107] Compiling ArgumentParser UsageGenerator.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
[72/107] Compiling ArgumentParser CollectionExtensions.swift
[78/107] Compiling WinMD CodedIndex.swift
[79/107] Compiling WinMD Compression.swift
[80/107] Compiling WinMD DOSFile.swift
[81/107] Compiling WinMD Database.swift
[82/107] Compiling WinMD Error.swift
[83/107] Compiling WinMD GUIDHeap.swift
[84/107] Compiling WinMD MethodDef.swift
[85/107] Compiling WinMD MethodImpl.swift
[86/107] Compiling WinMD MethodSemantics.swift
[87/107] Compiling WinMD MethodSpec.swift
[88/107] Compiling WinMD Module.swift
[95/107] Compiling WinMD AssemblyRefOS.swift
[96/107] Compiling WinMD AssemblyRefProcessor.swift
[97/107] Compiling WinMD ClassLayout.swift
[105/110] Compiling winmd_inspect FileURL.swift
[106/110] Emitting module winmd_inspect
[107/110] Compiling winmd_inspect main.swift
[107/110] Write Objects.LinkFileList
[108/110] Linking winmd-inspect
[109/110] Applying winmd-inspect
Build complete! (7.17s)
Fetching http://github.com/apple/swift-argument-parser
[1/15380] Fetching swift-argument-parser
Fetched http://github.com/apple/swift-argument-parser from cache (1.73s)
Computing version for http://github.com/apple/swift-argument-parser
Computed http://github.com/apple/swift-argument-parser at 1.0.3 (2.28s)
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
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.