Build Information
Successful build of AST, reference main (cad7c2), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 14:10:16 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/AnarchoSystems/AST.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AnarchoSystems/AST
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at cad7c2c associated type changed
Cloned https://github.com/AnarchoSystems/AST.git
Revision (git rev-parse @):
cad7c2c4127a5e79a48991e33db5a787fb2b0506
SUCCESS checkout https://github.com/AnarchoSystems/AST.git at main
Fetching https://github.com/apple/swift-argument-parser.git
[1/17424] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.47s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.3.0 (2.07s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.3.0
========================================
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": "ast",
"name": "AST",
"url": "https://github.com/AnarchoSystems/AST.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AST",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/AnarchoSystems/AST.git
[1/286] Fetching ast
Fetched https://github.com/AnarchoSystems/AST.git from cache (0.69s)
Creating working copy for https://github.com/AnarchoSystems/AST.git
Working copy of https://github.com/AnarchoSystems/AST.git resolved at main (cad7c2c)
warning: '.resolve-product-dependencies': dependency 'ast' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/AnarchoSystems/AST.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
[0/10] Write sources
[2/10] Write MakeTestGrammarSources-tool-entitlement.plist
[4/10] Write sources
[6/10] Write swift-version--6988338F2F200930.txt
[8/27] Emitting module ArgumentParserToolInfo
[9/27] Compiling ArgumentParserToolInfo ToolInfo.swift
[10/65] Emitting module ArgumentParser
[11/69] Compiling ArgumentParser Flag.swift
[12/69] Compiling ArgumentParser NameSpecification.swift
[13/69] Compiling ArgumentParser Option.swift
[14/69] Compiling ArgumentParser OptionGroup.swift
[15/69] Compiling ArgumentParser InputOrigin.swift
[16/69] Compiling ArgumentParser Name.swift
[17/69] Compiling ArgumentParser Parsed.swift
[18/69] Compiling ArgumentParser ParsedValues.swift
[19/69] Compiling ArgumentParser BashCompletionsGenerator.swift
[20/69] Compiling ArgumentParser CompletionsGenerator.swift
[21/69] Compiling ArgumentParser FishCompletionsGenerator.swift
[22/69] Compiling ArgumentParser ZshCompletionsGenerator.swift
[23/69] Compiling ArgumentParser Argument.swift
[24/69] Compiling ArgumentParser ParsableArguments.swift
[25/69] Compiling ArgumentParser ParsableArgumentsValidation.swift
[26/69] Compiling ArgumentParser ParsableCommand.swift
[27/69] Compiling ArgumentParser ArgumentDecoder.swift
[28/69] Compiling ArgumentParser ArgumentDefinition.swift
[29/69] Compiling ArgumentParser ArgumentSet.swift
[30/69] Compiling ArgumentParser CommandParser.swift
[31/69] Compiling ArgumentParser InputKey.swift
[32/69] Compiling ArgumentParser Platform.swift
[33/69] Compiling ArgumentParser SequenceExtensions.swift
[34/69] Compiling ArgumentParser StringExtensions.swift
[35/69] Compiling ArgumentParser Tree.swift
[36/69] Compiling ArgumentParser ParserError.swift
[37/69] Compiling ArgumentParser SplitArguments.swift
[38/70] Compiling AST Stack.swift
[41/70] Compiling AST Sourcegen.swift
[42/70] Compiling AST PropertyWrappers.swift
[43/70] Compiling ArgumentParser DumpHelpGenerator.swift
[44/70] Compiling ArgumentParser HelpCommand.swift
[47/70] Emitting module AST
/Users/admin/builder/spi-builder-workspace/Sources/AST/SymbolProtocol.swift:15:1: warning: extension declares a conformance of imported type 'Character' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
13 | }
14 |
15 | extension Character : Codable {
| |- warning: extension declares a conformance of imported type 'Character' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
16 |
17 | public func encode(to encoder: Encoder) throws {
[48/70] Compiling AST SymbolProtocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/AST/SymbolProtocol.swift:15:1: warning: extension declares a conformance of imported type 'Character' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
13 | }
14 |
15 | extension Character : Codable {
| |- warning: extension declares a conformance of imported type 'Character' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
16 |
17 | public func encode(to encoder: Encoder) throws {
[55/70] Compiling ArgumentParser HelpGenerator.swift
[56/70] Compiling ArgumentParser MessageInfo.swift
[57/70] Compiling ArgumentParser UsageGenerator.swift
[58/70] Compiling ArgumentParser CollectionExtensions.swift
[59/70] Compiling ArgumentParser ArgumentHelp.swift
[60/70] Compiling ArgumentParser ArgumentVisibility.swift
[61/70] Compiling ArgumentParser CompletionKind.swift
[62/70] Compiling ArgumentParser Errors.swift
[63/70] Compiling ArgumentParser AsyncParsableCommand.swift
[64/70] Compiling ArgumentParser CommandConfiguration.swift
[65/70] Compiling ArgumentParser EnumerableFlag.swift
[66/70] Compiling ArgumentParser ExpressibleByArgument.swift
[67/70] Compiling AST Utils.swift
[68/72] Emitting module TestGrammars
[69/72] Compiling TestGrammars TestGrammars.swift
[70/74] Compiling MakeTestGrammarSources MakeTestGrammarSources.swift
[71/74] Emitting module MakeTestGrammarSources
[71/74] Write Objects.LinkFileList
[72/74] Linking MakeTestGrammarSources-tool
[73/74] Applying MakeTestGrammarSources-tool
[1/1] Compiling plugin GenerateTestGrammarSources
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/21] Write sources
[5/21] Write MakeTestGrammarSources-tool-entitlement.plist
[6/21] Write sources
[9/21] Write MakeTestGrammarSources-entitlement.plist
[13/21] Write sources
[14/21] Write swift-version--6988338F2F200930.txt
[16/38] Compiling AST SymbolProtocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/AST/SymbolProtocol.swift:15:1: warning: extension declares a conformance of imported type 'Character' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
13 | }
14 |
15 | extension Character : Codable {
| |- warning: extension declares a conformance of imported type 'Character' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
16 |
17 | public func encode(to encoder: Encoder) throws {
[16/39] Write Objects.LinkFileList
[18/39] Emitting module ArgumentParserToolInfo
[19/39] Compiling ArgumentParserToolInfo ToolInfo.swift
[20/39] Compiling AST Stack.swift
[21/39] Compiling AST Sourcegen.swift
[22/39] Compiling AST Utils.swift
[23/77] Compiling AST PropertyWrappers.swift
[24/77] Compiling ArgumentParser FishCompletionsGenerator.swift
[25/77] Compiling ArgumentParser ZshCompletionsGenerator.swift
[26/77] Compiling ArgumentParser ArgumentVisibility.swift
[27/77] Compiling ArgumentParser CompletionKind.swift
[28/77] Compiling ArgumentParser BashCompletionsGenerator.swift
[29/77] Compiling ArgumentParser CompletionsGenerator.swift
[30/77] Compiling ArgumentParser Argument.swift
[31/77] Compiling ArgumentParser ArgumentHelp.swift
[32/77] Emitting module AST
/Users/admin/builder/spi-builder-workspace/Sources/AST/SymbolProtocol.swift:15:1: warning: extension declares a conformance of imported type 'Character' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
13 | }
14 |
15 | extension Character : Codable {
| |- warning: extension declares a conformance of imported type 'Character' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
16 |
17 | public func encode(to encoder: Encoder) throws {
[33/77] Compiling ArgumentParser Errors.swift
[34/77] Compiling ArgumentParser ArgumentDefinition.swift
[34/77] Linking MakeTestGrammarSources-tool
[35/79] Applying MakeTestGrammarSources-tool
[37/79] Compiling ArgumentParser InputOrigin.swift
[38/79] Compiling ArgumentParser Name.swift
[39/79] Compiling ArgumentParser Parsed.swift
[40/79] Compiling ArgumentParser ParsedValues.swift
[41/83] Emitting module ArgumentParser
[47/83] Emitting module TestGrammars
[48/83] Compiling TestGrammars TestGrammars.swift
[49/83] Compiling ArgumentParser Flag.swift
[50/83] Compiling ArgumentParser NameSpecification.swift
[51/83] Compiling ArgumentParser Option.swift
[52/83] Compiling ArgumentParser OptionGroup.swift
[53/83] Compiling ArgumentParser ParsableArguments.swift
[54/83] Compiling ArgumentParser ParsableArgumentsValidation.swift
[55/83] Compiling ArgumentParser ParsableCommand.swift
[56/83] Compiling ArgumentParser ArgumentDecoder.swift
[57/83] Compiling ArgumentParser AsyncParsableCommand.swift
[58/83] Compiling ArgumentParser CommandConfiguration.swift
[59/83] Compiling ArgumentParser EnumerableFlag.swift
[60/83] Compiling ArgumentParser ExpressibleByArgument.swift
[61/83] Compiling ArgumentParser HelpGenerator.swift
[62/83] Compiling ArgumentParser MessageInfo.swift
[63/83] Compiling ArgumentParser UsageGenerator.swift
[64/83] Compiling ArgumentParser CollectionExtensions.swift
[65/83] Compiling ArgumentParser ParserError.swift
[66/83] Compiling ArgumentParser SplitArguments.swift
[67/83] Compiling ArgumentParser DumpHelpGenerator.swift
[68/83] Compiling ArgumentParser HelpCommand.swift
[74/83] Compiling ArgumentParser ArgumentSet.swift
[75/83] Compiling ArgumentParser CommandParser.swift
[76/83] Compiling ArgumentParser InputKey.swift
[77/83] Compiling ArgumentParser Platform.swift
[78/83] Compiling ArgumentParser SequenceExtensions.swift
[79/83] Compiling ArgumentParser StringExtensions.swift
[80/83] Compiling ArgumentParser Tree.swift
[81/85] Compiling MakeTestGrammarSources MakeTestGrammarSources.swift
[82/85] Emitting module MakeTestGrammarSources
[82/85] Write Objects.LinkFileList
[83/85] Linking MakeTestGrammarSources
[84/85] Applying MakeTestGrammarSources
Build complete! (15.06s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
}
],
"manifest_display_name" : "AST",
"name" : "AST",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "AST",
"targets" : [
"AST"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "MakeTestGrammarSources",
"targets" : [
"MakeTestGrammarSources"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "TestGrammars",
"module_type" : "SwiftTarget",
"name" : "TestGrammars",
"path" : "Sources/TestGrammars",
"product_memberships" : [
"MakeTestGrammarSources"
],
"sources" : [
"TestGrammars.swift"
],
"target_dependencies" : [
"AST"
],
"type" : "library"
},
{
"c99name" : "MakeTestGrammarSources",
"module_type" : "SwiftTarget",
"name" : "MakeTestGrammarSources",
"path" : "Sources/MakeTestGrammarSources",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"MakeTestGrammarSources"
],
"sources" : [
"MakeTestGrammarSources.swift"
],
"target_dependencies" : [
"AST",
"TestGrammars"
],
"type" : "executable"
},
{
"c99name" : "GenerateTestGrammarSources",
"module_type" : "PluginTarget",
"name" : "GenerateTestGrammarSources",
"path" : "Plugins/GenerateTestGrammarSources",
"plugin_capability" : {
"type" : "buildTool"
},
"sources" : [
"Generate.swift"
],
"target_dependencies" : [
"MakeTestGrammarSources"
],
"type" : "plugin"
},
{
"c99name" : "ASTTests",
"module_type" : "SwiftTarget",
"name" : "ASTTests",
"path" : "Tests/ASTTests",
"sources" : [
"ASTTests.swift"
],
"target_dependencies" : [
"AST",
"TestGrammars",
"GenerateTestGrammarSources"
],
"type" : "test"
},
{
"c99name" : "AST",
"module_type" : "SwiftTarget",
"name" : "AST",
"path" : "Sources/AST",
"product_memberships" : [
"AST",
"MakeTestGrammarSources"
],
"sources" : [
"ASTNode.swift",
"Action.swift",
"ClosedGraph.swift",
"Constructor.swift",
"Context.swift",
"Errors.swift",
"Expr.swift",
"Grammar.swift",
"Parser+CLR1.swift",
"Parser.swift",
"PropertyWrappers.swift",
"Sourcegen.swift",
"Stack.swift",
"SymbolProtocol.swift",
"Utils.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.