The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build swift-peg, reference 0.7.0 (948a4e), with Swift 6.1 for Android on 30 May 2025 05:14:11 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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: 0.7.0
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
 * tag               0.7.0      -> FETCH_HEAD
HEAD is now at 948a4e2 Updating comments
Cloned https://github.com/LuizZak/swift-peg.git
Revision (git rev-parse @):
948a4e2f816e46a3c8c85ccc1effa343335f0dae
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/LuizZak/swift-peg.git at 0.7.0
========================================
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-0":/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/LuizZak/SwiftAST.git
Fetching https://github.com/LuizZak/Console.git
Fetching https://github.com/LuizZak/MiniDigraph.git
Fetching https://github.com/apple/swift-syntax.git
[1/979] Fetching swiftast
[980/1223] Fetching swiftast, minidigraph
[1224/1575] Fetching swiftast, minidigraph, console
[1576/72027] Fetching swiftast, minidigraph, console, swift-syntax
Fetching https://github.com/apple/swift-argument-parser.git
Fetched https://github.com/LuizZak/SwiftAST.git from cache (1.29s)
[6937/71048] Fetching minidigraph, console, swift-syntax
[16097/86434] Fetching minidigraph, console, swift-syntax, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.92s)
[56958/71048] Fetching minidigraph, console, swift-syntax
Fetched https://github.com/LuizZak/MiniDigraph.git from cache (8.91s)
Fetched https://github.com/LuizZak/Console.git from cache (8.92s)
Fetched https://github.com/apple/swift-syntax.git from cache (8.99s)
Computing version for https://github.com/LuizZak/SwiftAST.git
Computed https://github.com/LuizZak/SwiftAST.git at 0.14.0 (9.87s)
Fetching https://github.com/LuizZak/MiniLexer.git
Fetching https://github.com/LuizZak/MiniGraphviz.git
[1/780] Fetching minilexer
[181/821] Fetching minilexer, minigraphviz
Fetched https://github.com/LuizZak/MiniGraphviz.git from cache (0.36s)
Fetched https://github.com/LuizZak/MiniLexer.git from cache (0.39s)
Computing version for https://github.com/LuizZak/MiniDigraph.git
Computed https://github.com/LuizZak/MiniDigraph.git at 0.8.0 (1.98s)
Computing version for https://github.com/LuizZak/Console.git
Computed https://github.com/LuizZak/Console.git at 0.14.1 (3.38s)
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.79s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 600.0.0 (1.19s)
Computing version for https://github.com/LuizZak/MiniGraphviz.git
Computed https://github.com/LuizZak/MiniGraphviz.git at 0.1.0 (0.81s)
Computing version for https://github.com/LuizZak/MiniLexer.git
Computed https://github.com/LuizZak/MiniLexer.git at 0.10.0 (0.89s)
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
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-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/Console.git
Working copy of https://github.com/LuizZak/Console.git resolved at 0.14.1
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/SwiftAST.git
Working copy of https://github.com/LuizZak/SwiftAST.git resolved at 0.14.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
[1/1] Compiling plugin SwiftPEGPlugin
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/92] Write sources
[38/92] Copying metagrammar.tokens
[38/92] Copying metagrammar.gram
[38/92] Write sources
[38/92] Copying metagrammar.tokens
[38/92] Copying metagrammar.gram
[43/92] Compiling _SwiftSyntaxCShims dummy.c
[44/92] Write swift-version-24593BA9C3E375BF.txt
[46/130] 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
[47/143] 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/143] Emitting module MiniDigraph
[49/144] Compiling MiniLexer TokenProtocol.swift
[50/144] Compiling MiniLexer Lexer+AdvancedParsing.swift
[51/144] Compiling MiniLexer Lexer+Consume.swift
[52/144] 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
[53/145] 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
[54/145] 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
[55/146] Compiling MiniDigraph AbstractDirectedGraph.swift
[56/146] Compiling MiniDigraph AbstractDirectedGraphEdge.swift
[57/146] Emitting module MiniDigraph
[58/146] Compiling MiniDigraph CachingDirectedGraph.swift
[59/146] Compiling MiniDigraph DirectedGraph.swift
[60/146] Compiling MiniDigraph MutableDirectedGraphType.swift
[61/146] Compiling MiniDigraph MutableSimpleEdgeDirectedGraphType.swift
[62/147] Compiling MiniDigraph DirectedGraphVisitElement.swift
[63/147] Compiling MiniDigraph DirectedGraphRecordingVisitElement.swift
[64/147] Compiling MiniDigraph DirectedGraphVisitElementType.swift
[65/147] 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
[66/147] Compiling MiniDigraph Sequence+Ext.swift
[67/147] Compiling MiniDigraph SimpleDirectedGraphEdge.swift
[69/148] Compiling MiniDigraph DirectedGraphEdge.swift
[70/148] Compiling MiniDigraph DirectedGraphType.swift
[71/149] 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
[72/150] 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
[73/150] 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
[74/151] Compiling MiniLexer GrammarRules+Operators.swift
[75/151] Emitting module MiniLexer
[80/165] Compiling MiniLexer Lexer.swift
[81/167] Compiling Console LinuxSupport.swift
[82/170] Compiling MiniLexer TokenizerLexer.swift
[83/220] Compiling MiniDigraph DirectedGraphRecordingVisitElement.swift
[84/248] Compiling MiniDigraph DirectedGraphVisitElementType.swift
[85/248] Compiling SwiftSyntax Identifier.swift
[86/248] Compiling SwiftSyntax MemoryLayout.swift
[87/248] Compiling SwiftSyntax BumpPtrAllocator.swift
[88/248] Compiling SwiftSyntax CommonAncestor.swift
[89/248] Compiling MiniDigraph DirectedGraphVisitElement.swift
[90/248] Compiling SwiftSyntax Convenience.swift
[91/248] Compiling SwiftSyntax CustomTraits.swift
[92/248] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[93/248] Compiling SwiftSyntax Assert.swift
[94/248] Compiling SwiftSyntax AbsolutePosition.swift
[95/248] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[98/249] Wrapping AST for _SwiftSyntaxGenericTestSupport for debugging
[100/249] Compiling MiniLexer TokenProtocol.swift
[101/250] Emitting module ArgumentParserToolInfo
[102/250] Compiling ArgumentParserToolInfo ToolInfo.swift
[103/251] Compiling Console LinuxSupport.swift
[104/252] Wrapping AST for SwiftSyntax600 for debugging
[106/252] Compiling MiniLexer Lexer+AdvancedParsing.swift
[106/252] Wrapping AST for SwiftSyntax510 for debugging
[108/252] Compiling MiniLexer Lexer+Consume.swift
[108/252] Wrapping AST for SwiftSyntax509 for debugging
[110/252] Compiling MiniLexer Lexer.swift
[113/252] Emitting module Console
[114/252] Compiling ArgumentParserToolInfo ToolInfo.swift
[115/252] Emitting module ArgumentParserToolInfo
[116/253] Compiling MiniLexer TokenizerLexer.swift
[118/254] Emitting module MiniLexer
[118/290] Wrapping AST for MiniDigraph for debugging
[121/290] Compiling Console FileHandle+Ext.swift
[121/290] Wrapping AST for ArgumentParserToolInfo for debugging
[124/327] Compiling MiniLexer GrammarRules+Operators.swift
[125/327] Compiling MiniLexer GrammarRules.swift
[126/327] Emitting module Console
[127/327] Compiling MiniLexer GrammarRules.swift
[128/327] Compiling MiniLexer Lexer+Advance.swift
[129/328] Compiling ArgumentParser ArgumentVisibility.swift
[130/328] Compiling ArgumentParser CompletionKind.swift
[131/328] Compiling ArgumentParser OptionGroup.swift
[132/328] Compiling ArgumentParser AsyncParsableCommand.swift
[133/328] Compiling ArgumentParser CommandConfiguration.swift
[134/328] Compiling ArgumentParser EnumerableFlag.swift
[135/328] Compiling ArgumentParser CommandParser.swift
[136/328] Compiling ArgumentParser InputKey.swift
[137/328] Compiling ArgumentParser ArgumentDefinition.swift
[138/328] Compiling ArgumentParser ArgumentSet.swift
[140/329] Wrapping AST for Console for debugging
[141/329] Wrapping AST for MiniLexer for debugging
[143/329] Emitting module ArgumentParser
[149/334] Compiling ArgumentParser InputOrigin.swift
[150/334] Compiling ArgumentParser Option.swift
[151/339] Compiling ArgumentParser CollectionExtensions.swift
[152/339] Compiling ArgumentParser Platform.swift
[153/339] Compiling ArgumentParser SequenceExtensions.swift
[154/339] Compiling ArgumentParser StringExtensions.swift
[155/339] 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) }
/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) }
/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) }
/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) }
/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) }
[161/339] Compiling ArgumentParser ParsableCommand.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
[162/339] Compiling ArgumentParser ArgumentDecoder.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
[163/339] Compiling ArgumentParser BashCompletionsGenerator.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
[164/339] Compiling ArgumentParser CompletionsGenerator.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
[165/339] Compiling ArgumentParser FishCompletionsGenerator.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
[166/339] Compiling ArgumentParser ZshCompletionsGenerator.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
[167/339] Compiling ArgumentParser Argument.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
[168/339] Compiling ArgumentParser ArgumentHelp.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
[169/339] Compiling ArgumentParser DumpHelpGenerator.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
[173/347] Compiling ArgumentParser Errors.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
[174/347] Compiling ArgumentParser Flag.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
[175/347] Compiling ArgumentParser NameSpecification.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
[176/347] Compiling ArgumentParser ExpressibleByArgument.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
[177/347] Compiling ArgumentParser ParsableArguments.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
[178/347] Compiling ArgumentParser ParsableArgumentsValidation.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
[203/347] Compiling Console FileHandle+Ext.swift
[204/347] Compiling MiniLexer Lexer+Advance.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 {
/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
[213/348] Compiling ArgumentParser Name.swift
[214/348] Compiling ArgumentParser Parsed.swift
[215/348] Compiling ArgumentParser ParsedValues.swift
[216/348] Compiling ArgumentParser ParserError.swift
[217/348] Compiling ArgumentParser SplitArguments.swift
[221/348] Compiling ArgumentParser HelpCommand.swift
[222/348] Compiling ArgumentParser HelpGenerator.swift
[223/348] Compiling ArgumentParser MessageInfo.swift
[224/348] Compiling ArgumentParser UsageGenerator.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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/107] Compiling SwiftSyntax510 Empty.swift
[5/107] Emitting module SwiftSyntax510
[6/107] Emitting module SwiftSyntax509
[7/107] Compiling SwiftSyntax509 Empty.swift
[8/107] Compiling MiniDigraph DirectedGraphVisitElement.swift
[9/110] Compiling Console LinuxSupport.swift
[10/111] Compiling MiniDigraph DirectedGraphVisitElementType.swift
[11/111] Compiling MiniLexer TokenProtocol.swift
[13/112] Compiling Console ConsoleFormat.swift
[14/112] Compiling Console String+ConsoleFormatting.swift
[15/111] Compiling MiniDigraph DirectedGraphVisitElement.swift
[16/112] Compiling MiniDigraph DirectedGraphRecordingVisitElement.swift
[17/112] Compiling _SwiftSyntaxGenericTestSupport String+TrimmingTrailingWhitespace.swift
[18/112] Compiling MiniDigraph MutableDirectedGraphType.swift
[19/112] Compiling MiniDigraph MutableSimpleEdgeDirectedGraphType.swift
[20/112] Compiling MiniDigraph Sequence+Ext.swift
[21/112] Compiling MiniDigraph SimpleDirectedGraphEdge.swift
[22/112] Compiling MiniDigraph DirectedGraphVisitElementType.swift
[24/113] Emitting module _SwiftSyntaxGenericTestSupport
[25/113] Compiling _SwiftSyntaxGenericTestSupport AssertEqualWithDiff.swift
[30/114] Compiling MiniDigraph DirectedGraphRecordingVisitElement.swift
[31/114] Compiling Console FileHandle+Ext.swift
[34/114] Compiling MiniLexer Lexer+AdvancedParsing.swift
[36/114] Emitting module SwiftSyntax600
[37/114] Compiling SwiftSyntax600 Empty.swift
[40/114] Compiling MiniLexer GrammarRules+Operators.swift
[41/114] Compiling MiniLexer GrammarRules.swift
[42/115] Compiling MiniLexer Lexer+Advance.swift
[43/122] Compiling MiniLexer TokenProtocol.swift
[45/122] Compiling MiniDigraph AbstractDirectedGraph.swift
[46/122] Compiling MiniDigraph AbstractDirectedGraphEdge.swift
[47/122] Compiling MiniDigraph DirectedGraphEdge.swift
[48/122] Compiling MiniDigraph DirectedGraphType.swift
[49/122] Compiling MiniLexer TokenizerLexer.swift
[50/122] Compiling MiniLexer Lexer+Consume.swift
[51/122] Compiling MiniLexer Lexer.swift
[52/122] Emitting module MiniLexer
[55/123] Emitting module MiniDigraph
[57/123] Compiling MiniLexer GrammarRules+Operators.swift
[59/137] Compiling Console ConsoleDataProvider.swift
[60/137] Compiling Console ConsoleMenuController.swift
[61/137] Compiling MiniLexer Lexer+AdvancedParsing.swift
[62/137] Compiling Console ConsoleFormat.swift
[63/137] Compiling Console String+ConsoleFormatting.swift
[64/138] Emitting module Console
[65/138] Compiling Console Console+Command.swift
[66/138] Compiling Console Console+Paging.swift
[72/163] Compiling Console LinuxSupport.swift
[73/190] Emitting module ArgumentParserToolInfo
[74/191] Compiling ArgumentParserToolInfo ToolInfo.swift
[75/204] Compiling MiniLexer Lexer.swift
[76/204] Compiling MiniLexer Lexer+Consume.swift
[78/207] Compiling MiniLexer TokenizerLexer.swift
[79/207] Compiling MiniLexer Lexer+Advance.swift
[81/207] Compiling SwiftSyntax Syntax.swift
[82/207] Compiling SwiftSyntax SyntaxArena.swift
[83/207] Compiling SwiftSyntax SourcePresence.swift
[84/207] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[84/207] Wrapping AST for MiniLexer for debugging
[86/207] Compiling SwiftSyntax SyntaxIdentifier.swift
[87/207] Compiling SwiftSyntax MemoryLayout.swift
[87/207] Wrapping AST for Console for debugging
[88/207] Wrapping AST for MiniDigraph for debugging
[91/207] Compiling Console FileHandle+Ext.swift
[91/244] Wrapping AST for MiniDigraph for debugging
[93/244] Compiling MiniLexer GrammarRules.swift
[94/244] Emitting module MiniLexer
[95/244] 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
[96/244] Compiling ArgumentParser ZshCompletionsGenerator.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
[98/245] Compiling ArgumentParser Argument.swift
[99/245] Compiling ArgumentParser ArgumentHelp.swift
[100/245] Compiling ArgumentParser ArgumentDecoder.swift
[101/245] Compiling ArgumentParser ArgumentVisibility.swift
[102/245] Emitting module Console
[103/245] 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 {
[104/245] Compiling ArgumentParser CompletionsGenerator.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 {
[105/245] Emitting module ArgumentParserToolInfo
[105/245] Wrapping AST for MiniLexer for debugging
BUILD FAILURE 6.1 android