Build Information
Failed to build swift-peg, reference main (726760
), with Swift 6.1 for Android on 30 May 2025 05:13:43 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/LuizZak/swift-peg.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/LuizZak/swift-peg
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 726760a Updating README.md
Cloned https://github.com/LuizZak/swift-peg.git
Revision (git rev-parse @):
726760a32912a9f498525a586878f03bf40f39b1
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/LuizZak/swift-peg.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/LuizZak/swift-peg.git
https://github.com/LuizZak/swift-peg.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"exact" : [
"600.0.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-syntax.git"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"exact" : [
"1.4.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "console",
"requirement" : {
"exact" : [
"0.14.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/LuizZak/Console.git"
},
{
"identity" : "minidigraph",
"requirement" : {
"exact" : [
"0.8.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/LuizZak/MiniDigraph.git"
},
{
"identity" : "swiftast",
"requirement" : {
"exact" : [
"0.14.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/LuizZak/SwiftAST.git"
}
],
"manifest_display_name" : "swift-peg",
"name" : "swift-peg",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "SwiftPEG",
"targets" : [
"SwiftPEG"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SwiftPEGGenerator",
"targets" : [
"SwiftPEGGenerator"
],
"type" : {
"executable" : null
}
},
{
"name" : "SwiftPEGPlugin",
"targets" : [
"SwiftPEGPlugin"
],
"type" : {
"plugin" : null
}
},
{
"name" : "SwiftPEGSample",
"targets" : [
"SwiftPEGSample"
],
"type" : {
"executable" : null
}
},
{
"name" : "SwiftPEGMacros",
"targets" : [
"SwiftPEGMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "SwiftPEGTests",
"module_type" : "SwiftTarget",
"name" : "SwiftPEGTests",
"path" : "Tests/SwiftPEGTests",
"product_dependencies" : [
"Console"
],
"sources" : [
"CodeGen+Swift/CodeStringBufferTests.swift",
"CodeGen+Swift/SwiftCodeGen+TokenTests.swift",
"CodeGen+Swift/SwiftCodeGenTests.swift",
"FixtureTests/ConsoleString_Interpolation+Tests.swift",
"FixtureTests/FixtureDiffingTest.swift",
"FixtureTests/FixtureTest.swift",
"FixtureTests/FixtureTestRunner+Collect.swift",
"FixtureTests/FixtureTestRunner+Run.swift",
"FixtureTests/FixtureTestRunner.swift",
"FixtureTests/FixtureTestRunnerLogger.swift",
"FixtureTests/FixtureTests.swift",
"FixtureTests/LineDiagnosticTarget.swift",
"Grammar/CommonAbstract+TokenAltTests.swift",
"Grammar/CommonAbstract+TokenAtomTests.swift",
"Grammar/CommonAbstract+TokenExclusionTests.swift",
"Grammar/CommonAbstract+TokenItemTests.swift",
"Grammar/CommonAbstract+TokenSyntaxTests.swift",
"Grammar/GrammarParserTests.swift",
"Grammar/GrammarRawTokenizerTests.swift",
"Grammar/SwiftPEGGrammar+StringTests.swift",
"GrammarProcessor/AltReducerTests.swift",
"GrammarProcessor/GrammarProcessor+AltOrderingTests.swift",
"GrammarProcessor/GrammarProcessor+ReachabilityTests.swift",
"GrammarProcessor/GrammarProcessor+RecursivityTests.swift",
"GrammarProcessor/GrammarProcessor+TokenSyntaxTests.swift",
"GrammarProcessor/GrammarProcessorTests.swift",
"GrammarProcessor/InternalGrammarTests.swift",
"Interpreter/GrammarInterpreterTests.swift",
"Interpreter/TokenSyntaxInterpreter+RegexTests.swift",
"Interpreter/TokenSyntaxInterpreter+TokenDelegateTests.swift",
"Interpreter/TokenSyntaxInterpreterTests.swift",
"MetaPropertyManagerTests.swift",
"PEGParserTests+LargeGrammars.swift",
"PEGParserTests+LargeGrammars2.swift",
"PEGParserTests.swift",
"StringStreamTests.swift",
"Stubs/TestGrammarProcessorDelegate.swift",
"Stubs/TestGrammarTokenizer.swift",
"Stubs/TestInterpreterDelegate.swift",
"Stubs/TestRawTokenizer.swift",
"Stubs/TestTokenizer.swift",
"SyntaxNodeLayout/SyntaxNodeLayoutGenTests.swift",
"TestGrammarParser.swift",
"TestSupport/CommonAbstract+Ext.swift",
"TestSupport/Factories.swift",
"TestSupport/GrammarParserToken+Ext.swift",
"TestSupport/GrammarProcessor+Tests.swift",
"TestSupport/InternalGrammar+Ext.swift",
"TestSupport/Stopwatch.swift",
"TestSupport/StringDiffTesting+Tests.swift",
"TestSupport/StringDiffTesting.swift",
"TestSupport/StringMatcher.swift",
"TestSupport/SwiftPEGGrammar+Ext.swift",
"TestSupport/TestSupport.swift",
"TestSupport/URL+Ext.swift",
"TokenizerTests+MarkRestore.swift",
"TokenizerTests.swift",
"Utils/Collection+ExtTests.swift",
"Utils/String+ExtTests.swift"
],
"target_dependencies" : [
"SwiftPEG"
],
"type" : "test"
},
{
"c99name" : "SwiftPEGSample",
"module_type" : "SwiftTarget",
"name" : "SwiftPEGSample",
"path" : "Sources/SwiftPEGSample",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"SwiftPEGSample"
],
"sources" : [
"Common/ArrayRawTokenizer.swift",
"Common/FileHandle+Ext.swift",
"Common/Stopwatch.swift",
"GrammarParsingSample.swift",
"PerformanceTest.swift",
"SwiftPEGSample.swift"
],
"target_dependencies" : [
"SwiftPEGMacros",
"SwiftPEG"
],
"type" : "executable"
},
{
"c99name" : "SwiftPEGPlugin",
"module_type" : "PluginTarget",
"name" : "SwiftPEGPlugin",
"path" : "Plugins/SwiftPEGPlugin",
"plugin_capability" : {
"intent" : {
"description" : "Generate parser or token type file in target where .gram/.tokens file is present",
"type" : "custom",
"verb" : "generate-parser"
},
"permissions" : [
{
"network_scope" : {
"none" : {
}
},
"reason" : "Save generated parser or token type code",
"type" : "writeToPackageDirectory"
}
],
"type" : "command"
},
"product_memberships" : [
"SwiftPEGPlugin"
],
"sources" : [
"GenerateParserPlugin.swift"
],
"target_dependencies" : [
"SwiftPEGGenerator"
],
"type" : "plugin"
},
{
"c99name" : "SwiftPEGMacrosTests",
"module_type" : "SwiftTarget",
"name" : "SwiftPEGMacrosTests",
"path" : "Tests/SwiftPEGMacrosTests",
"sources" : [
"EnumAsGetterGeneratorTests.swift",
"EnumIsCaseGeneratorTests.swift",
"NodeTypeMacroTests.swift",
"ParserMemoizeLeftRecursiveMacroTests.swift",
"ParserMemoizeMacroTests.swift"
],
"target_dependencies" : [
"SwiftPEG",
"SwiftPEGMacros"
],
"type" : "test"
},
{
"c99name" : "SwiftPEGMacros",
"module_type" : "SwiftTarget",
"name" : "SwiftPEGMacros",
"path" : "Sources/SwiftPEGMacros",
"product_dependencies" : [
"SwiftDiagnostics",
"SwiftSyntax",
"SwiftSyntaxBuilder",
"SwiftParser",
"SwiftSyntaxMacros",
"SwiftSyntaxMacrosTestSupport",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"SwiftPEG",
"SwiftPEGGenerator",
"SwiftPEGPlugin",
"SwiftPEGSample",
"SwiftPEGMacros"
],
"sources" : [
"EnumAsGetterGenerator.swift",
"EnumIsCaseGenerator.swift",
"MacroArgument.swift",
"MacroArgumentParser.swift",
"MacroError.swift",
"NodeTypeMacro.swift",
"ParserMemoizeLeftRecursiveMacro.swift",
"ParserMemoizeMacro.swift",
"Plugin.swift",
"SwiftSyntax/DeclGroupSyntax+Ext.swift",
"SwiftSyntax/FunctionParameterListSyntax+Ext.swift",
"SwiftSyntax/IdentifierTypeSyntax+Ext.swift",
"SwiftSyntax/LabeledExprListSyntax+Ext.swift",
"SwiftSyntax/PatternBindingListSyntax+Ext.swift",
"SwiftSyntax/SwiftSyntax+Ext.swift",
"Utils/String+Ext.swift"
],
"type" : "macro"
},
{
"c99name" : "SwiftPEGGenerator",
"module_type" : "SwiftTarget",
"name" : "SwiftPEGGenerator",
"path" : "Sources/SwiftPEGGenerator",
"product_dependencies" : [
"ArgumentParser",
"Console"
],
"product_memberships" : [
"SwiftPEGGenerator",
"SwiftPEGPlugin"
],
"sources" : [
"Commands/Generate.swift",
"Commands/GenerateTokenLayout.swift",
"Commands/GenerateTokenType.swift",
"Commands/Validate.swift",
"Common/CommonOptions.swift",
"Common/Console+Ext.swift",
"Common/GrammarLoader.swift",
"SwiftPEGGenerator.swift"
],
"target_dependencies" : [
"SwiftPEG"
],
"type" : "executable"
},
{
"c99name" : "SwiftPEG",
"module_type" : "SwiftTarget",
"name" : "SwiftPEG",
"path" : "Sources/SwiftPEG",
"product_dependencies" : [
"MiniDigraph",
"SwiftAST"
],
"product_memberships" : [
"SwiftPEG",
"SwiftPEGGenerator",
"SwiftPEGPlugin",
"SwiftPEGSample"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/SwiftPEG/Grammar/metagrammar.gram",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SwiftPEG/Grammar/metagrammar.tokens",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"BindingEngine.swift",
"CodeGen+Swift/CodeStringBuffer.swift",
"CodeGen+Swift/DeclarationsContext.swift",
"CodeGen+Swift/SwiftASTEmitter+Expression.swift",
"CodeGen+Swift/SwiftASTEmitter+Statement.swift",
"CodeGen+Swift/SwiftASTEmitter+SwiftType.swift",
"CodeGen+Swift/SwiftASTEmitter.swift",
"CodeGen+Swift/SwiftCodeGen+Common.swift",
"CodeGen+Swift/SwiftCodeGen+Parser.swift",
"CodeGen+Swift/SwiftCodeGen+ProducerProtocol.swift",
"CodeGen+Swift/SwiftCodeGen+Repetitions.swift",
"CodeGen+Swift/SwiftCodeGen+SwiftAST.swift",
"CodeGen+Swift/SwiftCodeGen+Token.swift",
"CodeGen+Swift/SwiftCodeGen.swift",
"Error.swift",
"FileSourceLocation.swift",
"Grammar/CommonAbstract.swift",
"Grammar/GrammarParser.swift",
"Grammar/GrammarParserToken.swift",
"Grammar/GrammarRawTokenizer.swift",
"Grammar/Node.swift",
"Grammar/NodeVisitorType.swift",
"Grammar/NodeWalker.swift",
"Grammar/PrintingNodeVisitor.swift",
"Grammar/SwiftPEGGrammar+String.swift",
"Grammar/SwiftPEGGrammar+TokenSequence.swift",
"Grammar/SwiftPEGGrammar.swift",
"Grammar/TokenNode.swift",
"GrammarProcessor/AltReducer.swift",
"GrammarProcessor/GrammarProcessor+AltOrdering.swift",
"GrammarProcessor/GrammarProcessor+Reachability.swift",
"GrammarProcessor/GrammarProcessor+Recursivity.swift",
"GrammarProcessor/GrammarProcessor+TokenSyntax.swift",
"GrammarProcessor/GrammarProcessor.swift",
"GrammarProcessor/InternalGrammar.swift",
"GrammarProcessor/ProcessedGrammar.swift",
"Graphing/IntDirectedGraph.swift",
"Graphing/InternalCachingGraph.swift",
"Graphing/RuleDependencyGraph.swift",
"Graphing/StringDirectedGraph.swift",
"Graphing/TokenOcclusionGraph.swift",
"InternalMacros.swift",
"Interpreter/GrammarInterpreter.swift",
"Interpreter/InterpreterCache.swift",
"Interpreter/TokenSyntaxInterpreter+Regex.swift",
"Interpreter/TokenSyntaxInterpreter+TokenDelegate.swift",
"Interpreter/TokenSyntaxInterpreter.swift",
"Macros.swift",
"MetaPropertyManager.swift",
"PEGParser+Tuple.swift",
"PEGParser.swift",
"ParserCache.swift",
"RawTokenType.swift",
"RawTokenizerType.swift",
"Resources.swift",
"StringStream+CodeGen.swift",
"StringStream.swift",
"Syntax/StringEscaping.swift",
"Syntax/SwiftKeywords.swift",
"Syntax/SwiftSyntaxExt.swift",
"SyntaxNodeLayout/SyntaxNodeLayout.swift",
"SyntaxNodeLayout/SyntaxNodeLayoutGen.swift",
"Tokenizer.swift",
"Utils/Collection+Ext.swift",
"Utils/String+Ext.swift"
],
"target_dependencies" : [
"SwiftPEGMacros"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/LuizZak/Console.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/LuizZak/SwiftAST.git
Fetching https://github.com/LuizZak/MiniDigraph.git
[1/244] Fetching minidigraph
[245/596] Fetching minidigraph, console
[471/1575] Fetching minidigraph, console, swiftast
Fetched https://github.com/LuizZak/MiniDigraph.git from cache (0.38s)
Fetched https://github.com/LuizZak/SwiftAST.git from cache (0.39s)
[227/15738] Fetching console, swift-argument-parser
[15613/86190] Fetching console, swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.85s)
[2340/70804] Fetching console, swift-syntax
Fetched https://github.com/LuizZak/Console.git from cache (4.96s)
Fetched https://github.com/apple/swift-syntax.git from cache (5.02s)
Computing version for https://github.com/LuizZak/SwiftAST.git
Computed https://github.com/LuizZak/SwiftAST.git at 0.14.0 (5.54s)
Fetching https://github.com/LuizZak/MiniLexer.git
Fetching https://github.com/LuizZak/MiniGraphviz.git
[1/41] Fetching minigraphviz
[42/821] Fetching minigraphviz, minilexer
Fetched https://github.com/LuizZak/MiniLexer.git from cache (0.24s)
Fetched https://github.com/LuizZak/MiniGraphviz.git from cache (0.24s)
Computing version for https://github.com/LuizZak/MiniDigraph.git
Computed https://github.com/LuizZak/MiniDigraph.git at 0.8.0 (0.75s)
Computing version for https://github.com/LuizZak/Console.git
Computed https://github.com/LuizZak/Console.git at 0.14.1 (1.94s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.4.0 (0.55s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 600.0.0 (0.70s)
Computing version for https://github.com/LuizZak/MiniGraphviz.git
Computed https://github.com/LuizZak/MiniGraphviz.git at 0.1.0 (0.68s)
Computing version for https://github.com/LuizZak/MiniLexer.git
Computed https://github.com/LuizZak/MiniLexer.git at 0.10.0 (1.25s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 600.0.0
Creating working copy for https://github.com/LuizZak/MiniLexer.git
Working copy of https://github.com/LuizZak/MiniLexer.git resolved at 0.10.0
Creating working copy for https://github.com/LuizZak/SwiftAST.git
Working copy of https://github.com/LuizZak/SwiftAST.git resolved at 0.14.0
Creating working copy for https://github.com/LuizZak/MiniGraphviz.git
Working copy of https://github.com/LuizZak/MiniGraphviz.git resolved at 0.1.0
Creating working copy for https://github.com/LuizZak/Console.git
Working copy of https://github.com/LuizZak/Console.git resolved at 0.14.1
Creating working copy for https://github.com/LuizZak/MiniDigraph.git
Working copy of https://github.com/LuizZak/MiniDigraph.git resolved at 0.8.0
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.4.0
[1/1] Compiling plugin SwiftPEGPlugin
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/92] Write sources
[2/92] Copying metagrammar.tokens
[2/92] Copying metagrammar.gram
[2/92] Write sources
[2/92] Copying metagrammar.tokens
[2/92] Copying metagrammar.gram
[2/92] Write sources
[43/92] Compiling _SwiftSyntaxCShims dummy.c
[44/92] Write swift-version-24593BA9C3E375BF.txt
[46/125] Emitting module _SwiftSyntaxGenericTestSupport
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[47/130] Emitting module SwiftSyntax509
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[48/133] Compiling MiniLexer TokenProtocol.swift
[49/134] Emitting module SwiftSyntax600
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[50/134] Compiling SwiftSyntax600 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[51/135] Compiling Console LinuxSupport.swift
[52/136] Emitting module ArgumentParserToolInfo
[53/136] Compiling ArgumentParserToolInfo ToolInfo.swift
[54/136] Compiling SwiftSyntax509 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[55/138] Compiling _SwiftSyntaxGenericTestSupport AssertEqualWithDiff.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[56/138] Compiling _SwiftSyntaxGenericTestSupport String+TrimmingTrailingWhitespace.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[58/139] Compiling MiniLexer Lexer+Consume.swift
[59/139] Compiling MiniLexer Lexer+AdvancedParsing.swift
[60/139] Compiling MiniLexer Lexer.swift
[61/139] Emitting module SwiftSyntax510
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[62/139] Compiling SwiftSyntax510 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[67/140] Compiling Console ConsoleOutputStream.swift
[68/140] Compiling Console ConsoleString.swift
[69/219] Compiling MiniDigraph DirectedGraphRecordingVisitElement.swift
[70/220] Compiling MiniDigraph DirectedGraphVisitElementType.swift
[71/220] Compiling MiniLexer TokenizerLexer.swift
[72/220] Compiling ArgumentParser Errors.swift
[73/220] Compiling ArgumentParser Flag.swift
[74/220] Compiling MiniDigraph DirectedGraphVisitElement.swift
[75/220] Compiling ArgumentParser ArgumentVisibility.swift
[76/220] Compiling ArgumentParser CompletionKind.swift
[77/220] Emitting module ArgumentParser
[78/225] Compiling ArgumentParser Argument.swift
[79/225] Compiling ArgumentParser ArgumentHelp.swift
[80/225] Emitting module MiniDigraph
[81/225] Compiling ArgumentParser BashCompletionsGenerator.swift
[82/225] Compiling ArgumentParser CompletionsGenerator.swift
[83/225] Compiling ArgumentParser FishCompletionsGenerator.swift
[84/225] Compiling ArgumentParser ZshCompletionsGenerator.swift
[85/226] Compiling MiniLexer GrammarRules+Operators.swift
[86/226] Emitting module MiniLexer
[87/226] Compiling MiniLexer GrammarRules.swift
[88/226] Compiling MiniLexer Lexer+Advance.swift
[93/227] Compiling ArgumentParser NameSpecification.swift
[94/227] Compiling ArgumentParser Option.swift
[97/227] Compiling Console FileHandle+Ext.swift
[107/227] Emitting module Console
[114/228] Wrapping AST for _SwiftSyntaxGenericTestSupport for debugging
[115/228] Wrapping AST for SwiftSyntax600 for debugging
[116/292] Wrapping AST for SwiftSyntax510 for debugging
[117/292] Wrapping AST for SwiftSyntax509 for debugging
[119/292] Compiling SwiftSyntax Assert.swift
[120/292] Compiling SwiftSyntax BumpPtrAllocator.swift
[121/292] Compiling SwiftSyntax CommonAncestor.swift
[122/292] Compiling SwiftSyntax Convenience.swift
[123/292] Compiling SwiftSyntax CustomTraits.swift
[124/292] Emitting module Console
[125/293] Compiling SwiftSyntax Utils.swift
[126/293] Compiling SwiftSyntax ChildNameForKeyPath.swift
[127/293] Compiling SwiftSyntax Keyword.swift
[128/293] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[129/293] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[129/293] Wrapping AST for MiniLexer for debugging
[130/293] Wrapping AST for MiniDigraph for debugging
[131/293] Wrapping AST for ArgumentParserToolInfo for debugging
[132/293] Wrapping AST for Console for debugging
[134/293] Compiling SwiftSyntax Syntax.swift
[135/293] Compiling SwiftSyntax SyntaxArena.swift
[136/293] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[137/293] Compiling SwiftSyntax SyntaxChildren.swift
[138/293] Compiling SwiftSyntax SyntaxCollection.swift
[139/293] Compiling SwiftSyntax SyntaxHashable.swift
[140/293] Compiling SwiftSyntax SyntaxIdentifier.swift
[141/293] Compiling SwiftSyntax AbsolutePosition.swift
[142/293] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[143/293] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[144/293] Compiling Console LinuxSupport.swift
[145/293] Compiling SwiftSyntax SourceEdit.swift
[146/293] Compiling SwiftSyntax SourceLength.swift
[147/293] Compiling ArgumentParserToolInfo ToolInfo.swift
[148/293] Emitting module ArgumentParserToolInfo
[149/293] Compiling MiniLexer Lexer+AdvancedParsing.swift
[150/295] Compiling MiniLexer Lexer.swift
[151/295] Compiling MiniLexer TokenProtocol.swift
[152/295] Compiling SwiftSyntax RawSyntax.swift
[153/295] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[154/296] Compiling SwiftSyntax SourceLocation.swift
[155/296] Compiling SwiftSyntax SourcePresence.swift
[156/296] Emitting module MiniDigraph
[157/296] Compiling SwiftSyntax MemoryLayout.swift
[158/296] Compiling SwiftSyntax MissingNodeInitializers.swift
[159/296] Compiling MiniLexer Lexer+Consume.swift
[160/296] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[161/296] Compiling SwiftSyntax RawSyntaxTokenView.swift
[164/296] Compiling MiniDigraph DirectedGraphVisitElement.swift
[165/296] Compiling MiniDigraph DirectedGraphRecordingVisitElement.swift
[166/296] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[167/296] Compiling SwiftSyntax TokenDiagnostic.swift
[168/296] Compiling SwiftSyntax TokenSequence.swift
[169/296] Compiling SwiftSyntax TokenSyntax.swift
[170/296] Compiling SwiftSyntax Trivia.swift
[171/296] Compiling SwiftSyntax Identifier.swift
[172/296] Compiling SwiftSyntax SyntaxNodeFactory.swift
[173/296] Compiling SwiftSyntax SyntaxNodeStructure.swift
[174/296] Compiling SwiftSyntax SyntaxProtocol.swift
[175/296] Compiling SwiftSyntax SyntaxText.swift
[176/297] Emitting module MiniLexer
[179/297] Compiling MiniDigraph DirectedGraphVisitElementType.swift
[180/298] Wrapping AST for ArgumentParserToolInfo for debugging
[182/298] Compiling MiniLexer TokenizerLexer.swift
[182/299] Wrapping AST for ArgumentParser for debugging
[183/320] Wrapping AST for MiniDigraph for debugging
[185/335] Emitting module ArgumentParser
[186/340] Compiling ArgumentParser CollectionExtensions.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:46:26: error: cannot find 'getenv' in scope
44 | #else
45 | // FIXME: This retrieves the user's preferred shell, not necessarily the one currently in use.
46 | guard let shellVar = getenv("SHELL") else { return nil }
| `- error: cannot find 'getenv' in scope
47 | let shellParts = String(cString: shellVar).split(separator: "/")
48 | return shellParts.last.map(String.init)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:66:5: error: cannot find 'EXIT_SUCCESS' in scope
64 | /// The code for successful exit.
65 | static var exitCodeSuccess: Int32 {
66 | EXIT_SUCCESS
| `- error: cannot find 'EXIT_SUCCESS' in scope
67 | }
68 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:71:5: error: cannot find 'EXIT_FAILURE' in scope
69 | /// The code for exit with a general failure.
70 | static var exitCodeFailure: Int32 {
71 | EXIT_FAILURE
| `- error: cannot find 'EXIT_FAILURE' in scope
72 | }
73 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:81:12: error: cannot find 'EX_USAGE' in scope
79 | return EXIT_FAILURE
80 | #else
81 | return EX_USAGE
| `- error: cannot find 'EX_USAGE' in scope
82 | #endif
83 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:111:33: error: cannot find 'putc' in scope
109 | struct StandardError: TextOutputStream {
110 | mutating func write(_ string: String) {
111 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'putc' in scope
112 | }
113 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:111:57: error: cannot find 'stderr' in scope
109 | struct StandardError: TextOutputStream {
110 | mutating func write(_ string: String) {
111 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'stderr' in scope
112 | }
113 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:111:38: error: generic parameter 'U' could not be inferred
109 | struct StandardError: TextOutputStream {
110 | mutating func write(_ string: String) {
111 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: generic parameter 'U' could not be inferred
112 | }
113 | }
Swift.numericCast:1:24: note: in call to function 'numericCast'
1 | @inlinable public func numericCast<T, U>(_ x: T) -> U where T : BinaryInteger, U : BinaryInteger
| `- note: in call to function 'numericCast'
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:167:23: error: cannot find 'getenv' in scope
165 |
166 | #if !os(Windows) && !os(WASI)
167 | if let colsCStr = getenv("COLUMNS"), let colsVal = Int(String(cString: colsCStr)) {
| `- error: cannot find 'getenv' in scope
168 | width = colsVal
169 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:170:24: error: cannot find 'getenv' in scope
168 | width = colsVal
169 | }
170 | if let linesCStr = getenv("LINES"), let linesVal = Int(String(cString: linesCStr)) {
| `- error: cannot find 'getenv' in scope
171 | height = linesVal
172 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:194:13: error: cannot find 'winsize' in scope
192 | height: Int(csbi.srWindow.Bottom - csbi.srWindow.Top) + 1)
193 | #else
194 | var w = winsize()
| `- error: cannot find 'winsize' in scope
195 |
196 | #if os(OpenBSD)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:203:15: error: cannot find 'ioctl' in scope
201 | let err = ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &w)
202 | #else
203 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'ioctl' in scope
204 | #endif
205 | guard err == 0 else { return (width: nil, height: nil) }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:203:21: error: cannot find 'STDOUT_FILENO' in scope
201 | let err = ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &w)
202 | #else
203 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'STDOUT_FILENO' in scope
204 | #endif
205 | guard err == 0 else { return (width: nil, height: nil) }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:203:36: error: cannot find 'TIOCGWINSZ' in scope
201 | let err = ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &w)
202 | #else
203 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'TIOCGWINSZ' in scope
204 | #endif
205 | guard err == 0 else { return (width: nil, height: nil) }
[187/340] Compiling ArgumentParser Platform.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:46:26: error: cannot find 'getenv' in scope
44 | #else
45 | // FIXME: This retrieves the user's preferred shell, not necessarily the one currently in use.
46 | guard let shellVar = getenv("SHELL") else { return nil }
| `- error: cannot find 'getenv' in scope
47 | let shellParts = String(cString: shellVar).split(separator: "/")
48 | return shellParts.last.map(String.init)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:66:5: error: cannot find 'EXIT_SUCCESS' in scope
64 | /// The code for successful exit.
65 | static var exitCodeSuccess: Int32 {
66 | EXIT_SUCCESS
| `- error: cannot find 'EXIT_SUCCESS' in scope
67 | }
68 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:71:5: error: cannot find 'EXIT_FAILURE' in scope
69 | /// The code for exit with a general failure.
70 | static var exitCodeFailure: Int32 {
71 | EXIT_FAILURE
| `- error: cannot find 'EXIT_FAILURE' in scope
72 | }
73 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:81:12: error: cannot find 'EX_USAGE' in scope
79 | return EXIT_FAILURE
80 | #else
81 | return EX_USAGE
| `- error: cannot find 'EX_USAGE' in scope
82 | #endif
83 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:111:33: error: cannot find 'putc' in scope
109 | struct StandardError: TextOutputStream {
110 | mutating func write(_ string: String) {
111 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'putc' in scope
112 | }
113 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:111:57: error: cannot find 'stderr' in scope
109 | struct StandardError: TextOutputStream {
110 | mutating func write(_ string: String) {
111 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'stderr' in scope
112 | }
113 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:111:38: error: generic parameter 'U' could not be inferred
109 | struct StandardError: TextOutputStream {
110 | mutating func write(_ string: String) {
111 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: generic parameter 'U' could not be inferred
112 | }
113 | }
Swift.numericCast:1:24: note: in call to function 'numericCast'
1 | @inlinable public func numericCast<T, U>(_ x: T) -> U where T : BinaryInteger, U : BinaryInteger
| `- note: in call to function 'numericCast'
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:167:23: error: cannot find 'getenv' in scope
165 |
166 | #if !os(Windows) && !os(WASI)
167 | if let colsCStr = getenv("COLUMNS"), let colsVal = Int(String(cString: colsCStr)) {
| `- error: cannot find 'getenv' in scope
168 | width = colsVal
169 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:170:24: error: cannot find 'getenv' in scope
168 | width = colsVal
169 | }
170 | if let linesCStr = getenv("LINES"), let linesVal = Int(String(cString: linesCStr)) {
| `- error: cannot find 'getenv' in scope
171 | height = linesVal
172 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:194:13: error: cannot find 'winsize' in scope
192 | height: Int(csbi.srWindow.Bottom - csbi.srWindow.Top) + 1)
193 | #else
194 | var w = winsize()
| `- error: cannot find 'winsize' in scope
195 |
196 | #if os(OpenBSD)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:203:15: error: cannot find 'ioctl' in scope
201 | let err = ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &w)
202 | #else
203 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'ioctl' in scope
204 | #endif
205 | guard err == 0 else { return (width: nil, height: nil) }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:203:21: error: cannot find 'STDOUT_FILENO' in scope
201 | let err = ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &w)
202 | #else
203 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'STDOUT_FILENO' in scope
204 | #endif
205 | guard err == 0 else { return (width: nil, height: nil) }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:203:36: error: cannot find 'TIOCGWINSZ' in scope
201 | let err = ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &w)
202 | #else
203 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'TIOCGWINSZ' in scope
204 | #endif
205 | guard err == 0 else { return (width: nil, height: nil) }
[188/340] Compiling ArgumentParser SequenceExtensions.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:46:26: error: cannot find 'getenv' in scope
44 | #else
45 | // FIXME: This retrieves the user's preferred shell, not necessarily the one currently in use.
46 | guard let shellVar = getenv("SHELL") else { return nil }
| `- error: cannot find 'getenv' in scope
47 | let shellParts = String(cString: shellVar).split(separator: "/")
48 | return shellParts.last.map(String.init)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:66:5: error: cannot find 'EXIT_SUCCESS' in scope
64 | /// The code for successful exit.
65 | static var exitCodeSuccess: Int32 {
66 | EXIT_SUCCESS
| `- error: cannot find 'EXIT_SUCCESS' in scope
67 | }
68 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:71:5: error: cannot find 'EXIT_FAILURE' in scope
69 | /// The code for exit with a general failure.
70 | static var exitCodeFailure: Int32 {
71 | EXIT_FAILURE
| `- error: cannot find 'EXIT_FAILURE' in scope
72 | }
73 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:81:12: error: cannot find 'EX_USAGE' in scope
79 | return EXIT_FAILURE
80 | #else
81 | return EX_USAGE
| `- error: cannot find 'EX_USAGE' in scope
82 | #endif
83 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:111:33: error: cannot find 'putc' in scope
109 | struct StandardError: TextOutputStream {
110 | mutating func write(_ string: String) {
111 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'putc' in scope
112 | }
113 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:111:57: error: cannot find 'stderr' in scope
109 | struct StandardError: TextOutputStream {
110 | mutating func write(_ string: String) {
111 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'stderr' in scope
112 | }
113 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:111:38: error: generic parameter 'U' could not be inferred
109 | struct StandardError: TextOutputStream {
110 | mutating func write(_ string: String) {
111 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: generic parameter 'U' could not be inferred
112 | }
113 | }
Swift.numericCast:1:24: note: in call to function 'numericCast'
1 | @inlinable public func numericCast<T, U>(_ x: T) -> U where T : BinaryInteger, U : BinaryInteger
| `- note: in call to function 'numericCast'
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:167:23: error: cannot find 'getenv' in scope
165 |
166 | #if !os(Windows) && !os(WASI)
167 | if let colsCStr = getenv("COLUMNS"), let colsVal = Int(String(cString: colsCStr)) {
| `- error: cannot find 'getenv' in scope
168 | width = colsVal
169 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:170:24: error: cannot find 'getenv' in scope
168 | width = colsVal
169 | }
170 | if let linesCStr = getenv("LINES"), let linesVal = Int(String(cString: linesCStr)) {
| `- error: cannot find 'getenv' in scope
171 | height = linesVal
172 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:194:13: error: cannot find 'winsize' in scope
192 | height: Int(csbi.srWindow.Bottom - csbi.srWindow.Top) + 1)
193 | #else
194 | var w = winsize()
| `- error: cannot find 'winsize' in scope
195 |
196 | #if os(OpenBSD)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:203:15: error: cannot find 'ioctl' in scope
201 | let err = ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &w)
202 | #else
203 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'ioctl' in scope
204 | #endif
205 | guard err == 0 else { return (width: nil, height: nil) }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:203:21: error: cannot find 'STDOUT_FILENO' in scope
201 | let err = ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &w)
202 | #else
203 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'STDOUT_FILENO' in scope
204 | #endif
205 | guard err == 0 else { return (width: nil, height: nil) }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:203:36: error: cannot find 'TIOCGWINSZ' in scope
201 | let err = ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &w)
202 | #else
203 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'TIOCGWINSZ' in scope
204 | #endif
205 | guard err == 0 else { return (width: nil, height: nil) }
[189/340] Compiling ArgumentParser StringExtensions.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:46:26: error: cannot find 'getenv' in scope
44 | #else
45 | // FIXME: This retrieves the user's preferred shell, not necessarily the one currently in use.
46 | guard let shellVar = getenv("SHELL") else { return nil }
| `- error: cannot find 'getenv' in scope
47 | let shellParts = String(cString: shellVar).split(separator: "/")
48 | return shellParts.last.map(String.init)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:66:5: error: cannot find 'EXIT_SUCCESS' in scope
64 | /// The code for successful exit.
65 | static var exitCodeSuccess: Int32 {
66 | EXIT_SUCCESS
| `- error: cannot find 'EXIT_SUCCESS' in scope
67 | }
68 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:71:5: error: cannot find 'EXIT_FAILURE' in scope
69 | /// The code for exit with a general failure.
70 | static var exitCodeFailure: Int32 {
71 | EXIT_FAILURE
| `- error: cannot find 'EXIT_FAILURE' in scope
72 | }
73 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:81:12: error: cannot find 'EX_USAGE' in scope
79 | return EXIT_FAILURE
80 | #else
81 | return EX_USAGE
| `- error: cannot find 'EX_USAGE' in scope
82 | #endif
83 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:111:33: error: cannot find 'putc' in scope
109 | struct StandardError: TextOutputStream {
110 | mutating func write(_ string: String) {
111 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'putc' in scope
112 | }
113 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:111:57: error: cannot find 'stderr' in scope
109 | struct StandardError: TextOutputStream {
110 | mutating func write(_ string: String) {
111 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'stderr' in scope
112 | }
113 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:111:38: error: generic parameter 'U' could not be inferred
109 | struct StandardError: TextOutputStream {
110 | mutating func write(_ string: String) {
111 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: generic parameter 'U' could not be inferred
112 | }
113 | }
Swift.numericCast:1:24: note: in call to function 'numericCast'
1 | @inlinable public func numericCast<T, U>(_ x: T) -> U where T : BinaryInteger, U : BinaryInteger
| `- note: in call to function 'numericCast'
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:167:23: error: cannot find 'getenv' in scope
165 |
166 | #if !os(Windows) && !os(WASI)
167 | if let colsCStr = getenv("COLUMNS"), let colsVal = Int(String(cString: colsCStr)) {
| `- error: cannot find 'getenv' in scope
168 | width = colsVal
169 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:170:24: error: cannot find 'getenv' in scope
168 | width = colsVal
169 | }
170 | if let linesCStr = getenv("LINES"), let linesVal = Int(String(cString: linesCStr)) {
| `- error: cannot find 'getenv' in scope
171 | height = linesVal
172 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:194:13: error: cannot find 'winsize' in scope
192 | height: Int(csbi.srWindow.Bottom - csbi.srWindow.Top) + 1)
193 | #else
194 | var w = winsize()
| `- error: cannot find 'winsize' in scope
195 |
196 | #if os(OpenBSD)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:203:15: error: cannot find 'ioctl' in scope
201 | let err = ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &w)
202 | #else
203 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'ioctl' in scope
204 | #endif
205 | guard err == 0 else { return (width: nil, height: nil) }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:203:21: error: cannot find 'STDOUT_FILENO' in scope
201 | let err = ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &w)
202 | #else
203 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'STDOUT_FILENO' in scope
204 | #endif
205 | guard err == 0 else { return (width: nil, height: nil) }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:203:36: error: cannot find 'TIOCGWINSZ' in scope
201 | let err = ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &w)
202 | #else
203 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'TIOCGWINSZ' in scope
204 | #endif
205 | guard err == 0 else { return (width: nil, height: nil) }
[190/340] Compiling ArgumentParser Tree.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:46:26: error: cannot find 'getenv' in scope
44 | #else
45 | // FIXME: This retrieves the user's preferred shell, not necessarily the one currently in use.
46 | guard let shellVar = getenv("SHELL") else { return nil }
| `- error: cannot find 'getenv' in scope
47 | let shellParts = String(cString: shellVar).split(separator: "/")
48 | return shellParts.last.map(String.init)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:66:5: error: cannot find 'EXIT_SUCCESS' in scope
64 | /// The code for successful exit.
65 | static var exitCodeSuccess: Int32 {
66 | EXIT_SUCCESS
| `- error: cannot find 'EXIT_SUCCESS' in scope
67 | }
68 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:71:5: error: cannot find 'EXIT_FAILURE' in scope
69 | /// The code for exit with a general failure.
70 | static var exitCodeFailure: Int32 {
71 | EXIT_FAILURE
| `- error: cannot find 'EXIT_FAILURE' in scope
72 | }
73 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:81:12: error: cannot find 'EX_USAGE' in scope
79 | return EXIT_FAILURE
80 | #else
81 | return EX_USAGE
| `- error: cannot find 'EX_USAGE' in scope
82 | #endif
83 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:111:33: error: cannot find 'putc' in scope
109 | struct StandardError: TextOutputStream {
110 | mutating func write(_ string: String) {
111 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'putc' in scope
112 | }
113 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:111:57: error: cannot find 'stderr' in scope
109 | struct StandardError: TextOutputStream {
110 | mutating func write(_ string: String) {
111 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'stderr' in scope
112 | }
113 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:111:38: error: generic parameter 'U' could not be inferred
109 | struct StandardError: TextOutputStream {
110 | mutating func write(_ string: String) {
111 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: generic parameter 'U' could not be inferred
112 | }
113 | }
Swift.numericCast:1:24: note: in call to function 'numericCast'
1 | @inlinable public func numericCast<T, U>(_ x: T) -> U where T : BinaryInteger, U : BinaryInteger
| `- note: in call to function 'numericCast'
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:167:23: error: cannot find 'getenv' in scope
165 |
166 | #if !os(Windows) && !os(WASI)
167 | if let colsCStr = getenv("COLUMNS"), let colsVal = Int(String(cString: colsCStr)) {
| `- error: cannot find 'getenv' in scope
168 | width = colsVal
169 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:170:24: error: cannot find 'getenv' in scope
168 | width = colsVal
169 | }
170 | if let linesCStr = getenv("LINES"), let linesVal = Int(String(cString: linesCStr)) {
| `- error: cannot find 'getenv' in scope
171 | height = linesVal
172 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:194:13: error: cannot find 'winsize' in scope
192 | height: Int(csbi.srWindow.Bottom - csbi.srWindow.Top) + 1)
193 | #else
194 | var w = winsize()
| `- error: cannot find 'winsize' in scope
195 |
196 | #if os(OpenBSD)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:203:15: error: cannot find 'ioctl' in scope
201 | let err = ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &w)
202 | #else
203 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'ioctl' in scope
204 | #endif
205 | guard err == 0 else { return (width: nil, height: nil) }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:203:21: error: cannot find 'STDOUT_FILENO' in scope
201 | let err = ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &w)
202 | #else
203 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'STDOUT_FILENO' in scope
204 | #endif
205 | guard err == 0 else { return (width: nil, height: nil) }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:203:36: error: cannot find 'TIOCGWINSZ' in scope
201 | let err = ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &w)
202 | #else
203 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'TIOCGWINSZ' in scope
204 | #endif
205 | guard err == 0 else { return (width: nil, height: nil) }
[191/340] Compiling ArgumentParser BashCompletionsGenerator.swift
[192/340] Compiling ArgumentParser CompletionsGenerator.swift
[193/340] Compiling ArgumentParser FishCompletionsGenerator.swift
[194/340] Compiling ArgumentParser ZshCompletionsGenerator.swift
[195/340] Compiling ArgumentParser Argument.swift
[196/340] Compiling ArgumentParser ArgumentHelp.swift
[197/340] Compiling ArgumentParser Option.swift
[198/340] Compiling ArgumentParser OptionGroup.swift
[199/340] Compiling ArgumentParser AsyncParsableCommand.swift
[200/340] Compiling ArgumentParser CommandConfiguration.swift
[201/340] Compiling ArgumentParser EnumerableFlag.swift
[202/340] Compiling ArgumentParser ExpressibleByArgument.swift
[203/340] Compiling ArgumentParser ParsableArguments.swift
[204/340] Compiling ArgumentParser ParsableArgumentsValidation.swift
[205/340] Compiling ArgumentParser ParsableCommand.swift
[206/340] Compiling ArgumentParser ArgumentDecoder.swift
[207/340] Compiling ArgumentParser ArgumentVisibility.swift
[208/340] Compiling ArgumentParser CompletionKind.swift
[209/340] Compiling ArgumentParser Errors.swift
[210/340] Compiling ArgumentParser Flag.swift
[211/340] Compiling ArgumentParser NameSpecification.swift
[212/340] Compiling ArgumentParser ArgumentDefinition.swift
[213/340] Compiling ArgumentParser ArgumentSet.swift
[214/340] Compiling ArgumentParser CommandParser.swift
[215/340] Compiling ArgumentParser InputKey.swift
[216/340] Compiling ArgumentParser InputOrigin.swift
[223/340] Compiling Console FileHandle+Ext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[250/340] Compiling ArgumentParser Name.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/Console/Sources/Console/Console+Paging.swift:25:63: error: cannot convert value of type 'Float' to expected argument type 'Double'
23 | ) {
24 | var page = 0
25 | var pageCount = max(1, Int(ceil(Float(provider.count) / Float(perPageCount))))
| `- error: cannot convert value of type 'Float' to expected argument type 'Double'
26 |
27 | var provider = provider
/host/spi-builder-workspace/.build/checkouts/Console/Sources/Console/Console+Paging.swift:30:63: error: cannot convert value of type 'Float' to expected argument type 'Double'
28 | func switchProvider(to other: ConsoleDataProvider, keepPageIndex: Bool) {
29 | provider = other
30 | pageCount = max(1, Int(ceil(Float(provider.count) / Float(perPageCount))))
| `- error: cannot convert value of type 'Float' to expected argument type 'Double'
31 |
32 | if keepPageIndex {
/host/spi-builder-workspace/.build/checkouts/Console/Sources/Console/Console+Paging.swift:25:63: error: cannot convert value of type 'Float' to expected argument type 'Double'
23 | ) {
24 | var page = 0
25 | var pageCount = max(1, Int(ceil(Float(provider.count) / Float(perPageCount))))
| `- error: cannot convert value of type 'Float' to expected argument type 'Double'
26 |
27 | var provider = provider
/host/spi-builder-workspace/.build/checkouts/Console/Sources/Console/Console+Paging.swift:30:63: error: cannot convert value of type 'Float' to expected argument type 'Double'
28 | func switchProvider(to other: ConsoleDataProvider, keepPageIndex: Bool) {
29 | provider = other
30 | pageCount = max(1, Int(ceil(Float(provider.count) / Float(perPageCount))))
| `- error: cannot convert value of type 'Float' to expected argument type 'Double'
31 |
32 | if keepPageIndex {
/host/spi-builder-workspace/.build/checkouts/Console/Sources/Console/Console+Static.swift:23:9: error: cannot find 'isatty' in scope
21 | /// terminal.
22 | static func isTerminalStandardInput() -> Bool {
23 | isatty(fileno(stdin)) == 1
| `- error: cannot find 'isatty' in scope
24 | }
25 |
/host/spi-builder-workspace/.build/checkouts/Console/Sources/Console/Console+Static.swift:29:9: error: cannot find 'isatty' in scope
27 | /// terminal.
28 | static func isTerminalStandardOutput() -> Bool {
29 | isatty(fileno(stdout)) == 1
| `- error: cannot find 'isatty' in scope
30 | }
31 |
/host/spi-builder-workspace/.build/checkouts/Console/Sources/Console/Console+Static.swift:35:9: error: cannot find 'isatty' in scope
33 | /// terminal.
34 | static func isTerminalStandardError() -> Bool {
35 | isatty(fileno(stderr)) == 1
| `- error: cannot find 'isatty' in scope
36 | }
37 | }
/host/spi-builder-workspace/.build/checkouts/Console/Sources/Console/Console.swift:247:9: error: cannot find 'errno' in scope
245 |
246 | open func recordExitCode(_ code: Int) {
247 | errno = Int32(code)
| `- error: cannot find 'errno' in scope
248 | }
249 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 | * thread.
57 | */
58 | #define errno (*__errno())
| `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/.build/checkouts/Console/Sources/Console/Console+Static.swift:23:9: error: cannot find 'isatty' in scope
21 | /// terminal.
22 | static func isTerminalStandardInput() -> Bool {
23 | isatty(fileno(stdin)) == 1
| `- error: cannot find 'isatty' in scope
24 | }
25 |
/host/spi-builder-workspace/.build/checkouts/Console/Sources/Console/Console+Static.swift:29:9: error: cannot find 'isatty' in scope
27 | /// terminal.
28 | static func isTerminalStandardOutput() -> Bool {
29 | isatty(fileno(stdout)) == 1
| `- error: cannot find 'isatty' in scope
30 | }
31 |
/host/spi-builder-workspace/.build/checkouts/Console/Sources/Console/Console+Static.swift:35:9: error: cannot find 'isatty' in scope
33 | /// terminal.
34 | static func isTerminalStandardError() -> Bool {
35 | isatty(fileno(stderr)) == 1
| `- error: cannot find 'isatty' in scope
36 | }
37 | }
/host/spi-builder-workspace/.build/checkouts/Console/Sources/Console/Console.swift:247:9: error: cannot find 'errno' in scope
245 |
246 | open func recordExitCode(_ code: Int) {
247 | errno = Int32(code)
| `- error: cannot find 'errno' in scope
248 | }
249 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 | * thread.
57 | */
58 | #define errno (*__errno())
| `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
[255/348] Compiling MiniLexer GrammarRules+Operators.swift
[256/348] Compiling MiniLexer GrammarRules.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin SwiftPEGPlugin
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/50] Write swift-version-24593BA9C3E375BF.txt
[4/81] Compiling SwiftSyntax510 Empty.swift
[5/102] Compiling MiniDigraph DirectedGraphVisitElement.swift
[6/103] Emitting module SwiftSyntax510
[7/108] Compiling MiniDigraph Sequence+Ext.swift
[8/108] Compiling MiniDigraph SimpleDirectedGraphEdge.swift
[9/108] Compiling MiniDigraph DirectedGraphRecordingVisitElement.swift
[10/108] Compiling SwiftSyntax509 Empty.swift
[11/108] Emitting module SwiftSyntax509
[12/109] Compiling Console LinuxSupport.swift
[14/110] Compiling MiniLexer TokenProtocol.swift
[15/110] Compiling MiniDigraph DirectedGraphVisitElement.swift
[16/110] Compiling MiniDigraph DirectedGraphVisitElementType.swift
[18/110] Compiling Console ConsoleType.swift
[19/110] Compiling Console ConsoleColor.swift
[20/110] Compiling MiniDigraph DirectedGraphEdge.swift
[21/110] Compiling MiniDigraph DirectedGraphType.swift
[26/110] Compiling MiniDigraph DirectedGraphRecordingVisitElement.swift
[27/110] Compiling MiniDigraph MutableDirectedGraphType.swift
[28/110] Compiling MiniDigraph MutableSimpleEdgeDirectedGraphType.swift
[29/110] Compiling MiniDigraph DirectedGraphVisitElementType.swift
[30/110] Compiling Console FileHandle+Ext.swift
[31/115] Compiling MiniDigraph AbstractDirectedGraph.swift
[32/115] Compiling MiniDigraph AbstractDirectedGraphEdge.swift
[33/115] Emitting module MiniDigraph
[36/115] Compiling MiniDigraph CachingDirectedGraph.swift
[37/115] Compiling MiniDigraph DirectedGraph.swift
[42/115] Compiling MiniLexer Lexer+Consume.swift
[43/115] Compiling MiniLexer Lexer.swift
[44/115] Compiling MiniLexer Lexer+Advance.swift
[45/115] Compiling MiniLexer Lexer+AdvancedParsing.swift
[46/115] Emitting module SwiftSyntax600
[47/115] Compiling SwiftSyntax600 Empty.swift
[48/116] Emitting module MiniLexer
[49/116] Compiling _SwiftSyntaxGenericTestSupport String+TrimmingTrailingWhitespace.swift
[50/116] Emitting module _SwiftSyntaxGenericTestSupport
[51/116] Compiling _SwiftSyntaxGenericTestSupport AssertEqualWithDiff.swift
[52/117] Compiling MiniLexer TokenizerLexer.swift
[55/117] Compiling MiniLexer GrammarRules+Operators.swift
[56/117] Compiling MiniLexer GrammarRules.swift
[61/116] Emitting module Console
[65/119] Emitting module MiniDigraph
[71/127] Emitting module ArgumentParserToolInfo
[72/127] Compiling ArgumentParserToolInfo ToolInfo.swift
[73/128] Wrapping AST for MiniLexer for debugging
[76/128] Emitting module ArgumentParserToolInfo
[77/128] Compiling ArgumentParserToolInfo ToolInfo.swift
[79/206] Compiling MiniLexer TokenProtocol.swift
[80/207] Wrapping AST for MiniDigraph for debugging
[81/207] Wrapping AST for Console for debugging
[82/207] Wrapping AST for MiniDigraph for debugging
[84/206] Compiling Console LinuxSupport.swift
[85/244] Compiling ArgumentParser EnumerableFlag.swift
[86/244] Compiling ArgumentParser ArgumentVisibility.swift
[87/244] Compiling ArgumentParser AsyncParsableCommand.swift
[88/244] Compiling ArgumentParser CommandConfiguration.swift
[89/244] Compiling Console FileHandle+Ext.swift
[90/244] Compiling MiniLexer GrammarRules+Operators.swift
[91/244] Compiling MiniLexer GrammarRules.swift
[92/244] Emitting module MiniLexer
[93/244] Compiling MiniLexer TokenizerLexer.swift
[94/281] Compiling MiniLexer Lexer+AdvancedParsing.swift
[95/281] Compiling MiniLexer Lexer+Consume.swift
[96/281] Compiling MiniLexer Lexer+Advance.swift
[97/281] Compiling MiniLexer Lexer.swift
[98/282] Compiling ArgumentParser Errors.swift
[99/282] Compiling ArgumentParser Flag.swift
[100/282] Compiling ArgumentParser CompletionsGenerator.swift
/host/spi-builder-workspace/.build/checkouts/Console/Sources/Console/Console+Static.swift:23:9: error: cannot find 'isatty' in scope
21 | /// terminal.
22 | static func isTerminalStandardInput() -> Bool {
23 | isatty(fileno(stdin)) == 1
| `- error: cannot find 'isatty' in scope
24 | }
25 |
/host/spi-builder-workspace/.build/checkouts/Console/Sources/Console/Console+Static.swift:29:9: error: cannot find 'isatty' in scope
27 | /// terminal.
28 | static func isTerminalStandardOutput() -> Bool {
29 | isatty(fileno(stdout)) == 1
| `- error: cannot find 'isatty' in scope
30 | }
31 |
/host/spi-builder-workspace/.build/checkouts/Console/Sources/Console/Console+Static.swift:35:9: error: cannot find 'isatty' in scope
33 | /// terminal.
34 | static func isTerminalStandardError() -> Bool {
35 | isatty(fileno(stderr)) == 1
| `- error: cannot find 'isatty' in scope
36 | }
37 | }
/host/spi-builder-workspace/.build/checkouts/Console/Sources/Console/Console.swift:247:9: error: cannot find 'errno' in scope
245 |
246 | open func recordExitCode(_ code: Int) {
247 | errno = Int32(code)
| `- error: cannot find 'errno' in scope
248 | }
249 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 | * thread.
57 | */
58 | #define errno (*__errno())
| `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
[101/282] Compiling ArgumentParser FishCompletionsGenerator.swift
/host/spi-builder-workspace/.build/checkouts/Console/Sources/Console/Console+Static.swift:23:9: error: cannot find 'isatty' in scope
21 | /// terminal.
22 | static func isTerminalStandardInput() -> Bool {
23 | isatty(fileno(stdin)) == 1
| `- error: cannot find 'isatty' in scope
24 | }
25 |
/host/spi-builder-workspace/.build/checkouts/Console/Sources/Console/Console+Static.swift:29:9: error: cannot find 'isatty' in scope
27 | /// terminal.
28 | static func isTerminalStandardOutput() -> Bool {
29 | isatty(fileno(stdout)) == 1
| `- error: cannot find 'isatty' in scope
30 | }
31 |
/host/spi-builder-workspace/.build/checkouts/Console/Sources/Console/Console+Static.swift:35:9: error: cannot find 'isatty' in scope
33 | /// terminal.
34 | static func isTerminalStandardError() -> Bool {
35 | isatty(fileno(stderr)) == 1
| `- error: cannot find 'isatty' in scope
36 | }
37 | }
/host/spi-builder-workspace/.build/checkouts/Console/Sources/Console/Console.swift:247:9: error: cannot find 'errno' in scope
245 |
246 | open func recordExitCode(_ code: Int) {
247 | errno = Int32(code)
| `- error: cannot find 'errno' in scope
248 | }
249 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 | * thread.
57 | */
58 | #define errno (*__errno())
| `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
[102/282] Compiling ArgumentParser ArgumentVisibility.swift
[103/282] Compiling ArgumentParser CompletionKind.swift
[104/282] Wrapping AST for MiniLexer for debugging
[106/282] Emitting module Console
[107/282] Compiling ArgumentParser NameSpecification.swift
/host/spi-builder-workspace/.build/checkouts/Console/Sources/Console/Console+Paging.swift:25:63: error: cannot convert value of type 'Float' to expected argument type 'Double'
23 | ) {
24 | var page = 0
25 | var pageCount = max(1, Int(ceil(Float(provider.count) / Float(perPageCount))))
| `- error: cannot convert value of type 'Float' to expected argument type 'Double'
26 |
27 | var provider = provider
/host/spi-builder-workspace/.build/checkouts/Console/Sources/Console/Console+Paging.swift:30:63: error: cannot convert value of type 'Float' to expected argument type 'Double'
28 | func switchProvider(to other: ConsoleDataProvider, keepPageIndex: Bool) {
29 | provider = other
30 | pageCount = max(1, Int(ceil(Float(provider.count) / Float(perPageCount))))
| `- error: cannot convert value of type 'Float' to expected argument type 'Double'
31 |
32 | if keepPageIndex {
[108/282] Compiling ArgumentParser BashCompletionsGenerator.swift
/host/spi-builder-workspace/.build/checkouts/Console/Sources/Console/Console+Paging.swift:25:63: error: cannot convert value of type 'Float' to expected argument type 'Double'
23 | ) {
24 | var page = 0
25 | var pageCount = max(1, Int(ceil(Float(provider.count) / Float(perPageCount))))
| `- error: cannot convert value of type 'Float' to expected argument type 'Double'
26 |
27 | var provider = provider
/host/spi-builder-workspace/.build/checkouts/Console/Sources/Console/Console+Paging.swift:30:63: error: cannot convert value of type 'Float' to expected argument type 'Double'
28 | func switchProvider(to other: ConsoleDataProvider, keepPageIndex: Bool) {
29 | provider = other
30 | pageCount = max(1, Int(ceil(Float(provider.count) / Float(perPageCount))))
| `- error: cannot convert value of type 'Float' to expected argument type 'Double'
31 |
32 | if keepPageIndex {
BUILD FAILURE 6.1 android