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 2.2.2 (c892d9), with Swift 6.1 for Linux on 30 Apr 2025 22:12:45 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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: 2.2.2
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
 * tag               2.2.2      -> FETCH_HEAD
HEAD is now at c892d9b Merge pull request #28 from RobertDresler/macOS
Cloned https://github.com/RobertDresler/SwiftUINavigation.git
Revision (git rev-parse @):
c892d9b9da6c327d0dc4f69795b5f207d6625f1d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/RobertDresler/SwiftUINavigation.git at 2.2.2
========================================
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-4609320-0":/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 (3.64s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (5.60s)
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] Compiling SwiftSyntax509 Empty.swift
[20/41] Emitting module SwiftSyntax509
[21/42] Emitting module SwiftSyntax600
[22/42] Compiling SwiftSyntax600 Empty.swift
[25/43] Emitting module SwiftSyntax510
[26/43] Compiling SwiftSyntax510 Empty.swift
[26/44] Wrapping AST for SwiftSyntax509 for debugging
[27/44] Wrapping AST for SwiftSyntax600 for debugging
[29/44] Wrapping AST for SwiftSyntax510 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] Emitting module SwiftSyntax
[41/116] Compiling SwiftSyntax SyntaxNodeFactory.swift
[42/116] Compiling SwiftSyntax SyntaxNodeStructure.swift
[43/116] Compiling SwiftSyntax SyntaxProtocol.swift
[44/116] Compiling SwiftSyntax SyntaxText.swift
[45/116] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[46/116] Compiling SwiftSyntax TokenDiagnostic.swift
[47/116] Compiling SwiftSyntax TokenSequence.swift
[48/116] Compiling SwiftSyntax TokenSyntax.swift
[49/116] Compiling SwiftSyntax Trivia.swift
[50/116] Compiling SwiftSyntax SyntaxKind.swift
[51/116] Compiling SwiftSyntax SyntaxRewriter.swift
[52/116] Compiling SwiftSyntax SyntaxTraits.swift
[53/116] Compiling SwiftSyntax SyntaxVisitor.swift
[54/116] Compiling SwiftSyntax TokenKind.swift
[55/116] Compiling SwiftSyntax Tokens.swift
[56/116] Compiling SwiftSyntax TriviaPieces.swift
[57/116] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[58/116] Compiling SwiftSyntax RawSyntaxNodesC.swift
[59/116] Compiling SwiftSyntax RawSyntaxNodesD.swift
[60/116] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[61/116] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[62/116] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[63/116] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[64/116] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[65/116] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[66/116] Compiling SwiftSyntax RawSyntaxValidation.swift
[67/116] Compiling SwiftSyntax SyntaxNodesAB.swift
[68/116] Compiling SwiftSyntax Utils.swift
[69/116] Compiling SwiftSyntax ChildNameForKeyPath.swift
[70/116] Compiling SwiftSyntax Keyword.swift
[71/116] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[72/116] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[73/116] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[74/116] Compiling SwiftSyntax SyntaxBaseNodes.swift
[75/116] Compiling SwiftSyntax SyntaxCollections.swift
[76/116] Compiling SwiftSyntax SyntaxEnum.swift
[77/116] Compiling SwiftSyntax MemoryLayout.swift
[78/116] Compiling SwiftSyntax MissingNodeInitializers.swift
[79/116] Compiling SwiftSyntax RawSyntax.swift
[80/116] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[81/116] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[82/116] Compiling SwiftSyntax RawSyntaxTokenView.swift
[83/116] Compiling SwiftSyntax SourceEdit.swift
[84/116] Compiling SwiftSyntax SourceLength.swift
[85/116] Compiling SwiftSyntax SourceLocation.swift
[86/116] Compiling SwiftSyntax SourcePresence.swift
[87/116] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[88/116] Compiling SwiftSyntax Syntax.swift
[89/116] Compiling SwiftSyntax SyntaxArena.swift
[90/116] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[91/116] Compiling SwiftSyntax SyntaxChildren.swift
[92/116] Compiling SwiftSyntax SyntaxCollection.swift
[93/116] Compiling SwiftSyntax SyntaxHashable.swift
[94/116] Compiling SwiftSyntax SyntaxIdentifier.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 SwiftDiagnostics FixIt.swift
[106/175] Compiling SwiftDiagnostics Note.swift
[107/175] Compiling SwiftDiagnostics Message.swift
[108/175] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[109/175] Compiling SwiftParser Attributes.swift
[110/175] Compiling SwiftParser Availability.swift
[111/175] Emitting module SwiftDiagnostics
[112/175] Compiling SwiftParser CharacterInfo.swift
[113/175] Compiling SwiftParser CollectionNodes+Parsable.swift
[114/175] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[115/175] Emitting module SwiftBasicFormat
[116/175] Compiling SwiftBasicFormat Syntax+Extensions.swift
[117/175] Compiling SwiftBasicFormat BasicFormat.swift
[118/175] Compiling SwiftBasicFormat InferIndentation.swift
[119/175] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[120/176] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[121/176] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[124/177] Compiling SwiftParser LexemeSequence.swift
[125/177] Compiling SwiftParser Lexer.swift
[126/177] Compiling SwiftParser RegexLiteralLexer.swift
[127/177] Compiling SwiftParser UnicodeScalarExtensions.swift
[128/177] Compiling SwiftParser Lookahead.swift
[129/177] Compiling SwiftParser LoopProgressCondition.swift
[129/182] Wrapping AST for SwiftBasicFormat for debugging
[130/182] Wrapping AST for SwiftDiagnostics for debugging
[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 Patterns.swift
[139/182] Compiling SwiftParser Recovery.swift
[140/182] Compiling SwiftParser Specifiers.swift
[141/182] Compiling SwiftParser Statements.swift
[142/182] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[143/182] Compiling SwiftParser StringLiterals.swift
[144/182] Compiling SwiftParser SwiftParserCompatibility.swift
[145/182] Compiling SwiftParser SwiftVersion.swift
[146/182] Compiling SwiftParser SyntaxUtils.swift
[147/182] Compiling SwiftParser TokenConsumer.swift
[148/182] Compiling SwiftParser TokenPrecedence.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
[158/182] Compiling SwiftParser Declarations.swift
[159/182] Compiling SwiftParser Directives.swift
[160/182] Emitting module SwiftParser
[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 SwiftOperators PrecedenceGroup.swift
[176/207] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[177/208] Compiling SwiftOperators SyntaxSynthesis.swift
[178/208] Compiling SwiftOperators OperatorTable.swift
[179/208] Compiling SwiftOperators OperatorTable+Semantics.swift
[180/208] Emitting module SwiftParserDiagnostics
[181/208] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[182/208] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[183/208] Compiling SwiftParserDiagnostics Utils.swift
[184/208] Emitting module SwiftOperators
[185/208] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[186/208] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[187/208] Compiling SwiftParserDiagnostics MissingNodesError.swift
[188/208] Compiling SwiftParserDiagnostics MissingTokenError.swift
[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
[199/209] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[200/209] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[201/210] Wrapping AST for SwiftParserDiagnostics for debugging
[203/225] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[204/225] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[205/226] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[206/226] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[207/226] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[208/226] Compiling SwiftSyntaxBuilder Indenter.swift
[209/226] Compiling SwiftSyntaxBuilder ListBuilder.swift
[210/226] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[211/226] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[212/226] Emitting module SwiftSyntaxBuilder
[213/226] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[214/226] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[215/226] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[216/226] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[217/226] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[218/226] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[219/227] Wrapping AST for SwiftSyntaxBuilder for debugging
[221/244] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[222/244] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[223/246] Compiling SwiftSyntaxMacros MemberMacro.swift
[224/246] Compiling SwiftSyntaxMacros PeerMacro.swift
[225/246] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[226/246] Compiling SwiftSyntaxMacros Macro+Format.swift
[227/246] Compiling SwiftSyntaxMacros AccessorMacro.swift
[228/246] Compiling SwiftSyntaxMacros AttachedMacro.swift
[229/246] Compiling SwiftSyntaxMacros BodyMacro.swift
[230/246] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[231/246] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[232/246] Compiling SwiftSyntaxMacros Macro.swift
[233/246] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[234/246] Emitting module SwiftSyntaxMacros
[235/246] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[236/246] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[237/246] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[238/246] Compiling SwiftSyntaxMacros PreambleMacro.swift
[239/246] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[240/247] Wrapping AST for SwiftSyntaxMacros for debugging
[242/256] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[243/257] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[244/257] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[245/257] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[246/257] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[247/257] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[248/257] Emitting module SwiftSyntaxMacroExpansion
[249/257] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[250/257] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[251/257] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[252/258] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[254/270] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[255/270] Compiling SwiftCompilerPluginMessageHandling Macros.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] Emitting module SwiftCompilerPluginMessageHandling
[261/271] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[262/271] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[263/271] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[264/271] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[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 SwiftUINavigationMacros.swift
[274/281] Compiling Macros SwitchedNavigationModelMacro.swift
[275/281] Compiling Macros StackRootNavigationModelMacro.swift
[276/281] Emitting module Macros
[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] Compiling Macros TabsRootNavigationModelMacro.swift
[279/282] Wrapping AST for Macros for debugging
[280/282] Write Objects.LinkFileList
[281/282] Linking Macros-tool
[283/345] 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
[284/345] 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
[285/345] 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
[286/345] 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
[287/345] 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
[288/345] 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
[289/345] 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
[290/345] 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
[291/345] 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
[292/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
[293/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
[294/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
[295/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
[296/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
[297/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
[298/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
[299/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
[300/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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[301/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
[302/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
[303/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
[304/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
[305/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
[306/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
[307/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
[308/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
[309/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
[310/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
[311/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
[312/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
[313/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
[314/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
[315/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
[316/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
[317/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
[318/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
[319/353] 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
[320/353] 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
[321/353] 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
[322/353] 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
[323/353] 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
[324/353] 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
[325/353] 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
[326/353] 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
[327/353] 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
[328/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
[329/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
[330/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
[331/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
[332/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
[333/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
[334/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
[335/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
[336/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
[337/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
[338/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
[339/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
[340/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
[341/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
[342/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
[343/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
[344/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
[345/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
[346/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
[347/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
[348/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
[349/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
[350/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
[351/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
[352/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
[353/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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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 SwiftSyntax600
[4/24] Compiling SwiftSyntax600 Empty.swift
[5/24] Compiling SwiftSyntax510 Empty.swift
[6/24] Emitting module SwiftSyntax510
[7/24] Emitting module SwiftSyntax509
[11/88] Compiling SwiftSyntax MemoryLayout.swift
[12/88] Compiling SwiftSyntax MissingNodeInitializers.swift
[13/88] Compiling SwiftSyntax RawSyntax.swift
[14/88] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[15/88] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[16/88] Compiling SwiftSyntax RawSyntaxTokenView.swift
[17/88] Compiling SwiftSyntax SourceEdit.swift
[18/88] Compiling SwiftSyntax SourceLength.swift
[19/88] Compiling SwiftSyntax SourceLocation.swift
[20/96] Emitting module SwiftSyntax
[21/96] Compiling SwiftSyntax RawSyntaxNodesD.swift
[22/96] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[23/96] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[24/96] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[25/96] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[26/96] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[27/96] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[28/96] Compiling SwiftSyntax RawSyntaxValidation.swift
[29/96] Compiling SwiftSyntax SyntaxNodesAB.swift
[30/96] Compiling SwiftSyntax SourcePresence.swift
[31/96] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[32/96] Compiling SwiftSyntax Syntax.swift
[33/96] Compiling SwiftSyntax SyntaxArena.swift
[34/96] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[35/96] Compiling SwiftSyntax SyntaxChildren.swift
[36/96] Compiling SwiftSyntax SyntaxCollection.swift
[37/96] Compiling SwiftSyntax SyntaxHashable.swift
[38/96] Compiling SwiftSyntax SyntaxIdentifier.swift
[39/96] Compiling SwiftSyntax SyntaxNodeFactory.swift
[40/96] Compiling SwiftSyntax SyntaxNodeStructure.swift
[41/96] Compiling SwiftSyntax SyntaxProtocol.swift
[42/96] Compiling SwiftSyntax SyntaxText.swift
[43/96] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[44/96] Compiling SwiftSyntax TokenDiagnostic.swift
[45/96] Compiling SwiftSyntax TokenSequence.swift
[46/96] Compiling SwiftSyntax TokenSyntax.swift
[47/96] Compiling SwiftSyntax Trivia.swift
[48/96] Compiling SwiftSyntax Utils.swift
[49/96] Compiling SwiftSyntax ChildNameForKeyPath.swift
[50/96] Compiling SwiftSyntax Keyword.swift
[51/96] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[52/96] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[53/96] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[54/96] Compiling SwiftSyntax SyntaxBaseNodes.swift
[55/96] Compiling SwiftSyntax SyntaxCollections.swift
[56/96] Compiling SwiftSyntax SyntaxEnum.swift
[57/96] Compiling SwiftSyntax SyntaxKind.swift
[58/96] Compiling SwiftSyntax SyntaxRewriter.swift
[59/96] Compiling SwiftSyntax SyntaxTraits.swift
[60/96] Compiling SwiftSyntax SyntaxVisitor.swift
[61/96] Compiling SwiftSyntax TokenKind.swift
[62/96] Compiling SwiftSyntax Tokens.swift
[63/96] Compiling SwiftSyntax TriviaPieces.swift
[64/96] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[65/96] Compiling SwiftSyntax RawSyntaxNodesC.swift
[66/96] Compiling SwiftSyntax AbsolutePosition.swift
[67/96] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[68/96] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[69/96] Compiling SwiftSyntax Assert.swift
[70/96] Compiling SwiftSyntax BumpPtrAllocator.swift
[71/96] Compiling SwiftSyntax CommonAncestor.swift
[72/96] Compiling SwiftSyntax Convenience.swift
[73/96] Compiling SwiftSyntax CustomTraits.swift
[74/96] Compiling SwiftSyntax Identifier.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 SwiftDiagnostics Message.swift
[85/153] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[86/153] Compiling SwiftDiagnostics FixIt.swift
[87/153] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[88/153] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[89/154] Compiling SwiftBasicFormat Syntax+Extensions.swift
[90/154] Compiling SwiftBasicFormat InferIndentation.swift
[91/154] Emitting module SwiftDiagnostics
[92/154] Compiling SwiftParser CharacterInfo.swift
[93/154] Compiling SwiftParser CollectionNodes+Parsable.swift
[94/154] Compiling SwiftParser Attributes.swift
[95/154] Compiling SwiftParser Availability.swift
[96/154] Compiling SwiftDiagnostics Note.swift
[97/154] Emitting module SwiftBasicFormat
[98/154] Compiling SwiftBasicFormat BasicFormat.swift
[100/155] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[101/155] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[103/154] Compiling SwiftParser SwiftParserCompatibility.swift
[104/154] Compiling SwiftParser SwiftVersion.swift
[105/154] Compiling SwiftParser SyntaxUtils.swift
[106/154] Compiling SwiftParser TokenConsumer.swift
[107/154] Compiling SwiftParser TokenPrecedence.swift
[108/159] Compiling SwiftParser TokenSpec.swift
[109/159] Compiling SwiftParser TokenSpecSet.swift
[110/159] Compiling SwiftParser TopLevel.swift
[111/159] Compiling SwiftParser TriviaParser.swift
[112/159] Compiling SwiftParser Types.swift
[113/159] Compiling SwiftParser Modifiers.swift
[114/159] Compiling SwiftParser Names.swift
[115/159] Compiling SwiftParser Nominals.swift
[116/159] Compiling SwiftParser Parameters.swift
[117/159] Compiling SwiftParser ParseSourceFile.swift
[118/159] Compiling SwiftParser Parser.swift
[119/159] Compiling SwiftParser LexemeSequence.swift
[120/159] Compiling SwiftParser Lexer.swift
[121/159] Compiling SwiftParser RegexLiteralLexer.swift
[122/159] Compiling SwiftParser UnicodeScalarExtensions.swift
[123/159] Compiling SwiftParser Lookahead.swift
[124/159] Compiling SwiftParser LoopProgressCondition.swift
[125/159] Compiling SwiftParser Patterns.swift
[126/159] Compiling SwiftParser Recovery.swift
[127/159] Compiling SwiftParser Specifiers.swift
[128/159] Compiling SwiftParser Statements.swift
[129/159] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[130/159] Compiling SwiftParser StringLiterals.swift
[131/159] Emitting module SwiftParser
[136/159] Compiling SwiftParser Declarations.swift
[137/159] Compiling SwiftParser Directives.swift
[138/159] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[139/159] Compiling SwiftParser Expressions.swift
[140/159] Compiling SwiftParser IncrementalParseTransition.swift
[141/159] Compiling SwiftParser IsValidIdentifier.swift
[142/159] Compiling SwiftParser Cursor.swift
[143/159] Compiling SwiftParser Lexeme.swift
[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 SwiftOperators PrecedenceGroup.swift
[151/183] Compiling SwiftOperators PrecedenceGraph.swift
[152/183] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[153/184] Compiling SwiftOperators OperatorTable.swift
[154/184] Compiling SwiftOperators OperatorTable+Semantics.swift
[155/184] Compiling SwiftOperators SyntaxSynthesis.swift
[156/184] Compiling SwiftParserDiagnostics MissingNodesError.swift
[157/184] Compiling SwiftParserDiagnostics MissingTokenError.swift
[158/184] Compiling SwiftOperators OperatorTable+Folding.swift
[159/184] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[160/184] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[161/184] Emitting module SwiftOperators
[162/185] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[164/184] Emitting module SwiftParserDiagnostics
[167/184] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[168/184] Compiling SwiftParserDiagnostics Utils.swift
[169/184] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[170/184] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[171/184] Compiling SwiftParserDiagnostics PresenceUtils.swift
[174/184] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[175/184] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[177/199] Compiling SwiftSyntaxBuilder Indenter.swift
[178/199] Compiling SwiftSyntaxBuilder ListBuilder.swift
[179/200] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[180/200] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[181/200] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[182/200] Compiling SwiftSyntaxBuilder BuildableNodes.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 ResultBuilderExtensions.swift
[188/200] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[189/200] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[190/200] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[191/200] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[192/200] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[194/217] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[195/217] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[196/217] Compiling SwiftSyntaxMacros Macro.swift
[197/217] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[198/217] Compiling SwiftSyntaxMacros MemberMacro.swift
[199/217] Compiling SwiftSyntaxMacros PeerMacro.swift
[200/217] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[201/217] Compiling SwiftSyntaxMacros Macro+Format.swift
[202/217] Compiling SwiftSyntaxMacros AccessorMacro.swift
[203/217] Compiling SwiftSyntaxMacros AttachedMacro.swift
[204/217] Compiling SwiftSyntaxMacros BodyMacro.swift
[205/217] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[206/217] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[207/219] Emitting module SwiftSyntaxMacros
[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 MacroSpec.swift
[215/229] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[216/229] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[217/229] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[218/229] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[219/229] Emitting module SwiftSyntaxMacroExpansion
[220/229] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[221/229] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[222/229] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[223/229] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[225/241] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[226/241] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[227/241] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[228/241] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[229/241] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[230/242] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[231/242] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[232/242] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[233/242] Emitting module SwiftCompilerPluginMessageHandling
[234/242] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[235/242] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[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 SwiftUINavigationMacros.swift
[243/250] Compiling Macros TabsRootNavigationModelMacro.swift
[244/250] Compiling Macros SwitchedNavigationModelMacro.swift
[245/250] Compiling Macros StackRootNavigationModelMacro.swift
[246/250] Emitting module Macros
[247/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 |         }
[248/250] Write Objects.LinkFileList
[249/250] Linking Macros-tool
[251/313] 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
[252/313] 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
[253/313] 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
[254/313] 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
[255/313] 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
[256/313] 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
[257/313] 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
[258/313] 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
[259/313] 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
[260/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
[261/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
[262/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
[263/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
[264/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
[265/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
[266/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
[267/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
[268/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
[269/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
[270/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
[271/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
[272/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
[273/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
[274/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
[275/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
[276/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
[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 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
[288/321] 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
[289/321] 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
[290/321] 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
[291/321] 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
[292/321] 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
[293/321] 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
[294/321] 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
[295/321] 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
[296/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
[297/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
[298/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
[299/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
[300/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
[301/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
[302/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
[303/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
[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