The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build SwiftUINavigation, reference main (d065a1), with Swift 6.1 for Linux on 30 Apr 2025 22:13:14 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RobertDresler/SwiftUINavigation.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/RobertDresler/SwiftUINavigation
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d065a16 Update README.md
Cloned https://github.com/RobertDresler/SwiftUINavigation.git
Revision (git rev-parse @):
d065a16149c224a0a231aad0649f24095be79988
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/RobertDresler/SwiftUINavigation.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/RobertDresler/SwiftUINavigation.git
https://github.com/RobertDresler/SwiftUINavigation.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.1",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax"
    }
  ],
  "manifest_display_name" : "SwiftUINavigation",
  "name" : "SwiftUINavigation",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftUINavigation",
      "targets" : [
        "SwiftUINavigation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Macros",
      "targets" : [
        "Macros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftUINavigation",
      "module_type" : "SwiftTarget",
      "name" : "SwiftUINavigation",
      "path" : "Sources/SwiftUINavigation",
      "product_memberships" : [
        "SwiftUINavigation"
      ],
      "sources" : [
        "Command/NavigationCommand+Static.swift",
        "Command/NavigationCommand.swift",
        "Command/Predefined/DismissJustFromPresentedNavigationCommand.swift",
        "Command/Predefined/DismissNavigationCommand.swift",
        "Command/Predefined/DismissWindowNavigationCommand.swift",
        "Command/Predefined/OpenURLNavigationCommand.swift",
        "Command/Predefined/OpenWindowNavigationCommand.swift",
        "Command/Predefined/PresentNavigationCommand.swift",
        "Command/Predefined/PresentOnGivenModelNavigationCommand.swift",
        "Command/Predefined/ResolvedHideNavigationCommand.swift",
        "Command/Predefined/StackAppendNavigationCommand.swift",
        "Command/Predefined/StackDropLastNavigationCommand.swift",
        "Command/Predefined/StackDropToRootNavigationCommand.swift",
        "Command/Predefined/StackMapNavigationCommand.swift",
        "Command/Predefined/StackSetRootNavigationCommand.swift",
        "Command/Predefined/SwitchNavigationCommand.swift",
        "Command/Predefined/TabsSelectItemNavigationCommand.swift",
        "Config/NavigationConfig.swift",
        "Environment/EnvironmentNavigationModel.swift",
        "Environment/EnvironmentValues+.swift",
        "Extensions/UINavigationController+.swift",
        "Macros/Macros.swift",
        "Message/FinishedNavigationMessage.swift",
        "Message/NavigationMessage.swift",
        "Message/NavigationMessageListener.swift",
        "Models/Main/AnyNavigationModel.swift",
        "Models/Main/CommonNavigationModelState.swift",
        "Models/Main/EquatableNavigationModel.swift",
        "Models/Main/NavigationCommandExecuter.swift",
        "Models/Main/NavigationModel+Iterating.swift",
        "Models/Main/NavigationModel+NavigationCommandExecuter.swift",
        "Models/Main/NavigationModel.swift",
        "Models/Predefined/SFSafari/SFSafariInputData.swift",
        "Models/Predefined/SFSafari/SFSafariNavigationModel.swift",
        "Models/Predefined/SFSafari/SFSafariView.swift",
        "Models/Predefined/Stack/DefaultStackRootNavigationModel+Static.swift",
        "Models/Predefined/Stack/DefaultStackRootNavigationModel.swift",
        "Models/Predefined/Stack/StackNavigationDestination.swift",
        "Models/Predefined/Stack/StackNavigationModel.swift",
        "Models/Predefined/Stack/StackRootNavigationModel.swift",
        "Models/Predefined/Stack/StackRootNavigationModelView.swift",
        "Models/Predefined/Stack/StackTabBarToolbarBehavior.swift",
        "Models/Predefined/Stack/Transition/StackNavigationTransition.swift",
        "Models/Predefined/Stack/Transition/ZoomStackNavigationTransition.swift",
        "Models/Predefined/Switched/SwitchedNavigationModel.swift",
        "Models/Predefined/Switched/SwitchedNavigationModelView.swift",
        "Models/Predefined/Tabs/DefaultTabModel.swift",
        "Models/Predefined/Tabs/TabModel.swift",
        "Models/Predefined/Tabs/TabsRootNavigationModel.swift",
        "Models/Predefined/Tabs/TabsRootNavigationModelView.swift",
        "Models/Presented/Alert/AlertInputData.swift",
        "Models/Presented/Alert/AlertNavigationModel.swift",
        "Models/Presented/Alert/AlertPresentedNavigationModel.swift",
        "Models/Presented/ConfirmationDialog/ConfirmationDialogInputData.swift",
        "Models/Presented/ConfirmationDialog/ConfirmationDialogNavigationModel.swift",
        "Models/Presented/ConfirmationDialog/ConfirmationDialogPresentedNavigationModel.swift",
        "Models/Presented/FullScreenCover/FullScreenCoverPresentedNavigationModel.swift",
        "Models/Presented/PresentedNavigationModel+Static.swift",
        "Models/Presented/PresentedNavigationModel.swift",
        "Models/Presented/PresentingNavigationSourceViewModifier.swift",
        "Models/Presented/Sheet/SheetPresentedNavigationModel.swift",
        "Models/Resolving/NavigationModelResolvedView.swift",
        "NavigationEnvironmentTrigger/Handler/DefaultNavigationEnvironmentTriggerHandler.swift",
        "NavigationEnvironmentTrigger/Triggers/NavigationEnvironmentTrigger.swift",
        "NavigationEnvironmentTrigger/Triggers/Predefined/DismissNavigationEnvironmentTrigger.swift",
        "NavigationEnvironmentTrigger/Triggers/Predefined/DismissWindowNavigationEnvironmentTrigger.swift",
        "NavigationEnvironmentTrigger/Triggers/Predefined/OpenURLNavigationEnvironmentTrigger.swift",
        "NavigationEnvironmentTrigger/Triggers/Predefined/OpenWindowNavigationEnvironmentTrigger.swift",
        "Root/RootNavigationView.swift",
        "Transitions/AnyNavigationTransition.swift"
      ],
      "target_dependencies" : [
        "Macros"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Macros",
      "module_type" : "SwiftTarget",
      "name" : "Macros",
      "path" : "Sources/Macros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "SwiftUINavigation",
        "Macros"
      ],
      "sources" : [
        "Implementations/NavigationModelMacro.swift",
        "Implementations/StackRootNavigationModelMacro.swift",
        "Implementations/SwitchedNavigationModelMacro.swift",
        "Implementations/TabsRootNavigationModelMacro.swift",
        "SwiftUINavigationMacros.swift"
      ],
      "type" : "macro"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swiftlang/swift-syntax
[1/70291] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (4.39s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (6.89s)
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.1
Building for debugging...
[0/35] Write sources
[16/35] Compiling _SwiftSyntaxCShims dummy.c
[17/35] Write swift-version-24593BA9C3E375BF.txt
[19/41] Emitting module SwiftSyntax510
[20/41] Compiling SwiftSyntax510 Empty.swift
[22/42] Emitting module SwiftSyntax509
[23/42] Compiling SwiftSyntax509 Empty.swift
[24/43] Wrapping AST for SwiftSyntax510 for debugging
[26/43] Emitting module SwiftSyntax600
[27/43] Compiling SwiftSyntax600 Empty.swift
[27/44] Wrapping AST for SwiftSyntax509 for debugging
[29/44] Wrapping AST for SwiftSyntax600 for debugging
[31/108] Compiling SwiftSyntax AbsolutePosition.swift
[32/108] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[33/108] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[34/108] Compiling SwiftSyntax Assert.swift
[35/108] Compiling SwiftSyntax BumpPtrAllocator.swift
[36/108] Compiling SwiftSyntax CommonAncestor.swift
[37/108] Compiling SwiftSyntax Convenience.swift
[38/108] Compiling SwiftSyntax CustomTraits.swift
[39/108] Compiling SwiftSyntax Identifier.swift
[40/116] Compiling SwiftSyntax MemoryLayout.swift
[41/116] Compiling SwiftSyntax MissingNodeInitializers.swift
[42/116] Compiling SwiftSyntax RawSyntax.swift
[43/116] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[44/116] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[45/116] Compiling SwiftSyntax RawSyntaxTokenView.swift
[46/116] Compiling SwiftSyntax SourceEdit.swift
[47/116] Compiling SwiftSyntax SourceLength.swift
[48/116] Compiling SwiftSyntax SourceLocation.swift
[49/116] Compiling SwiftSyntax SourcePresence.swift
[50/116] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[51/116] Compiling SwiftSyntax Syntax.swift
[52/116] Compiling SwiftSyntax SyntaxArena.swift
[53/116] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[54/116] Compiling SwiftSyntax SyntaxChildren.swift
[55/116] Compiling SwiftSyntax SyntaxCollection.swift
[56/116] Compiling SwiftSyntax SyntaxHashable.swift
[57/116] Compiling SwiftSyntax SyntaxIdentifier.swift
[58/116] Emitting module SwiftSyntax
[59/116] Compiling SwiftSyntax SyntaxNodeFactory.swift
[60/116] Compiling SwiftSyntax SyntaxNodeStructure.swift
[61/116] Compiling SwiftSyntax SyntaxProtocol.swift
[62/116] Compiling SwiftSyntax SyntaxText.swift
[63/116] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[64/116] Compiling SwiftSyntax TokenDiagnostic.swift
[65/116] Compiling SwiftSyntax TokenSequence.swift
[66/116] Compiling SwiftSyntax TokenSyntax.swift
[67/116] Compiling SwiftSyntax Trivia.swift
[68/116] Compiling SwiftSyntax SyntaxKind.swift
[69/116] Compiling SwiftSyntax SyntaxRewriter.swift
[70/116] Compiling SwiftSyntax SyntaxTraits.swift
[71/116] Compiling SwiftSyntax SyntaxVisitor.swift
[72/116] Compiling SwiftSyntax TokenKind.swift
[73/116] Compiling SwiftSyntax Tokens.swift
[74/116] Compiling SwiftSyntax TriviaPieces.swift
[75/116] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[76/116] Compiling SwiftSyntax RawSyntaxNodesC.swift
[77/116] Compiling SwiftSyntax RawSyntaxNodesD.swift
[78/116] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[79/116] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[80/116] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[81/116] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[82/116] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[83/116] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[84/116] Compiling SwiftSyntax RawSyntaxValidation.swift
[85/116] Compiling SwiftSyntax SyntaxNodesAB.swift
[86/116] Compiling SwiftSyntax Utils.swift
[87/116] Compiling SwiftSyntax ChildNameForKeyPath.swift
[88/116] Compiling SwiftSyntax Keyword.swift
[89/116] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[90/116] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[91/116] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[92/116] Compiling SwiftSyntax SyntaxBaseNodes.swift
[93/116] Compiling SwiftSyntax SyntaxCollections.swift
[94/116] Compiling SwiftSyntax SyntaxEnum.swift
[95/116] Compiling SwiftSyntax SyntaxNodesC.swift
[96/116] Compiling SwiftSyntax SyntaxNodesD.swift
[97/116] Compiling SwiftSyntax SyntaxNodesEF.swift
[98/116] Compiling SwiftSyntax SyntaxNodesGHI.swift
[99/116] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[100/116] Compiling SwiftSyntax SyntaxNodesOP.swift
[101/116] Compiling SwiftSyntax SyntaxNodesQRS.swift
[102/116] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[103/117] Wrapping AST for SwiftSyntax for debugging
[105/174] Compiling SwiftBasicFormat Syntax+Extensions.swift
[106/174] Compiling SwiftDiagnostics Message.swift
[107/174] Emitting module SwiftDiagnostics
[108/174] Compiling SwiftParser Attributes.swift
[109/174] Compiling SwiftParser Availability.swift
[110/174] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[111/174] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[112/175] Compiling SwiftParser CharacterInfo.swift
[113/175] Compiling SwiftParser CollectionNodes+Parsable.swift
[114/175] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[115/175] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[116/175] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[117/175] Compiling SwiftDiagnostics FixIt.swift
[118/175] Compiling SwiftDiagnostics Note.swift
[119/176] Compiling SwiftBasicFormat InferIndentation.swift
[121/176] Compiling SwiftBasicFormat BasicFormat.swift
[122/176] Emitting module SwiftBasicFormat
[122/177] Wrapping AST for SwiftDiagnostics for debugging
[124/177] Wrapping AST for SwiftBasicFormat for debugging
[126/177] Compiling SwiftParser LexemeSequence.swift
[127/177] Compiling SwiftParser Lexer.swift
[128/177] Compiling SwiftParser RegexLiteralLexer.swift
[129/177] Compiling SwiftParser UnicodeScalarExtensions.swift
[130/177] Compiling SwiftParser Lookahead.swift
[131/177] Compiling SwiftParser LoopProgressCondition.swift
[132/182] Compiling SwiftParser Modifiers.swift
[133/182] Compiling SwiftParser Names.swift
[134/182] Compiling SwiftParser Nominals.swift
[135/182] Compiling SwiftParser Parameters.swift
[136/182] Compiling SwiftParser ParseSourceFile.swift
[137/182] Compiling SwiftParser Parser.swift
[138/182] Compiling SwiftParser SwiftParserCompatibility.swift
[139/182] Compiling SwiftParser SwiftVersion.swift
[140/182] Compiling SwiftParser SyntaxUtils.swift
[141/182] Compiling SwiftParser TokenConsumer.swift
[142/182] Compiling SwiftParser TokenPrecedence.swift
[143/182] Compiling SwiftParser Patterns.swift
[144/182] Compiling SwiftParser Recovery.swift
[145/182] Compiling SwiftParser Specifiers.swift
[146/182] Compiling SwiftParser Statements.swift
[147/182] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[148/182] Compiling SwiftParser StringLiterals.swift
[149/182] Compiling SwiftParser TokenSpec.swift
[150/182] Compiling SwiftParser TokenSpecSet.swift
[151/182] Compiling SwiftParser TopLevel.swift
[152/182] Compiling SwiftParser TriviaParser.swift
[153/182] Compiling SwiftParser Types.swift
[154/182] Emitting module SwiftParser
[159/182] Compiling SwiftParser Declarations.swift
[160/182] Compiling SwiftParser Directives.swift
[161/182] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[162/182] Compiling SwiftParser Expressions.swift
[163/182] Compiling SwiftParser IncrementalParseTransition.swift
[164/182] Compiling SwiftParser IsValidIdentifier.swift
[165/182] Compiling SwiftParser Cursor.swift
[166/182] Compiling SwiftParser Lexeme.swift
[167/182] Compiling SwiftParser ExperimentalFeatures.swift
[168/182] Compiling SwiftParser IsLexerClassified.swift
[169/182] Compiling SwiftParser LayoutNodes+Parsable.swift
[170/182] Compiling SwiftParser Parser+TokenSpecSet.swift
[171/182] Compiling SwiftParser TokenSpecStaticMembers.swift
[172/183] Wrapping AST for SwiftParser for debugging
[174/206] Compiling SwiftOperators PrecedenceGraph.swift
[175/207] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[176/208] Compiling SwiftOperators PrecedenceGroup.swift
[177/208] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[178/208] Compiling SwiftParserDiagnostics Utils.swift
[179/208] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[180/208] Compiling SwiftOperators SyntaxSynthesis.swift
[181/208] Emitting module SwiftParserDiagnostics
[182/208] Compiling SwiftParserDiagnostics MissingNodesError.swift
[183/208] Compiling SwiftParserDiagnostics MissingTokenError.swift
[184/208] Compiling SwiftOperators OperatorTable+Semantics.swift
[185/208] Compiling SwiftOperators OperatorTable.swift
[186/208] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[187/208] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[188/208] Emitting module SwiftOperators
[189/208] Compiling SwiftOperators OperatorTable+Folding.swift
[190/209] Wrapping AST for SwiftOperators for debugging
[192/209] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[195/209] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[196/209] Compiling SwiftParserDiagnostics PresenceUtils.swift
[197/209] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[198/209] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[201/210] Wrapping AST for SwiftParserDiagnostics for debugging
[203/225] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[204/225] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[205/225] Emitting module SwiftSyntaxBuilder
[206/226] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[207/226] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[208/226] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[209/226] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[210/226] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[211/226] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[212/226] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[213/226] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[214/226] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[215/226] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[216/226] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[217/226] Compiling SwiftSyntaxBuilder Indenter.swift
[218/226] Compiling SwiftSyntaxBuilder ListBuilder.swift
[219/242] Wrapping AST for SwiftSyntaxBuilder for debugging
[221/244] Emitting module SwiftSyntaxMacros
[222/246] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[223/246] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[224/246] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[225/246] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[226/246] Compiling SwiftSyntaxMacros MemberMacro.swift
[227/246] Compiling SwiftSyntaxMacros PeerMacro.swift
[228/246] Compiling SwiftSyntaxMacros Macro.swift
[229/246] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[230/246] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[231/246] Compiling SwiftSyntaxMacros Macro+Format.swift
[232/246] Compiling SwiftSyntaxMacros PreambleMacro.swift
[233/246] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[234/246] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[235/246] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[236/246] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[237/246] Compiling SwiftSyntaxMacros AccessorMacro.swift
[238/246] Compiling SwiftSyntaxMacros AttachedMacro.swift
[239/246] Compiling SwiftSyntaxMacros BodyMacro.swift
[240/256] Wrapping AST for SwiftSyntaxMacros for debugging
[242/256] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[243/257] Emitting module SwiftSyntaxMacroExpansion
[244/257] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[245/257] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[246/257] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[247/257] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[248/257] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[249/257] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[250/257] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[251/257] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[252/258] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[254/270] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[255/270] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[256/271] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[257/271] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[258/271] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[259/271] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[260/271] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[261/271] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[262/271] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[263/271] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[264/271] Emitting module SwiftCompilerPluginMessageHandling
[265/271] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[266/271] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[267/272] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[269/274] Emitting module SwiftCompilerPlugin
[270/274] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[271/275] Wrapping AST for SwiftCompilerPlugin for debugging
[273/281] Compiling Macros StackRootNavigationModelMacro.swift
[274/281] Compiling Macros SwiftUINavigationMacros.swift
[275/281] Compiling Macros SwitchedNavigationModelMacro.swift
[276/281] Compiling Macros TabsRootNavigationModelMacro.swift
[277/281] Compiling Macros NavigationModelMacro.swift
/host/spi-builder-workspace/Sources/Macros/Implementations/NavigationModelMacro.swift:49:13: warning: initialization of immutable value 'accessModifier' was never used; consider replacing with assignment to '_' or removing it
47 |         in context: some MacroExpansionContext
48 |     ) throws -> [ExtensionDeclSyntax] {
49 |         let accessModifier = declaration.modifiers.first {
   |             `- warning: initialization of immutable value 'accessModifier' was never used; consider replacing with assignment to '_' or removing it
50 |             [.keyword(.open), .keyword(.public), .keyword(.package)].contains($0.name.tokenKind)
51 |         }
[278/281] Emitting module Macros
[279/282] Wrapping AST for Macros for debugging
[280/282] Write Objects.LinkFileList
[281/282] Linking Macros-tool
[283/345] Compiling SwiftUINavigation DefaultStackRootNavigationModel.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[284/345] Compiling SwiftUINavigation StackNavigationDestination.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[285/345] Compiling SwiftUINavigation StackNavigationModel.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[286/345] Compiling SwiftUINavigation StackRootNavigationModel.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[287/345] Compiling SwiftUINavigation StackRootNavigationModelView.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[288/345] Compiling SwiftUINavigation StackTabBarToolbarBehavior.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[289/345] Compiling SwiftUINavigation StackNavigationTransition.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[290/345] Compiling SwiftUINavigation ZoomStackNavigationTransition.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[291/345] Compiling SwiftUINavigation SwitchedNavigationModel.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
error: emit-module command failed with exit code 1 (use -v to see invocation)
[292/353] Emitting module SwiftUINavigation
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand+Static.swift:61:59: warning: non-breaking space (U+00A0) used instead of regular space
59 | public extension NavigationCommand where Self == StackMapNavigationCommand {
60 |     static func stackMap(
61 |         _ transform: @escaping ([StackNavigationModel]) -> [StackNavigationModel],
   |                                                           `- warning: non-breaking space (U+00A0) used instead of regular space
62 |         animated: Bool = true
63 |     ) -> StackMapNavigationCommand {
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[293/353] Compiling SwiftUINavigation ResolvedHideNavigationCommand.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[294/353] Compiling SwiftUINavigation StackAppendNavigationCommand.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[295/353] Compiling SwiftUINavigation StackDropLastNavigationCommand.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[296/353] Compiling SwiftUINavigation StackDropToRootNavigationCommand.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[297/353] Compiling SwiftUINavigation StackMapNavigationCommand.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[298/353] Compiling SwiftUINavigation StackSetRootNavigationCommand.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[299/353] Compiling SwiftUINavigation SwitchNavigationCommand.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[300/353] Compiling SwiftUINavigation TabsSelectItemNavigationCommand.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[301/353] Compiling SwiftUINavigation NavigationConfig.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[302/353] Compiling SwiftUINavigation DefaultNavigationEnvironmentTriggerHandler.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[303/353] Compiling SwiftUINavigation NavigationEnvironmentTrigger.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[304/353] Compiling SwiftUINavigation DismissNavigationEnvironmentTrigger.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[305/353] Compiling SwiftUINavigation DismissWindowNavigationEnvironmentTrigger.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[306/353] Compiling SwiftUINavigation OpenURLNavigationEnvironmentTrigger.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[307/353] Compiling SwiftUINavigation OpenWindowNavigationEnvironmentTrigger.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[308/353] Compiling SwiftUINavigation RootNavigationView.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[309/353] Compiling SwiftUINavigation AnyNavigationTransition.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[310/353] Compiling SwiftUINavigation NavigationCommand+Static.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand+Static.swift:61:59: warning: non-breaking space (U+00A0) used instead of regular space
59 | public extension NavigationCommand where Self == StackMapNavigationCommand {
60 |     static func stackMap(
61 |         _ transform: @escaping ([StackNavigationModel]) -> [StackNavigationModel],
   |                                                           `- warning: non-breaking space (U+00A0) used instead of regular space
62 |         animated: Bool = true
63 |     ) -> StackMapNavigationCommand {
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[311/353] Compiling SwiftUINavigation NavigationCommand.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand+Static.swift:61:59: warning: non-breaking space (U+00A0) used instead of regular space
59 | public extension NavigationCommand where Self == StackMapNavigationCommand {
60 |     static func stackMap(
61 |         _ transform: @escaping ([StackNavigationModel]) -> [StackNavigationModel],
   |                                                           `- warning: non-breaking space (U+00A0) used instead of regular space
62 |         animated: Bool = true
63 |     ) -> StackMapNavigationCommand {
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[312/353] Compiling SwiftUINavigation DismissJustFromPresentedNavigationCommand.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand+Static.swift:61:59: warning: non-breaking space (U+00A0) used instead of regular space
59 | public extension NavigationCommand where Self == StackMapNavigationCommand {
60 |     static func stackMap(
61 |         _ transform: @escaping ([StackNavigationModel]) -> [StackNavigationModel],
   |                                                           `- warning: non-breaking space (U+00A0) used instead of regular space
62 |         animated: Bool = true
63 |     ) -> StackMapNavigationCommand {
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[313/353] Compiling SwiftUINavigation DismissNavigationCommand.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand+Static.swift:61:59: warning: non-breaking space (U+00A0) used instead of regular space
59 | public extension NavigationCommand where Self == StackMapNavigationCommand {
60 |     static func stackMap(
61 |         _ transform: @escaping ([StackNavigationModel]) -> [StackNavigationModel],
   |                                                           `- warning: non-breaking space (U+00A0) used instead of regular space
62 |         animated: Bool = true
63 |     ) -> StackMapNavigationCommand {
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[314/353] Compiling SwiftUINavigation DismissWindowNavigationCommand.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand+Static.swift:61:59: warning: non-breaking space (U+00A0) used instead of regular space
59 | public extension NavigationCommand where Self == StackMapNavigationCommand {
60 |     static func stackMap(
61 |         _ transform: @escaping ([StackNavigationModel]) -> [StackNavigationModel],
   |                                                           `- warning: non-breaking space (U+00A0) used instead of regular space
62 |         animated: Bool = true
63 |     ) -> StackMapNavigationCommand {
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[315/353] Compiling SwiftUINavigation OpenURLNavigationCommand.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand+Static.swift:61:59: warning: non-breaking space (U+00A0) used instead of regular space
59 | public extension NavigationCommand where Self == StackMapNavigationCommand {
60 |     static func stackMap(
61 |         _ transform: @escaping ([StackNavigationModel]) -> [StackNavigationModel],
   |                                                           `- warning: non-breaking space (U+00A0) used instead of regular space
62 |         animated: Bool = true
63 |     ) -> StackMapNavigationCommand {
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[316/353] Compiling SwiftUINavigation OpenWindowNavigationCommand.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand+Static.swift:61:59: warning: non-breaking space (U+00A0) used instead of regular space
59 | public extension NavigationCommand where Self == StackMapNavigationCommand {
60 |     static func stackMap(
61 |         _ transform: @escaping ([StackNavigationModel]) -> [StackNavigationModel],
   |                                                           `- warning: non-breaking space (U+00A0) used instead of regular space
62 |         animated: Bool = true
63 |     ) -> StackMapNavigationCommand {
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[317/353] Compiling SwiftUINavigation PresentNavigationCommand.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand+Static.swift:61:59: warning: non-breaking space (U+00A0) used instead of regular space
59 | public extension NavigationCommand where Self == StackMapNavigationCommand {
60 |     static func stackMap(
61 |         _ transform: @escaping ([StackNavigationModel]) -> [StackNavigationModel],
   |                                                           `- warning: non-breaking space (U+00A0) used instead of regular space
62 |         animated: Bool = true
63 |     ) -> StackMapNavigationCommand {
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[318/353] Compiling SwiftUINavigation PresentOnGivenModelNavigationCommand.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand+Static.swift:61:59: warning: non-breaking space (U+00A0) used instead of regular space
59 | public extension NavigationCommand where Self == StackMapNavigationCommand {
60 |     static func stackMap(
61 |         _ transform: @escaping ([StackNavigationModel]) -> [StackNavigationModel],
   |                                                           `- warning: non-breaking space (U+00A0) used instead of regular space
62 |         animated: Bool = true
63 |     ) -> StackMapNavigationCommand {
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[319/353] Compiling SwiftUINavigation EnvironmentNavigationModel.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[320/353] Compiling SwiftUINavigation EnvironmentValues+.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[321/353] Compiling SwiftUINavigation UINavigationController+.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[322/353] Compiling SwiftUINavigation Macros.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[323/353] Compiling SwiftUINavigation FinishedNavigationMessage.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[324/353] Compiling SwiftUINavigation NavigationMessage.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[325/353] Compiling SwiftUINavigation NavigationMessageListener.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[326/353] Compiling SwiftUINavigation AnyNavigationModel.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[327/353] Compiling SwiftUINavigation CommonNavigationModelState.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[328/353] Compiling SwiftUINavigation ConfirmationDialogNavigationModel.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[329/353] Compiling SwiftUINavigation ConfirmationDialogPresentedNavigationModel.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[330/353] Compiling SwiftUINavigation FullScreenCoverPresentedNavigationModel.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[331/353] Compiling SwiftUINavigation PresentedNavigationModel+Static.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[332/353] Compiling SwiftUINavigation PresentedNavigationModel.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[333/353] Compiling SwiftUINavigation PresentingNavigationSourceViewModifier.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[334/353] Compiling SwiftUINavigation SheetPresentedNavigationModel.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[335/353] Compiling SwiftUINavigation NavigationModelResolvedView.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[336/353] Compiling SwiftUINavigation EquatableNavigationModel.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[337/353] Compiling SwiftUINavigation NavigationCommandExecuter.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[338/353] Compiling SwiftUINavigation NavigationModel+Iterating.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[339/353] Compiling SwiftUINavigation NavigationModel+NavigationCommandExecuter.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[340/353] Compiling SwiftUINavigation NavigationModel.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[341/353] Compiling SwiftUINavigation SFSafariInputData.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[342/353] Compiling SwiftUINavigation SFSafariNavigationModel.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[343/353] Compiling SwiftUINavigation SFSafariView.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[344/353] Compiling SwiftUINavigation DefaultStackRootNavigationModel+Static.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[345/353] Compiling SwiftUINavigation SwitchedNavigationModelView.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[346/353] Compiling SwiftUINavigation DefaultTabModel.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[347/353] Compiling SwiftUINavigation TabModel.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[348/353] Compiling SwiftUINavigation TabsRootNavigationModel.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[349/353] Compiling SwiftUINavigation TabsRootNavigationModelView.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[350/353] Compiling SwiftUINavigation AlertInputData.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[351/353] Compiling SwiftUINavigation AlertNavigationModel.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[352/353] Compiling SwiftUINavigation AlertPresentedNavigationModel.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[353/353] Compiling SwiftUINavigation ConfirmationDialogInputData.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/18] Write swift-version-24593BA9C3E375BF.txt
[2/24] Compiling SwiftSyntax509 Empty.swift
[3/24] Emitting module SwiftSyntax509
[4/25] Compiling SwiftSyntax510 Empty.swift
[5/25] Compiling SwiftSyntax600 Empty.swift
[6/25] Emitting module SwiftSyntax510
[7/26] Emitting module SwiftSyntax600
[11/88] Compiling SwiftSyntax SyntaxNodeFactory.swift
[12/88] Compiling SwiftSyntax SyntaxNodeStructure.swift
[13/88] Compiling SwiftSyntax SyntaxProtocol.swift
[14/88] Compiling SwiftSyntax SyntaxText.swift
[15/88] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[16/88] Compiling SwiftSyntax TokenDiagnostic.swift
[17/88] Compiling SwiftSyntax TokenSequence.swift
[18/88] Compiling SwiftSyntax TokenSyntax.swift
[19/88] Compiling SwiftSyntax Trivia.swift
[20/96] Compiling SwiftSyntax AbsolutePosition.swift
[21/96] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[22/96] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[23/96] Compiling SwiftSyntax Assert.swift
[24/96] Compiling SwiftSyntax BumpPtrAllocator.swift
[25/96] Compiling SwiftSyntax CommonAncestor.swift
[26/96] Compiling SwiftSyntax Convenience.swift
[27/96] Compiling SwiftSyntax CustomTraits.swift
[28/96] Compiling SwiftSyntax Identifier.swift
[29/96] Compiling SwiftSyntax SourcePresence.swift
[30/96] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[31/96] Compiling SwiftSyntax Syntax.swift
[32/96] Compiling SwiftSyntax SyntaxArena.swift
[33/96] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[34/96] Compiling SwiftSyntax SyntaxChildren.swift
[35/96] Compiling SwiftSyntax SyntaxCollection.swift
[36/96] Compiling SwiftSyntax SyntaxHashable.swift
[37/96] Compiling SwiftSyntax SyntaxIdentifier.swift
[38/96] Compiling SwiftSyntax MemoryLayout.swift
[39/96] Compiling SwiftSyntax MissingNodeInitializers.swift
[40/96] Compiling SwiftSyntax RawSyntax.swift
[41/96] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[42/96] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[43/96] Compiling SwiftSyntax RawSyntaxTokenView.swift
[44/96] Compiling SwiftSyntax SourceEdit.swift
[45/96] Compiling SwiftSyntax SourceLength.swift
[46/96] Compiling SwiftSyntax SourceLocation.swift
[47/96] Emitting module SwiftSyntax
[48/96] Compiling SwiftSyntax SyntaxKind.swift
[49/96] Compiling SwiftSyntax SyntaxRewriter.swift
[50/96] Compiling SwiftSyntax SyntaxTraits.swift
[51/96] Compiling SwiftSyntax SyntaxVisitor.swift
[52/96] Compiling SwiftSyntax TokenKind.swift
[53/96] Compiling SwiftSyntax Tokens.swift
[54/96] Compiling SwiftSyntax TriviaPieces.swift
[55/96] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[56/96] Compiling SwiftSyntax RawSyntaxNodesC.swift
[57/96] Compiling SwiftSyntax RawSyntaxNodesD.swift
[58/96] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[59/96] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[60/96] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[61/96] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[62/96] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[63/96] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[64/96] Compiling SwiftSyntax RawSyntaxValidation.swift
[65/96] Compiling SwiftSyntax SyntaxNodesAB.swift
[66/96] Compiling SwiftSyntax Utils.swift
[67/96] Compiling SwiftSyntax ChildNameForKeyPath.swift
[68/96] Compiling SwiftSyntax Keyword.swift
[69/96] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[70/96] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[71/96] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[72/96] Compiling SwiftSyntax SyntaxBaseNodes.swift
[73/96] Compiling SwiftSyntax SyntaxCollections.swift
[74/96] Compiling SwiftSyntax SyntaxEnum.swift
[75/96] Compiling SwiftSyntax SyntaxNodesC.swift
[76/96] Compiling SwiftSyntax SyntaxNodesD.swift
[77/96] Compiling SwiftSyntax SyntaxNodesEF.swift
[78/96] Compiling SwiftSyntax SyntaxNodesGHI.swift
[79/96] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[80/96] Compiling SwiftSyntax SyntaxNodesOP.swift
[81/96] Compiling SwiftSyntax SyntaxNodesQRS.swift
[82/96] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[84/153] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[85/153] Compiling SwiftParser Expressions.swift
[86/154] Compiling SwiftDiagnostics FixIt.swift
[87/154] Compiling SwiftDiagnostics Message.swift
[88/154] Compiling SwiftBasicFormat Syntax+Extensions.swift
[89/154] Emitting module SwiftBasicFormat
[90/154] Compiling SwiftBasicFormat InferIndentation.swift
[91/154] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[92/154] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[93/154] Compiling SwiftDiagnostics Note.swift
[94/154] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[95/154] Emitting module SwiftDiagnostics
[96/154] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[97/154] Compiling SwiftParser IncrementalParseTransition.swift
[98/154] Compiling SwiftParser IsValidIdentifier.swift
[99/154] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[101/155] Compiling SwiftBasicFormat BasicFormat.swift
[103/154] Compiling SwiftParser LexemeSequence.swift
[104/154] Compiling SwiftParser Lexer.swift
[105/154] Compiling SwiftParser RegexLiteralLexer.swift
[106/154] Compiling SwiftParser UnicodeScalarExtensions.swift
[107/154] Compiling SwiftParser Lookahead.swift
[108/154] Compiling SwiftParser LoopProgressCondition.swift
[109/159] Compiling SwiftParser Modifiers.swift
[110/159] Compiling SwiftParser Names.swift
[111/159] Compiling SwiftParser Nominals.swift
[112/159] Compiling SwiftParser Parameters.swift
[113/159] Compiling SwiftParser ParseSourceFile.swift
[114/159] Compiling SwiftParser Parser.swift
[115/159] Compiling SwiftParser Patterns.swift
[116/159] Compiling SwiftParser Recovery.swift
[117/159] Compiling SwiftParser Specifiers.swift
[118/159] Compiling SwiftParser Statements.swift
[119/159] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[120/159] Compiling SwiftParser StringLiterals.swift
[121/159] Compiling SwiftParser SwiftParserCompatibility.swift
[122/159] Compiling SwiftParser SwiftVersion.swift
[123/159] Compiling SwiftParser SyntaxUtils.swift
[124/159] Compiling SwiftParser TokenConsumer.swift
[125/159] Compiling SwiftParser TokenPrecedence.swift
[126/159] Compiling SwiftParser TokenSpec.swift
[127/159] Compiling SwiftParser TokenSpecSet.swift
[128/159] Compiling SwiftParser TopLevel.swift
[129/159] Compiling SwiftParser TriviaParser.swift
[130/159] Compiling SwiftParser Types.swift
[131/159] Compiling SwiftParser Attributes.swift
[132/159] Compiling SwiftParser Availability.swift
[133/159] Compiling SwiftParser CharacterInfo.swift
[134/159] Compiling SwiftParser CollectionNodes+Parsable.swift
[135/159] Compiling SwiftParser Declarations.swift
[136/159] Compiling SwiftParser Directives.swift
[141/159] Compiling SwiftParser Cursor.swift
[142/159] Compiling SwiftParser Lexeme.swift
[143/159] Emitting module SwiftParser
[144/159] Compiling SwiftParser ExperimentalFeatures.swift
[145/159] Compiling SwiftParser IsLexerClassified.swift
[146/159] Compiling SwiftParser LayoutNodes+Parsable.swift
[147/159] Compiling SwiftParser Parser+TokenSpecSet.swift
[148/159] Compiling SwiftParser TokenSpecStaticMembers.swift
[150/182] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[151/183] Emitting module SwiftOperators
[152/184] Compiling SwiftOperators OperatorTable.swift
[153/184] Compiling SwiftOperators PrecedenceGraph.swift
[154/184] Compiling SwiftOperators PrecedenceGroup.swift
[155/184] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[156/184] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[157/184] Compiling SwiftParserDiagnostics Utils.swift
[158/184] Compiling SwiftOperators OperatorTable+Semantics.swift
[159/184] Compiling SwiftOperators SyntaxSynthesis.swift
[160/184] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[161/184] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[162/184] Compiling SwiftParserDiagnostics MissingNodesError.swift
[163/184] Compiling SwiftParserDiagnostics MissingTokenError.swift
[164/184] Compiling SwiftOperators OperatorTable+Folding.swift
[165/185] Emitting module SwiftParserDiagnostics
[167/185] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[170/185] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[171/185] Compiling SwiftParserDiagnostics PresenceUtils.swift
[174/184] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[175/184] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[177/199] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[178/199] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[179/200] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[180/200] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[181/200] Compiling SwiftSyntaxBuilder Indenter.swift
[182/200] Compiling SwiftSyntaxBuilder ListBuilder.swift
[183/200] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[184/200] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[185/200] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[186/200] Emitting module SwiftSyntaxBuilder
[187/200] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[188/200] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[189/200] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[190/200] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[191/200] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[192/200] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[194/217] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[195/217] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[196/217] Compiling SwiftSyntaxMacros AccessorMacro.swift
[197/217] Compiling SwiftSyntaxMacros AttachedMacro.swift
[198/217] Compiling SwiftSyntaxMacros BodyMacro.swift
[199/217] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[200/217] Compiling SwiftSyntaxMacros Macro+Format.swift
[201/217] Compiling SwiftSyntaxMacros MemberMacro.swift
[202/217] Compiling SwiftSyntaxMacros PeerMacro.swift
[203/217] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[204/217] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[205/219] Emitting module SwiftSyntaxMacros
[206/219] Compiling SwiftSyntaxMacros Macro.swift
[207/219] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[208/219] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[209/219] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[210/219] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[211/219] Compiling SwiftSyntaxMacros PreambleMacro.swift
[212/219] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[214/228] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[215/229] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[216/229] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[217/229] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[218/229] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[219/229] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[220/229] Emitting module SwiftSyntaxMacroExpansion
[221/229] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[222/229] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[223/229] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[225/241] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[226/241] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[227/241] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[228/242] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[229/242] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[230/242] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[231/242] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[232/242] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[233/242] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[234/242] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[235/242] Emitting module SwiftCompilerPluginMessageHandling
[236/242] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[237/242] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[239/244] Emitting module SwiftCompilerPlugin
[240/244] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[242/250] Compiling Macros SwitchedNavigationModelMacro.swift
[243/250] Compiling Macros SwiftUINavigationMacros.swift
[244/250] Compiling Macros TabsRootNavigationModelMacro.swift
[245/250] Compiling Macros NavigationModelMacro.swift
/host/spi-builder-workspace/Sources/Macros/Implementations/NavigationModelMacro.swift:49:13: warning: initialization of immutable value 'accessModifier' was never used; consider replacing with assignment to '_' or removing it
47 |         in context: some MacroExpansionContext
48 |     ) throws -> [ExtensionDeclSyntax] {
49 |         let accessModifier = declaration.modifiers.first {
   |             `- warning: initialization of immutable value 'accessModifier' was never used; consider replacing with assignment to '_' or removing it
50 |             [.keyword(.open), .keyword(.public), .keyword(.package)].contains($0.name.tokenKind)
51 |         }
[246/250] Emitting module Macros
[247/250] Compiling Macros StackRootNavigationModelMacro.swift
[248/250] Write Objects.LinkFileList
[249/250] Linking Macros-tool
[251/313] Compiling SwiftUINavigation NavigationCommand+Static.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand+Static.swift:61:59: warning: non-breaking space (U+00A0) used instead of regular space
59 | public extension NavigationCommand where Self == StackMapNavigationCommand {
60 |     static func stackMap(
61 |         _ transform: @escaping ([StackNavigationModel]) -> [StackNavigationModel],
   |                                                           `- warning: non-breaking space (U+00A0) used instead of regular space
62 |         animated: Bool = true
63 |     ) -> StackMapNavigationCommand {
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[252/313] Compiling SwiftUINavigation NavigationCommand.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand+Static.swift:61:59: warning: non-breaking space (U+00A0) used instead of regular space
59 | public extension NavigationCommand where Self == StackMapNavigationCommand {
60 |     static func stackMap(
61 |         _ transform: @escaping ([StackNavigationModel]) -> [StackNavigationModel],
   |                                                           `- warning: non-breaking space (U+00A0) used instead of regular space
62 |         animated: Bool = true
63 |     ) -> StackMapNavigationCommand {
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[253/313] Compiling SwiftUINavigation DismissJustFromPresentedNavigationCommand.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand+Static.swift:61:59: warning: non-breaking space (U+00A0) used instead of regular space
59 | public extension NavigationCommand where Self == StackMapNavigationCommand {
60 |     static func stackMap(
61 |         _ transform: @escaping ([StackNavigationModel]) -> [StackNavigationModel],
   |                                                           `- warning: non-breaking space (U+00A0) used instead of regular space
62 |         animated: Bool = true
63 |     ) -> StackMapNavigationCommand {
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[254/313] Compiling SwiftUINavigation DismissNavigationCommand.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand+Static.swift:61:59: warning: non-breaking space (U+00A0) used instead of regular space
59 | public extension NavigationCommand where Self == StackMapNavigationCommand {
60 |     static func stackMap(
61 |         _ transform: @escaping ([StackNavigationModel]) -> [StackNavigationModel],
   |                                                           `- warning: non-breaking space (U+00A0) used instead of regular space
62 |         animated: Bool = true
63 |     ) -> StackMapNavigationCommand {
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[255/313] Compiling SwiftUINavigation DismissWindowNavigationCommand.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand+Static.swift:61:59: warning: non-breaking space (U+00A0) used instead of regular space
59 | public extension NavigationCommand where Self == StackMapNavigationCommand {
60 |     static func stackMap(
61 |         _ transform: @escaping ([StackNavigationModel]) -> [StackNavigationModel],
   |                                                           `- warning: non-breaking space (U+00A0) used instead of regular space
62 |         animated: Bool = true
63 |     ) -> StackMapNavigationCommand {
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[256/313] Compiling SwiftUINavigation OpenURLNavigationCommand.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand+Static.swift:61:59: warning: non-breaking space (U+00A0) used instead of regular space
59 | public extension NavigationCommand where Self == StackMapNavigationCommand {
60 |     static func stackMap(
61 |         _ transform: @escaping ([StackNavigationModel]) -> [StackNavigationModel],
   |                                                           `- warning: non-breaking space (U+00A0) used instead of regular space
62 |         animated: Bool = true
63 |     ) -> StackMapNavigationCommand {
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[257/313] Compiling SwiftUINavigation OpenWindowNavigationCommand.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand+Static.swift:61:59: warning: non-breaking space (U+00A0) used instead of regular space
59 | public extension NavigationCommand where Self == StackMapNavigationCommand {
60 |     static func stackMap(
61 |         _ transform: @escaping ([StackNavigationModel]) -> [StackNavigationModel],
   |                                                           `- warning: non-breaking space (U+00A0) used instead of regular space
62 |         animated: Bool = true
63 |     ) -> StackMapNavigationCommand {
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[258/313] Compiling SwiftUINavigation PresentNavigationCommand.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand+Static.swift:61:59: warning: non-breaking space (U+00A0) used instead of regular space
59 | public extension NavigationCommand where Self == StackMapNavigationCommand {
60 |     static func stackMap(
61 |         _ transform: @escaping ([StackNavigationModel]) -> [StackNavigationModel],
   |                                                           `- warning: non-breaking space (U+00A0) used instead of regular space
62 |         animated: Bool = true
63 |     ) -> StackMapNavigationCommand {
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[259/313] Compiling SwiftUINavigation PresentOnGivenModelNavigationCommand.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand+Static.swift:61:59: warning: non-breaking space (U+00A0) used instead of regular space
59 | public extension NavigationCommand where Self == StackMapNavigationCommand {
60 |     static func stackMap(
61 |         _ transform: @escaping ([StackNavigationModel]) -> [StackNavigationModel],
   |                                                           `- warning: non-breaking space (U+00A0) used instead of regular space
62 |         animated: Bool = true
63 |     ) -> StackMapNavigationCommand {
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[260/321] Compiling SwiftUINavigation ConfirmationDialogNavigationModel.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[261/321] Compiling SwiftUINavigation ConfirmationDialogPresentedNavigationModel.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[262/321] Compiling SwiftUINavigation FullScreenCoverPresentedNavigationModel.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[263/321] Compiling SwiftUINavigation PresentedNavigationModel+Static.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[264/321] Compiling SwiftUINavigation PresentedNavigationModel.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[265/321] Compiling SwiftUINavigation PresentingNavigationSourceViewModifier.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[266/321] Compiling SwiftUINavigation SheetPresentedNavigationModel.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[267/321] Compiling SwiftUINavigation NavigationModelResolvedView.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[268/321] Compiling SwiftUINavigation EnvironmentNavigationModel.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[269/321] Compiling SwiftUINavigation EnvironmentValues+.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[270/321] Compiling SwiftUINavigation UINavigationController+.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[271/321] Compiling SwiftUINavigation Macros.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[272/321] Compiling SwiftUINavigation FinishedNavigationMessage.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[273/321] Compiling SwiftUINavigation NavigationMessage.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[274/321] Compiling SwiftUINavigation NavigationMessageListener.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[275/321] Compiling SwiftUINavigation AnyNavigationModel.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[276/321] Compiling SwiftUINavigation CommonNavigationModelState.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[277/321] Compiling SwiftUINavigation SwitchedNavigationModelView.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[278/321] Compiling SwiftUINavigation DefaultTabModel.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[279/321] Compiling SwiftUINavigation TabModel.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[280/321] Compiling SwiftUINavigation TabsRootNavigationModel.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[281/321] Compiling SwiftUINavigation TabsRootNavigationModelView.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[282/321] Compiling SwiftUINavigation AlertInputData.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[283/321] Compiling SwiftUINavigation AlertNavigationModel.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[284/321] Compiling SwiftUINavigation AlertPresentedNavigationModel.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[285/321] Compiling SwiftUINavigation ConfirmationDialogInputData.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
error: emit-module command failed with exit code 1 (use -v to see invocation)
[286/321] Emitting module SwiftUINavigation
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand+Static.swift:61:59: warning: non-breaking space (U+00A0) used instead of regular space
59 | public extension NavigationCommand where Self == StackMapNavigationCommand {
60 |     static func stackMap(
61 |         _ transform: @escaping ([StackNavigationModel]) -> [StackNavigationModel],
   |                                                           `- warning: non-breaking space (U+00A0) used instead of regular space
62 |         animated: Bool = true
63 |     ) -> StackMapNavigationCommand {
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[287/321] Compiling SwiftUINavigation DefaultNavigationEnvironmentTriggerHandler.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[288/321] Compiling SwiftUINavigation NavigationEnvironmentTrigger.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[289/321] Compiling SwiftUINavigation DismissNavigationEnvironmentTrigger.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[290/321] Compiling SwiftUINavigation DismissWindowNavigationEnvironmentTrigger.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[291/321] Compiling SwiftUINavigation OpenURLNavigationEnvironmentTrigger.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[292/321] Compiling SwiftUINavigation OpenWindowNavigationEnvironmentTrigger.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[293/321] Compiling SwiftUINavigation RootNavigationView.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[294/321] Compiling SwiftUINavigation AnyNavigationTransition.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[295/321] Compiling SwiftUINavigation ResolvedHideNavigationCommand.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[296/321] Compiling SwiftUINavigation StackAppendNavigationCommand.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[297/321] Compiling SwiftUINavigation StackDropLastNavigationCommand.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[298/321] Compiling SwiftUINavigation StackDropToRootNavigationCommand.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[299/321] Compiling SwiftUINavigation StackMapNavigationCommand.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[300/321] Compiling SwiftUINavigation StackSetRootNavigationCommand.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[301/321] Compiling SwiftUINavigation SwitchNavigationCommand.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[302/321] Compiling SwiftUINavigation TabsSelectItemNavigationCommand.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[303/321] Compiling SwiftUINavigation NavigationConfig.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[304/321] Compiling SwiftUINavigation DefaultStackRootNavigationModel.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[305/321] Compiling SwiftUINavigation StackNavigationDestination.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[306/321] Compiling SwiftUINavigation StackNavigationModel.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[307/321] Compiling SwiftUINavigation StackRootNavigationModel.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[308/321] Compiling SwiftUINavigation StackRootNavigationModelView.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[309/321] Compiling SwiftUINavigation StackTabBarToolbarBehavior.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[310/321] Compiling SwiftUINavigation StackNavigationTransition.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[311/321] Compiling SwiftUINavigation ZoomStackNavigationTransition.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[312/321] Compiling SwiftUINavigation SwitchedNavigationModel.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[313/321] Compiling SwiftUINavigation EquatableNavigationModel.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[314/321] Compiling SwiftUINavigation NavigationCommandExecuter.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[315/321] Compiling SwiftUINavigation NavigationModel+Iterating.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[316/321] Compiling SwiftUINavigation NavigationModel+NavigationCommandExecuter.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[317/321] Compiling SwiftUINavigation NavigationModel.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[318/321] Compiling SwiftUINavigation SFSafariInputData.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[319/321] Compiling SwiftUINavigation SFSafariNavigationModel.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[320/321] Compiling SwiftUINavigation SFSafariView.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
[321/321] Compiling SwiftUINavigation DefaultStackRootNavigationModel+Static.swift
/host/spi-builder-workspace/Sources/SwiftUINavigation/Command/NavigationCommand.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | @MainActor
BUILD FAILURE 6.1 linux