The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of Engine, reference 2.2.6 (29b08c), with Swift 6.1 for macOS (SPM) on 4 Sep 2025 22:25:25 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nathantannar4/Engine.git
Reference: 2.2.6
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nathantannar4/Engine
 * tag               2.2.6      -> FETCH_HEAD
HEAD is now at 29b08c3 2.2.6
Cloned https://github.com/nathantannar4/Engine.git
Revision (git rev-parse @):
29b08c3fd78693812d8169f8d53cd2b06b20d309
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/nathantannar4/Engine.git at 2.2.6
Fetching https://github.com/swiftlang/swift-syntax from cache
Fetched https://github.com/swiftlang/swift-syntax from cache (1.44s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (5.15s)
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "engine",
      "name": "Engine",
      "url": "https://github.com/nathantannar4/Engine.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Engine",
      "dependencies": [
        {
          "identity": "swift-syntax",
          "name": "swift-syntax",
          "url": "https://github.com/swiftlang/swift-syntax",
          "version": "601.0.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-syntax",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/nathantannar4/Engine.git
[1/1287] Fetching engine
Fetched https://github.com/nathantannar4/Engine.git from cache (1.10s)
Fetching https://github.com/swiftlang/swift-syntax from cache
Fetched https://github.com/swiftlang/swift-syntax from cache (0.94s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (1.03s)
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/nathantannar4/Engine.git
Working copy of https://github.com/nathantannar4/Engine.git resolved at 2.2.6 (29b08c3)
warning: '.resolve-product-dependencies': dependency 'engine' is not used by any target
Found 1 product dependencies
  - swift-syntax
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/nathantannar4/Engine.git
https://github.com/nathantannar4/Engine.git
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0",
            "upper_bound" : "602.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax"
    }
  ],
  "manifest_display_name" : "Engine",
  "name" : "Engine",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Engine",
      "targets" : [
        "Engine"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "EngineCore",
      "targets" : [
        "EngineCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "EngineCoreC",
      "targets" : [
        "EngineCoreC"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "EngineMacros",
      "targets" : [
        "EngineMacros"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "EngineMacrosCore",
      "targets" : [
        "EngineMacrosCore"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EngineTests",
      "module_type" : "SwiftTarget",
      "name" : "EngineTests",
      "path" : "Sources/EngineTests",
      "product_dependencies" : [
        "SwiftCompilerPlugin",
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "EngineBenchmarkTests.swift",
        "EngineCoreMultiViewVisitorTests.swift",
        "EngineCoreRuntimeTests.swift",
        "EngineCoreViewVisitorTests.swift",
        "EngineMacroTests.swift",
        "EngineRuntimeTests.swift",
        "EngineViewTraitTests.swift"
      ],
      "target_dependencies" : [
        "Engine",
        "EngineMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EngineMacrosCore",
      "module_type" : "SwiftTarget",
      "name" : "EngineMacrosCore",
      "path" : "Sources/EngineMacrosCore",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftSyntaxMacroExpansion",
        "SwiftCompilerPlugin",
        "SwiftDiagnostics"
      ],
      "product_memberships" : [
        "EngineMacros",
        "EngineMacrosCore"
      ],
      "sources" : [
        "EngineMacrosCore.swift",
        "StyledViewMacro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "EngineMacros",
      "module_type" : "SwiftTarget",
      "name" : "EngineMacros",
      "path" : "Sources/EngineMacros",
      "product_memberships" : [
        "EngineMacros"
      ],
      "sources" : [
        "StyledView.swift"
      ],
      "target_dependencies" : [
        "Engine",
        "EngineMacrosCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "EngineCoreC",
      "module_type" : "ClangTarget",
      "name" : "EngineCoreC",
      "path" : "Sources/EngineCoreC",
      "product_memberships" : [
        "Engine",
        "EngineCore",
        "EngineCoreC",
        "EngineMacros"
      ],
      "sources" : [
        "visitors.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "EngineCore",
      "module_type" : "SwiftTarget",
      "name" : "EngineCore",
      "path" : "Sources/EngineCore",
      "product_memberships" : [
        "Engine",
        "EngineCore",
        "EngineMacros"
      ],
      "sources" : [
        "AnyViewVisitor.swift",
        "ConditionalContentVisitor.swift",
        "CustomViewVisitor.swift",
        "EmptyViewVisitor.swift",
        "EnvironmentKeyVisitor.swift",
        "ForEachVisitor.swift",
        "GroupVisitor.swift",
        "ModifiedContentVisitor.swift",
        "MultiViewVisitor.swift",
        "OptionalVisitor.swift",
        "ProtocolConformance.swift",
        "Runtime.swift",
        "SectionVisitor.swift",
        "TupleViewVisitor.swift",
        "TupleVisitor.swift",
        "TypeDescriptor.swift",
        "TypeIdentifier.swift",
        "TypeMetadata.swift",
        "UnsafePointer.swift",
        "ViewModifierVisitor.swift",
        "ViewTraitKeyVisitor.swift",
        "ViewTypeIdentifier.swift",
        "ViewVisitor.swift"
      ],
      "target_dependencies" : [
        "EngineCoreC"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Engine",
      "module_type" : "SwiftTarget",
      "name" : "Engine",
      "path" : "Sources/Engine",
      "product_memberships" : [
        "Engine",
        "EngineMacros"
      ],
      "sources" : [
        "Sources/Animation+Resolved.swift",
        "Sources/AnyAnimatableData.swift",
        "Sources/AnyShape.swift",
        "Sources/AnyShapeStyle+Extensions.swift",
        "Sources/AnyView.swift",
        "Sources/AnyViewModifier.swift",
        "Sources/AttributedString+Extensions.swift",
        "Sources/AttributedStringReader.swift",
        "Sources/BindingTransform.swift",
        "Sources/Color+Extensions.swift",
        "Sources/ConditionalContent.swift",
        "Sources/ConditionalLayout.swift",
        "Sources/ConditionalShape.swift",
        "Sources/ConditionalView.swift",
        "Sources/EmptyShape.swift",
        "Sources/Environment+Extensions.swift",
        "Sources/EnvironmentKeyVisitor.swift",
        "Sources/EnvironmentOrValue.swift",
        "Sources/EnvironmentValueReader.swift",
        "Sources/EnvironmentValuesVisitor.swift",
        "Sources/Font+Extensions.swift",
        "Sources/ForEachSubview.swift",
        "Sources/GraphInputs.swift",
        "Sources/Group.swift",
        "Sources/HostingController.swift",
        "Sources/HostingView.swift",
        "Sources/Image+Extensions.swift",
        "Sources/IsNilTransform.swift",
        "Sources/IsNotNilTransform.swift",
        "Sources/LayoutAdapter.swift",
        "Sources/LayoutBuilder.swift",
        "Sources/LayoutThatFits.swift",
        "Sources/MultiViewAdapter.swift",
        "Sources/MultiViewVisitor.swift",
        "Sources/Never.swift",
        "Sources/OptionalAdapter.swift",
        "Sources/PreferenceKeyReader.swift",
        "Sources/PrimitiveView.swift",
        "Sources/PrimitiveViewModifier.swift",
        "Sources/PropertyList.swift",
        "Sources/ProposedSize.swift",
        "Sources/SectionView.swift",
        "Sources/ShapeAdapter.swift",
        "Sources/ShapeBuilder.swift",
        "Sources/StateOrBinding.swift",
        "Sources/StaticCondition.swift",
        "Sources/StaticConditionalContent.swift",
        "Sources/StaticConditionalModifier.swift",
        "Sources/StaticContent.swift",
        "Sources/StaticModifier.swift",
        "Sources/StyleContext.swift",
        "Sources/StyleInputCondition.swift",
        "Sources/SymmetricallyScaledText.swift",
        "Sources/Text+Extensions.swift",
        "Sources/TextAttachment.swift",
        "Sources/TextBuilder.swift",
        "Sources/TextReader.swift",
        "Sources/TraitValueKey.swift",
        "Sources/Transaction.swift",
        "Sources/UnaryViewAdaptor.swift",
        "Sources/UnaryViewModifier.swift",
        "Sources/UnwrapTransform.swift",
        "Sources/UpdatePhase.swift",
        "Sources/UserInterfaceIdiomContent.swift",
        "Sources/UserInterfaceIdiomModifier.swift",
        "Sources/VariadicView.swift",
        "Sources/VersionedDynamicProperty.swift",
        "Sources/VersionedView.swift",
        "Sources/VersionedViewInput.swift",
        "Sources/VersionedViewModifier.swift",
        "Sources/ViewAdapter.swift",
        "Sources/ViewAlias.swift",
        "Sources/ViewInputConditionalContent.swift",
        "Sources/ViewInputConditionalModifier.swift",
        "Sources/ViewInputKey.swift",
        "Sources/ViewInputs.swift",
        "Sources/ViewInputsVisitor.swift",
        "Sources/ViewModifierBuilder.swift",
        "Sources/ViewModifierContent.swift",
        "Sources/ViewModifierVisitor.swift",
        "Sources/ViewOutputAlias.swift",
        "Sources/ViewOutputKey.swift",
        "Sources/ViewStackAxisReader.swift",
        "Sources/ViewStyle.swift",
        "Sources/ViewTraitKey.swift",
        "Sources/ViewTraitKeyVisitor.swift",
        "Sources/ViewUpdateDebug.swift",
        "Sources/ViewVisitor.swift",
        "module.swift"
      ],
      "target_dependencies" : [
        "EngineCore"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/24] Write sources
[19/24] Compiling _SwiftSyntaxCShims dummy.c
[20/24] Write swift-version-2F0A5646E1D333AE.txt
[21/24] Compiling EngineCoreC visitors.c
[23/54] Emitting module SwiftSyntax601
[24/54] Compiling SwiftSyntax601 Empty.swift
[25/54] Emitting module SwiftSyntax510
[26/54] Compiling SwiftSyntax510 Empty.swift
[27/54] Emitting module SwiftSyntax600
[28/54] Compiling SwiftSyntax600 Empty.swift
[29/54] Emitting module SwiftSyntax509
[30/54] Compiling SwiftSyntax509 Empty.swift
[31/120] Compiling SwiftSyntax SyntaxProtocol.swift
[32/120] Compiling SwiftSyntax SyntaxText.swift
[33/120] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[34/120] Compiling SwiftSyntax TokenDiagnostic.swift
[35/120] Compiling SwiftSyntax TokenSequence.swift
[36/120] Compiling SwiftSyntax TokenSyntax.swift
[37/120] Compiling SwiftSyntax Trivia.swift
[38/127] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[39/127] Compiling SwiftSyntax SyntaxChildren.swift
[40/127] Compiling SwiftSyntax SyntaxCollection.swift
[41/127] Compiling SwiftSyntax SyntaxHashable.swift
[42/127] Compiling SwiftSyntax SyntaxIdentifier.swift
[43/127] Compiling SwiftSyntax SyntaxNodeFactory.swift
[44/127] Compiling SwiftSyntax SyntaxNodeStructure.swift
[45/127] Compiling SwiftSyntax EditorPlaceholder.swift
[46/127] Compiling SwiftSyntax Identifier.swift
[47/127] Compiling SwiftSyntax MemoryLayout.swift
[48/127] Compiling SwiftSyntax MissingNodeInitializers.swift
[49/127] Compiling SwiftSyntax RawSyntax.swift
[50/127] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[51/127] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[52/127] Compiling SwiftSyntax RawSyntaxTokenView.swift
[53/127] Emitting module SwiftSyntax
[54/127] Compiling SwiftSyntax Tokens.swift
[55/127] Compiling SwiftSyntax TriviaPieces.swift
[56/127] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[57/127] Compiling SwiftSyntax RawSyntaxNodesC.swift
[58/127] Compiling SwiftSyntax RawSyntaxNodesD.swift
[59/127] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[60/127] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[63/129] Emitting module EngineCore
[64/129] Compiling SwiftSyntax SyntaxCollections.swift
[65/129] Compiling SwiftSyntax SyntaxEnum.swift
[66/129] Compiling SwiftSyntax SyntaxKind.swift
[67/129] Compiling SwiftSyntax SyntaxRewriter.swift
[68/129] Compiling SwiftSyntax SyntaxTraits.swift
[69/129] Compiling SwiftSyntax SyntaxVisitor.swift
[70/129] Compiling SwiftSyntax TokenKind.swift
[73/129] Compiling SwiftSyntax AbsolutePosition.swift
[74/129] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[75/129] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[76/129] Compiling SwiftSyntax Assert.swift
[77/129] Compiling SwiftSyntax BumpPtrAllocator.swift
[78/129] Compiling SwiftSyntax CommonAncestor.swift
[79/129] Compiling SwiftSyntax Convenience.swift
[80/129] Compiling SwiftSyntax CustomTraits.swift
[81/129] Compiling EngineCore ViewVisitor.swift
[82/129] Compiling SwiftSyntax SourceLength.swift
[83/129] Compiling SwiftSyntax SourceLocation.swift
[84/129] Compiling SwiftSyntax SourcePresence.swift
[85/129] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[86/129] Compiling SwiftSyntax Syntax.swift
[87/129] Compiling SwiftSyntax SyntaxArena.swift
[88/129] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[89/129] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[90/129] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[91/129] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[92/129] Compiling SwiftSyntax RawSyntaxValidation.swift
[93/129] Compiling SwiftSyntax SyntaxNodesAB.swift
[94/129] Compiling SwiftSyntax SyntaxNodesC.swift
[95/129] Compiling EngineCore ViewTypeIdentifier.swift
[114/211] Compiling Engine Image+Extensions.swift
[115/211] Compiling Engine Color+Extensions.swift
[116/211] Compiling Engine ConditionalContent.swift
[117/211] Compiling Engine ConditionalLayout.swift
[118/211] Compiling Engine ConditionalShape.swift
[119/211] Compiling Engine ConditionalView.swift
[120/211] Compiling Engine EmptyShape.swift
[121/211] Compiling Engine ViewInputConditionalContent.swift
[122/211] Compiling Engine ViewInputConditionalModifier.swift
[123/211] Compiling Engine ViewInputKey.swift
[124/211] Compiling Engine ViewInputs.swift
[125/211] Compiling Engine ViewInputsVisitor.swift
[126/211] Compiling Engine ViewModifierBuilder.swift
[127/211] Compiling Engine ViewModifierContent.swift
[128/211] Compiling Engine ViewModifierVisitor.swift
[129/211] Compiling Engine ViewOutputAlias.swift
[130/219] Compiling Engine PreferenceKeyReader.swift
[131/219] Compiling Engine PrimitiveView.swift
[132/219] Compiling Engine PrimitiveViewModifier.swift
[133/219] Compiling Engine PropertyList.swift
[134/219] Compiling Engine ProposedSize.swift
[135/219] Compiling Engine SectionView.swift
[136/219] Compiling Engine ShapeAdapter.swift
[137/219] Compiling Engine ShapeBuilder.swift
[138/219] Compiling Engine StateOrBinding.swift
[139/219] Compiling Engine TextAttachment.swift
[140/219] Compiling Engine TextBuilder.swift
[141/219] Compiling Engine TextReader.swift
[142/219] Compiling Engine TraitValueKey.swift
[143/219] Compiling Engine Transaction.swift
[144/219] Compiling Engine UnaryViewAdaptor.swift
[145/219] Compiling Engine UnaryViewModifier.swift
[146/219] Compiling Engine UnwrapTransform.swift
[147/219] Compiling Engine UpdatePhase.swift
[154/219] Compiling Engine Environment+Extensions.swift
[155/219] Compiling Engine EnvironmentKeyVisitor.swift
[156/219] Compiling Engine EnvironmentOrValue.swift
[157/219] Compiling Engine IsNilTransform.swift
[158/219] Compiling Engine IsNotNilTransform.swift
[159/219] Compiling Engine LayoutAdapter.swift
[160/219] Compiling Engine LayoutBuilder.swift
[161/219] Compiling Engine LayoutThatFits.swift
[162/219] Compiling Engine MultiViewAdapter.swift
[163/219] Compiling Engine MultiViewVisitor.swift
[164/219] Compiling Engine Never.swift
[165/219] Compiling Engine OptionalAdapter.swift
[166/219] Emitting module Engine
[167/219] Compiling Engine StaticCondition.swift
[168/219] Compiling Engine StaticConditionalContent.swift
[169/219] Compiling Engine StaticConditionalModifier.swift
[170/219] Compiling Engine StaticContent.swift
[171/219] Compiling Engine StaticModifier.swift
[172/219] Compiling Engine StyleContext.swift
[173/219] Compiling Engine StyleInputCondition.swift
[174/219] Compiling Engine SymmetricallyScaledText.swift
[175/219] Compiling Engine Text+Extensions.swift
[176/219] Compiling Engine Animation+Resolved.swift
[177/219] Compiling Engine AnyAnimatableData.swift
[178/219] Compiling Engine AnyShape.swift
[179/219] Compiling Engine AnyShapeStyle+Extensions.swift
[180/219] Compiling Engine AnyView.swift
[181/219] Compiling Engine AnyViewModifier.swift
[182/219] Compiling Engine AttributedString+Extensions.swift
[183/219] Compiling Engine AttributedStringReader.swift
[184/219] Compiling Engine BindingTransform.swift
[185/219] Compiling Engine EnvironmentValueReader.swift
[186/219] Compiling Engine EnvironmentValuesVisitor.swift
[187/219] Compiling Engine Font+Extensions.swift
[188/219] Compiling Engine ForEachSubview.swift
[189/219] Compiling Engine GraphInputs.swift
[190/219] Compiling Engine Group.swift
[191/219] Compiling Engine HostingController.swift
[192/219] Compiling Engine HostingView.swift
[194/219] Compiling Engine UserInterfaceIdiomContent.swift
[195/219] Compiling Engine UserInterfaceIdiomModifier.swift
[196/219] Compiling Engine VariadicView.swift
[197/219] Compiling Engine VersionedDynamicProperty.swift
[198/219] Compiling Engine VersionedView.swift
[199/219] Compiling Engine VersionedViewInput.swift
[200/219] Compiling Engine VersionedViewModifier.swift
[201/219] Compiling Engine ViewAdapter.swift
[202/219] Compiling Engine ViewAlias.swift
[203/219] Compiling Engine ViewOutputKey.swift
[204/219] Compiling Engine ViewStackAxisReader.swift
[205/219] Compiling Engine ViewStyle.swift
[206/219] Compiling Engine ViewTraitKey.swift
[207/219] Compiling Engine ViewTraitKeyVisitor.swift
[208/219] Compiling Engine ViewUpdateDebug.swift
[209/219] Compiling Engine ViewVisitor.swift
[210/219] Compiling Engine module.swift
[218/278] Compiling SwiftBasicFormat Syntax+Extensions.swift
[219/278] Compiling SwiftDiagnostics Message.swift
[220/279] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[221/279] Emitting module SwiftDiagnostics
[222/279] Compiling SwiftDiagnostics Note.swift
[223/279] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[224/279] Compiling SwiftBasicFormat InferIndentation.swift
[225/279] Compiling SwiftDiagnostics Convenience.swift
[226/279] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[227/279] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[228/279] Compiling SwiftDiagnostics FixIt.swift
[229/279] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[230/279] Compiling SwiftDiagnostics Diagnostic.swift
[231/279] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[232/279] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[233/279] Emitting module SwiftBasicFormat
[234/279] Compiling SwiftBasicFormat BasicFormat.swift
[235/279] Compiling SwiftBasicFormat Indenter.swift
[236/279] Compiling SwiftParser StringLiterals.swift
[237/279] Compiling SwiftParser SwiftParserCompatibility.swift
[238/279] Compiling SwiftParser SwiftVersion.swift
[239/279] Compiling SwiftParser SyntaxUtils.swift
[240/283] Compiling SwiftParser UnicodeScalarExtensions.swift
[241/283] Compiling SwiftParser Lookahead.swift
[242/283] Compiling SwiftParser LoopProgressCondition.swift
[243/283] Compiling SwiftParser Modifiers.swift
[244/283] Compiling SwiftParser Names.swift
[245/283] Compiling SwiftParser TopLevel.swift
[246/283] Compiling SwiftParser TriviaParser.swift
[247/283] Compiling SwiftParser Types.swift
[248/283] Compiling SwiftParser ExperimentalFeatures.swift
[249/283] Compiling SwiftParser TokenConsumer.swift
[250/283] Compiling SwiftParser TokenPrecedence.swift
[251/283] Compiling SwiftParser TokenSpec.swift
[252/283] Compiling SwiftParser TokenSpecSet.swift
[253/283] Compiling SwiftParser Nominals.swift
[254/283] Compiling SwiftParser Parameters.swift
[255/283] Compiling SwiftParser ParseSourceFile.swift
[256/283] Compiling SwiftParser Parser.swift
[257/283] Compiling SwiftParser Patterns.swift
[258/283] Compiling SwiftParser Recovery.swift
[259/283] Compiling SwiftParser Specifiers.swift
[260/283] Compiling SwiftParser Statements.swift
[261/283] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[262/283] Emitting module SwiftParser
[263/283] Compiling SwiftParser Attributes.swift
[264/283] Compiling SwiftParser Availability.swift
[265/283] Compiling SwiftParser CharacterInfo.swift
[266/283] Compiling SwiftParser CollectionNodes+Parsable.swift
[267/283] Compiling SwiftParser Declarations.swift
[268/283] Compiling SwiftParser Directives.swift
[269/283] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[270/283] Compiling SwiftParser Expressions.swift
[271/283] Compiling SwiftParser IncrementalParseTransition.swift
[272/283] Compiling SwiftParser IsValidIdentifier.swift
[273/283] Compiling SwiftParser Cursor.swift
[274/283] Compiling SwiftParser Lexeme.swift
[275/283] Compiling SwiftParser LexemeSequence.swift
[276/283] Compiling SwiftParser Lexer.swift
[277/283] Compiling SwiftParser RegexLiteralLexer.swift
[278/283] Compiling SwiftParser IsLexerClassified.swift
[279/283] Compiling SwiftParser LayoutNodes+Parsable.swift
[280/283] Compiling SwiftParser Parser+TokenSpecSet.swift
[281/283] Compiling SwiftParser TokenSpecStaticMembers.swift
[282/306] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[283/307] Compiling SwiftOperators PrecedenceGraph.swift
[284/307] Compiling SwiftOperators PrecedenceGroup.swift
[285/308] Compiling SwiftOperators OperatorTable.swift
[286/308] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[287/308] Compiling SwiftOperators OperatorError.swift
[288/308] Compiling SwiftOperators OperatorTable+Defaults.swift
[289/308] Compiling SwiftOperators OperatorTable+Folding.swift
[290/308] Compiling SwiftOperators OperatorError+Diagnostics.swift
[291/308] Emitting module SwiftOperators
[292/308] Compiling SwiftOperators OperatorTable+Semantics.swift
[293/308] Compiling SwiftOperators Operator.swift
[294/308] Compiling SwiftOperators SyntaxSynthesis.swift
[295/308] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[296/308] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[297/308] Compiling SwiftParserDiagnostics Utils.swift
[298/308] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[299/308] Compiling SwiftParserDiagnostics PresenceUtils.swift
[300/308] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[301/308] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[302/308] Emitting module SwiftParserDiagnostics
[303/308] Compiling SwiftParserDiagnostics MissingNodesError.swift
[304/308] Compiling SwiftParserDiagnostics MissingTokenError.swift
[305/308] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[306/308] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[307/323] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[308/323] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[309/324] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[310/324] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[311/324] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[312/324] Compiling SwiftSyntaxBuilder Indenter.swift
[313/324] Compiling SwiftSyntaxBuilder ListBuilder.swift
[314/324] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[315/324] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[316/324] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[317/324] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[318/324] Emitting module SwiftSyntaxBuilder
[319/324] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[320/324] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[321/324] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[322/324] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[323/342] Compiling SwiftSyntaxMacros PreambleMacro.swift
[324/343] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[325/343] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[326/343] Compiling SwiftSyntaxMacros AttachedMacro.swift
[327/343] Compiling SwiftSyntaxMacros BodyMacro.swift
[328/343] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[329/343] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[330/343] Compiling SwiftSyntaxMacros Macro.swift
[331/343] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[332/343] Compiling SwiftSyntaxMacros MemberMacro.swift
[333/343] Compiling SwiftSyntaxMacros PeerMacro.swift
[334/343] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[335/343] Compiling SwiftSyntaxMacros Macro+Format.swift
[336/343] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[337/343] Compiling SwiftSyntaxMacros AccessorMacro.swift
[338/343] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[339/343] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[340/343] Emitting module SwiftSyntaxMacros
[341/343] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[342/353] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[343/353] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[344/353] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[345/353] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[346/353] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[347/353] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[348/353] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[349/353] Emitting module SwiftSyntaxMacroExpansion
[350/353] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[351/353] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[352/365] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[353/365] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[354/365] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[355/365] Emitting module SwiftCompilerPluginMessageHandling
[356/365] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[357/365] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[358/365] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[359/365] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[360/365] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[361/365] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[362/365] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[363/365] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[364/366] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[365/368] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[366/368] Emitting module SwiftCompilerPlugin
[367/371] Emitting module EngineMacrosCore
[368/371] Compiling EngineMacrosCore EngineMacrosCore.swift
[369/371] Compiling EngineMacrosCore StyledViewMacro.swift
[369/371] Write Objects.LinkFileList
[370/371] Linking EngineMacrosCore-tool
[372/373] Emitting module EngineMacros
[373/373] Compiling EngineMacros StyledView.swift
Build complete! (25.41s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0",
            "upper_bound" : "602.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax"
    }
  ],
  "manifest_display_name" : "Engine",
  "name" : "Engine",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Engine",
      "targets" : [
        "Engine"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "EngineCore",
      "targets" : [
        "EngineCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "EngineCoreC",
      "targets" : [
        "EngineCoreC"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "EngineMacros",
      "targets" : [
        "EngineMacros"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "EngineMacrosCore",
      "targets" : [
        "EngineMacrosCore"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EngineTests",
      "module_type" : "SwiftTarget",
      "name" : "EngineTests",
      "path" : "Sources/EngineTests",
      "product_dependencies" : [
        "SwiftCompilerPlugin",
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "EngineBenchmarkTests.swift",
        "EngineCoreMultiViewVisitorTests.swift",
        "EngineCoreRuntimeTests.swift",
        "EngineCoreViewVisitorTests.swift",
        "EngineMacroTests.swift",
        "EngineRuntimeTests.swift",
        "EngineViewTraitTests.swift"
      ],
      "target_dependencies" : [
        "Engine",
        "EngineMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EngineMacrosCore",
      "module_type" : "SwiftTarget",
      "name" : "EngineMacrosCore",
      "path" : "Sources/EngineMacrosCore",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftSyntaxMacroExpansion",
        "SwiftCompilerPlugin",
        "SwiftDiagnostics"
      ],
      "product_memberships" : [
        "EngineMacros",
        "EngineMacrosCore"
      ],
      "sources" : [
        "EngineMacrosCore.swift",
        "StyledViewMacro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "EngineMacros",
      "module_type" : "SwiftTarget",
      "name" : "EngineMacros",
      "path" : "Sources/EngineMacros",
      "product_memberships" : [
        "EngineMacros"
      ],
      "sources" : [
        "StyledView.swift"
      ],
      "target_dependencies" : [
        "Engine",
        "EngineMacrosCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "EngineCoreC",
      "module_type" : "ClangTarget",
      "name" : "EngineCoreC",
      "path" : "Sources/EngineCoreC",
      "product_memberships" : [
        "Engine",
        "EngineCore",
        "EngineCoreC",
        "EngineMacros"
      ],
      "sources" : [
        "visitors.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "EngineCore",
      "module_type" : "SwiftTarget",
      "name" : "EngineCore",
      "path" : "Sources/EngineCore",
      "product_memberships" : [
        "Engine",
        "EngineCore",
        "EngineMacros"
      ],
      "sources" : [
        "AnyViewVisitor.swift",
        "ConditionalContentVisitor.swift",
        "CustomViewVisitor.swift",
        "EmptyViewVisitor.swift",
        "EnvironmentKeyVisitor.swift",
        "ForEachVisitor.swift",
        "GroupVisitor.swift",
        "ModifiedContentVisitor.swift",
        "MultiViewVisitor.swift",
        "OptionalVisitor.swift",
        "ProtocolConformance.swift",
        "Runtime.swift",
        "SectionVisitor.swift",
        "TupleViewVisitor.swift",
        "TupleVisitor.swift",
        "TypeDescriptor.swift",
        "TypeIdentifier.swift",
        "TypeMetadata.swift",
        "UnsafePointer.swift",
        "ViewModifierVisitor.swift",
        "ViewTraitKeyVisitor.swift",
        "ViewTypeIdentifier.swift",
        "ViewVisitor.swift"
      ],
      "target_dependencies" : [
        "EngineCoreC"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Engine",
      "module_type" : "SwiftTarget",
      "name" : "Engine",
      "path" : "Sources/Engine",
      "product_memberships" : [
        "Engine",
        "EngineMacros"
      ],
      "sources" : [
        "Sources/Animation+Resolved.swift",
        "Sources/AnyAnimatableData.swift",
        "Sources/AnyShape.swift",
        "Sources/AnyShapeStyle+Extensions.swift",
        "Sources/AnyView.swift",
        "Sources/AnyViewModifier.swift",
        "Sources/AttributedString+Extensions.swift",
        "Sources/AttributedStringReader.swift",
        "Sources/BindingTransform.swift",
        "Sources/Color+Extensions.swift",
        "Sources/ConditionalContent.swift",
        "Sources/ConditionalLayout.swift",
        "Sources/ConditionalShape.swift",
        "Sources/ConditionalView.swift",
        "Sources/EmptyShape.swift",
        "Sources/Environment+Extensions.swift",
        "Sources/EnvironmentKeyVisitor.swift",
        "Sources/EnvironmentOrValue.swift",
        "Sources/EnvironmentValueReader.swift",
        "Sources/EnvironmentValuesVisitor.swift",
        "Sources/Font+Extensions.swift",
        "Sources/ForEachSubview.swift",
        "Sources/GraphInputs.swift",
        "Sources/Group.swift",
        "Sources/HostingController.swift",
        "Sources/HostingView.swift",
        "Sources/Image+Extensions.swift",
        "Sources/IsNilTransform.swift",
        "Sources/IsNotNilTransform.swift",
        "Sources/LayoutAdapter.swift",
        "Sources/LayoutBuilder.swift",
        "Sources/LayoutThatFits.swift",
        "Sources/MultiViewAdapter.swift",
        "Sources/MultiViewVisitor.swift",
        "Sources/Never.swift",
        "Sources/OptionalAdapter.swift",
        "Sources/PreferenceKeyReader.swift",
        "Sources/PrimitiveView.swift",
        "Sources/PrimitiveViewModifier.swift",
        "Sources/PropertyList.swift",
        "Sources/ProposedSize.swift",
        "Sources/SectionView.swift",
        "Sources/ShapeAdapter.swift",
        "Sources/ShapeBuilder.swift",
        "Sources/StateOrBinding.swift",
        "Sources/StaticCondition.swift",
        "Sources/StaticConditionalContent.swift",
        "Sources/StaticConditionalModifier.swift",
        "Sources/StaticContent.swift",
        "Sources/StaticModifier.swift",
        "Sources/StyleContext.swift",
        "Sources/StyleInputCondition.swift",
        "Sources/SymmetricallyScaledText.swift",
        "Sources/Text+Extensions.swift",
        "Sources/TextAttachment.swift",
        "Sources/TextBuilder.swift",
        "Sources/TextReader.swift",
        "Sources/TraitValueKey.swift",
        "Sources/Transaction.swift",
        "Sources/UnaryViewAdaptor.swift",
        "Sources/UnaryViewModifier.swift",
        "Sources/UnwrapTransform.swift",
        "Sources/UpdatePhase.swift",
        "Sources/UserInterfaceIdiomContent.swift",
        "Sources/UserInterfaceIdiomModifier.swift",
        "Sources/VariadicView.swift",
        "Sources/VersionedDynamicProperty.swift",
        "Sources/VersionedView.swift",
        "Sources/VersionedViewInput.swift",
        "Sources/VersionedViewModifier.swift",
        "Sources/ViewAdapter.swift",
        "Sources/ViewAlias.swift",
        "Sources/ViewInputConditionalContent.swift",
        "Sources/ViewInputConditionalModifier.swift",
        "Sources/ViewInputKey.swift",
        "Sources/ViewInputs.swift",
        "Sources/ViewInputsVisitor.swift",
        "Sources/ViewModifierBuilder.swift",
        "Sources/ViewModifierContent.swift",
        "Sources/ViewModifierVisitor.swift",
        "Sources/ViewOutputAlias.swift",
        "Sources/ViewOutputKey.swift",
        "Sources/ViewStackAxisReader.swift",
        "Sources/ViewStyle.swift",
        "Sources/ViewTraitKey.swift",
        "Sources/ViewTraitKeyVisitor.swift",
        "Sources/ViewUpdateDebug.swift",
        "Sources/ViewVisitor.swift",
        "module.swift"
      ],
      "target_dependencies" : [
        "EngineCore"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/nathantannar4/engine/2.2.6
Repository:               nathantannar4/Engine
Swift version used:       6.1
Target:                   Engine
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
 * branch            4633b45fc732d8c55568be09dd852f9dc1582c25 -> FETCH_HEAD
HEAD is now at 4633b45 Update the artifact
Cloned https://github.com/swiftlang/swift-docc-render-artifact
Extracting symbol information for 'Engine'...
Finished extracting symbol information for 'Engine'. (9.29s)
Building documentation for 'Engine'...
warning: 'Engine.EnvironmentKeyVisitor' doesn't exist at '/Engine/SwiftUICore/EnvironmentValues'
 --> Sources/Engine/Sources/Environment+Extensions.swift:7:34-7:62
5 | import SwiftUI
6 |
7 + /// Accessors to internal keys ``Engine.EnvironmentKeyVisitor``
8 | extension EnvironmentValues {
9 |
warning: '.labelsHidden(_)' doesn't exist at '/Engine/SwiftUICore/EnvironmentValues/labelsHidden'
  --> Sources/Engine/Sources/Environment+Extensions.swift:10:29-10:45
8  | extension EnvironmentValues {
9  |
10 +     /// The value for the ``.labelsHidden(_)`` modifier
11 |     public var labelsHidden: Bool {
12 |         if #available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) {
warning: '.foregroundStyle(_)' doesn't exist at '/Engine/SwiftUICore/EnvironmentValues/foregroundStyle'
  --> Sources/Engine/Sources/Environment+Extensions.swift:23:29-23:48
21 |     }
22 |
23 +     /// The value for the ``.foregroundStyle(_)``/``.foregroundColor(_)`` modifier
24 |     @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *)
25 |     public var foregroundStyle: AnyShapeStyle {
warning: '.foregroundColor(_)' doesn't exist at '/Engine/SwiftUICore/EnvironmentValues/foregroundStyle'
  --> Sources/Engine/Sources/Environment+Extensions.swift:23:53-23:72
21 |     }
22 |
23 +     /// The value for the ``.foregroundStyle(_)``/``.foregroundColor(_)`` modifier
24 |     @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *)
25 |     public var foregroundStyle: AnyShapeStyle {
warning: '.tint(_)' doesn't exist at '/Engine/SwiftUICore/EnvironmentValues/tint'
  --> Sources/Engine/Sources/Environment+Extensions.swift:37:29-37:37
35 |     }
36 |
37 +     /// The value for the ``.tint(_)`` modifier
38 |     @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *)
39 |     public var tint: AnyShapeStyle {
warning: '.accentColor(_)' doesn't exist at '/Engine/SwiftUICore/EnvironmentValues/accentColor'
  --> Sources/Engine/Sources/Environment+Extensions.swift:43:29-43:44
41 |     }
42 |
43 +     /// The value for the ``.accentColor(_)`` modifier
44 |     public var accentColor: Color {
45 |         self["AccentColorKey", default: Color.accentColor]
warning: '.underlineStyle(_)' doesn't exist at '/Engine/SwiftUICore/EnvironmentValues/underlineStyle'
  --> Sources/Engine/Sources/Environment+Extensions.swift:48:29-48:47
46 |     }
47 |
48 +     /// The value for the ``.underlineStyle(_)`` modifier
49 |     @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *)
50 |     public var underlineStyle: Text.LineStyle? {
warning: '.strikethrough(_)' doesn't exist at '/Engine/SwiftUICore/EnvironmentValues/strikethroughStyle'
  --> Sources/Engine/Sources/Environment+Extensions.swift:54:29-54:46
52 |     }
53 |
54 +     /// The value for the ``.strikethrough(_)`` modifier
55 |     @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *)
56 |     public var strikethroughStyle: Text.LineStyle? {
warning: '.kerning(_)' doesn't exist at '/Engine/SwiftUICore/EnvironmentValues/kerning'
  --> Sources/Engine/Sources/Environment+Extensions.swift:60:29-60:40
58 |     }
59 |
60 +     /// The value for the ``.kerning(_)`` modifier
61 |     @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *)
62 |     public var kerning: CGFloat {
warning: '.tracking(_)' doesn't exist at '/Engine/SwiftUICore/EnvironmentValues/tracking'
  --> Sources/Engine/Sources/Environment+Extensions.swift:66:29-66:41
64 |     }
65 |
66 +     /// The value for the ``.tracking(_)`` modifier
67 |     @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *)
68 |     public var tracking: CGFloat {
warning: '.baselineOffset(_)' doesn't exist at '/Engine/SwiftUICore/EnvironmentValues/baselineOffset'
  --> Sources/Engine/Sources/Environment+Extensions.swift:72:29-72:47
70 |     }
71 |
72 +     /// The value for the ``.baselineOffset(_)`` modifier
73 |     @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *)
74 |     public var baselineOffset: CGFloat {
warning: '.lineLimit(_, reservesSpace: Bool)' doesn't exist at '/Engine/SwiftUICore/EnvironmentValues/lowerLineLimit'
  --> Sources/Engine/Sources/Environment+Extensions.swift:78:29-78:63
76 |     }
77 |
78 +     /// The value for the ``.lineLimit(_, reservesSpace: Bool)`` modifier
79 |     @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *)
80 |     public var lowerLineLimit: Int? {
warning: '.textScale(_)' doesn't exist at '/Engine/SwiftUICore/EnvironmentValues/textScale'
  --> Sources/Engine/Sources/Environment+Extensions.swift:84:29-84:42
82 |     }
83 |
84 +     /// The value for the ``.textScale(_)`` modifier
85 |     @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
86 |     public var textScale: Text.Scale {
warning: '.imageScale(_)' doesn't exist at '/Engine/SwiftUICore/EnvironmentValues/imageScale'
  --> Sources/Engine/Sources/Environment+Extensions.swift:90:29-90:43
88 |     }
89 |
90 +     /// The value for the ``.imageScale(_)`` modifier
91 |     @available(iOS 13.0, macOS 11.0, tvOS 13.0, watchOS 6.0, *)
92 |     public var imageScale: Image.Scale? {
warning: 'MultiView' doesn't exist at '/Engine/MultiViewAdapter'
  --> Sources/Engine/Sources/MultiViewAdapter.swift:26:42-26:51
24 | /// views to UIKit/AppKit components.
25 | ///
26 + /// ``MultiViewAdapter`` relies on the ``MultiView`` protocol which
27 | /// a ``MultiViewVisitor`` uses to iterate over each subview.
28 | ///
warning: 'MultiView' doesn't exist at '/Engine/MultiViewProtocolDescriptor'
  --> Sources/Engine/Sources/MultiViewVisitor.swift:12:38-12:47
10 | public typealias MultiViewVisitor = EngineCore.MultiViewVisitor
11 |
12 + /// The ``TypeDescriptor`` for the ``MultiView`` protocol
13 | public typealias MultiViewProtocolDescriptor = EngineCore.MultiViewProtocolDescriptor
14 |
warning: 'descriptor' doesn't exist at '/Engine/TypeDescriptor'
  --> Sources/Engine/Sources/StaticContent.swift:11:37-11:47
9  | /// A static type-erased `View`.
10 | ///
11 + /// > Warning: The ``TypeDescriptor/descriptor`` should match the type
12 | ///  returned by `content`
13 | @frozen
warning: 'descriptor' doesn't exist at '/Engine/TypeDescriptor'
  --> Sources/Engine/Sources/StaticModifier.swift:11:37-11:47
9  | /// A static type-erased `ViewModifier`.
10 | ///
11 + /// > Warning: The ``TypeDescriptor/descriptor`` should match the type
12 | ///  returned by `modifier`
13 | @frozen
warning: 'View' doesn't exist at '/Engine/StyleContext'
  --> Sources/Engine/Sources/StyleContext.swift:20:15-20:19
18 | ///  - ``SidebarStyleContext``/``NavigationViewStyleContext``
19 | ///
20 + /// Use the ``View/styleContext(_:)`` on an view to apply a context.
21 | ///
22 | /// See Also:
warning: 'UserInterfaceIdiomModifer' doesn't exist at '/Engine/UserInterfaceIdiomContent'
  --> Sources/Engine/Sources/UserInterfaceIdiomContent.swift:9:52-9:77
7  | /// A view that's `Body` is statically conditional on the user interface idiom.
8  | ///
9  + /// > Tip: Use ``UserInterfaceIdiomContent`` and ``UserInterfaceIdiomModifer``
10 | /// to aide with cross platform compatibility.
11 | ///
warning: 'UserInterfaceIdiomModifer' doesn't exist at '/Engine/UserInterfaceIdiomModifier'
  --> Sources/Engine/Sources/UserInterfaceIdiomModifier.swift:9:52-9:77
7  | /// A view modifier that's `Body` is statically conditional on the user interface idiom.
8  | ///
9  + /// > Tip: Use ``UserInterfaceIdiomContent`` and ``UserInterfaceIdiomModifer``
10 | /// to aide with cross platform compatibility.
11 | ///
warning: 'VersionedProperty' doesn't exist at '/Engine/VersionedDynamicProperty'
  --> Sources/Engine/Sources/VersionedDynamicProperty.swift:12:18-12:35
10 | /// a newer dynamic properties, such as `FocusState`, challenging.
11 | ///
12 + /// > Tip: Use ``VersionedProperty`` to aide with backwards compatibility.
   |                  ├─suggestion: Replace 'VersionedProperty' with 'V1Property'
   |                  ├─suggestion: Replace 'VersionedProperty' with 'V2Property'
   |                  ├─suggestion: Replace 'VersionedProperty' with 'V3Property'
   |                  ├─suggestion: Replace 'VersionedProperty' with 'V4Property'
   |                  ├─suggestion: Replace 'VersionedProperty' with 'V5Property'
   |                  ├─suggestion: Replace 'VersionedProperty' with 'V6Property'
   |                  ╰─suggestion: Replace 'VersionedProperty' with 'V7Property'
13 | ///
14 | /// For example, a `FocusState` wrapped as follows:
warning: 'View' doesn't exist at '/Engine/ViewAlias'
  --> Sources/Engine/Sources/ViewAlias.swift:12:15-12:19
10 | /// Because ``ViewAlias`` is guaranteed to be static it can be used for
11 | /// type-erasure without the performance impacts associated with `AnyView`.
12 + /// Use the ``View/viewAlias(_:source:)`` on an ancestor to define
13 | /// the view ``ViewAlias`` should be resolved to.
14 | ///
warning: 'Value' doesn't exist at '/Engine/ViewInput'
  --> Sources/Engine/Sources/ViewInputKey.swift:23:40-23:45
21 | }
22 |
23 + /// A ``ViewInput`` that's ``ViewInput/Value`` is a `Bool` that defaults to `true`.
   |                                        ╰─suggestion: Replace 'Value' with 'value'
24 | public protocol ViewInputFlag: ViewInput, ViewInputKey, ViewInputsCondition where Key == Self, Value == Bool { }
25 |
warning: 'View' doesn't exist at '/Engine/ViewOutputAlias'
  --> Sources/Engine/Sources/ViewOutputAlias.swift:12:15-12:19
10 | /// type-erasure with `AnyView` by defining the `Content`.
11 | ///
12 + /// Use the ``View/viewOutputAlias(_:source:)`` on a descendant to
13 | /// define the source of the alias.
14 | ///
warning: 'View' doesn't exist at '/Engine/ViewOutputKey'
  --> Sources/Engine/Sources/ViewOutputKey.swift:13:15-13:19
11 | /// type-erasure with `AnyView` by defining the `Content`.
12 | ///
13 + /// Use the ``View/viewOutput(_:source:)`` on a descendant to
14 | /// add the view to the output.
15 | ///
warning: 'ViewOutputKey.Value' doesn't exist at '/Engine/ViewOutputKeyValueProxy'
   --> Sources/Engine/Sources/ViewOutputKey.swift:222:20-222:39
220 | }
221 |
222 + /// A proxy to a ``ViewOutputKey.Value`` that must be read by ``ViewOutputKeyValueReader``
223 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
224 | public struct ViewOutputKeyValueProxy<Key: ViewOutputKey> {
warning: 'View' doesn't exist at '/Engine/ViewStyle'
  --> Sources/Engine/Sources/ViewStyle.swift:9:82-9:86
7  | /// A protocol that defines an appearance and interaction behaviour for a related ``ViewStyledView``.
8  | ///
9  + /// To configure the style for a view hierarchy, define the desired style with ``View/styledViewStyle(_:style:)``.
10 | ///
11 | /// # Creating Custom Styles
warning: 'View' doesn't exist at '/Engine/ViewStyle'
  --> Sources/Engine/Sources/ViewStyle.swift:16:21-16:25
14 | /// view that conforms to ``ViewStyledView``. This style will be define the
15 | /// configuration parameters for the styled view. Lastly, create an extension on `View`
16 + /// that uses the ``View/styledViewStyle(_:style:)`` to apply custom styles to the view hierarchy.
17 | ///
18 | /// If your configuration requires parameters that are views, use the ``ViewAlias``
warning: 'View' doesn't exist at '/Engine/ViewStyle'
  --> Sources/Engine/Sources/ViewStyle.swift:23:85-23:89
21 | /// > Important: When using a configuration that has an ``ViewAlias``'s you cannot use
22 | /// your ``ViewStyledView``. You will need to create  a new view that uses the ``ViewStyledView``
23 + /// in it's `Body` in addition to defining the type-erased view parameters with ``View/viewAlias(_:source:)``
24 | ///
25 | /// > Tip: You can use the ``@StyledView`` macro to automate the creation of a styled view for any `View`
warning: '@StyledView' doesn't exist at '/Engine/ViewStyle'
  --> Sources/Engine/Sources/ViewStyle.swift:25:30-25:41
23 | /// in it's `Body` in addition to defining the type-erased view parameters with ``View/viewAlias(_:source:)``
24 | ///
25 + /// > Tip: You can use the ``@StyledView`` macro to automate the creation of a styled view for any `View`
26 | ///
27 | /// ```
warning: '@StyledView' doesn't exist at '/Engine/ViewStyledView'
   --> Sources/Engine/Sources/ViewStyle.swift:172:83-172:94
170 | /// A protocol that defines a view that is styled with the related ``ViewStyle``.
171 | ///
172 + /// > Info: For more on how to create custom view styles, see ``ViewStyle`` and ``@StyledView``.
173 | ///
174 | @MainActor @preconcurrency
warning: '@StyledView' doesn't exist at '/Engine/ViewStyleModifier'
   --> Sources/Engine/Sources/ViewStyle.swift:186:83-186:94
184 | /// views in the view hierarchy.
185 | ///
186 + /// > Info: For more on how to create custom view styles, see ``ViewStyle`` and ``@StyledView``.
187 | @frozen
188 | public struct ViewStyleModifier<
warning: '@StyledView' doesn't exist at '/Engine/AnyShape/styledViewStyle(_:style:)'
   --> Sources/Engine/Sources/ViewStyle.swift:243:87-243:98
241 |     /// views in the view hierarchy.
242 |     ///
243 +     /// > Info: For more on how to create custom view styles, see ``ViewStyle`` and ``@StyledView``.
244 |     @inlinable
245 |     public func styledViewStyle<
warning: '@StyledView' doesn't exist at '/Engine/ViewOutputKeyValueReader/styledViewStyle(_:style:)'
   --> Sources/Engine/Sources/ViewStyle.swift:243:87-243:98
241 |     /// views in the view hierarchy.
242 |     ///
243 +     /// > Info: For more on how to create custom view styles, see ``ViewStyle`` and ``@StyledView``.
244 |     @inlinable
245 |     public func styledViewStyle<
warning: '@StyledView' doesn't exist at '/Engine/AnyVariadicSectionView/styledViewStyle(_:style:)'
   --> Sources/Engine/Sources/ViewStyle.swift:243:87-243:98
241 |     /// views in the view hierarchy.
242 |     ///
243 +     /// > Info: For more on how to create custom view styles, see ``ViewStyle`` and ``@StyledView``.
244 |     @inlinable
245 |     public func styledViewStyle<
warning: '@StyledView' doesn't exist at '/Engine/PreferenceKeyReader/styledViewStyle(_:style:)'
   --> Sources/Engine/Sources/ViewStyle.swift:243:87-243:98
241 |     /// views in the view hierarchy.
242 |     ///
243 +     /// > Info: For more on how to create custom view styles, see ``ViewStyle`` and ``@StyledView``.
244 |     @inlinable
245 |     public func styledViewStyle<
warning: '@StyledView' doesn't exist at '/Engine/ViewAdapter/styledViewStyle(_:style:)'
   --> Sources/Engine/Sources/ViewStyle.swift:243:87-243:98
241 |     /// views in the view hierarchy.
242 |     ///
243 +     /// > Info: For more on how to create custom view styles, see ``ViewStyle`` and ``@StyledView``.
244 |     @inlinable
245 |     public func styledViewStyle<
warning: '@StyledView' doesn't exist at '/Engine/UnaryViewAdaptor/styledViewStyle(_:style:)'
   --> Sources/Engine/Sources/ViewStyle.swift:243:87-243:98
241 |     /// views in the view hierarchy.
242 |     ///
243 +     /// > Info: For more on how to create custom view styles, see ``ViewStyle`` and ``@StyledView``.
244 |     @inlinable
245 |     public func styledViewStyle<
warning: '@StyledView' doesn't exist at '/Engine/OptionalAdapter/styledViewStyle(_:style:)'
   --> Sources/Engine/Sources/ViewStyle.swift:243:87-243:98
241 |     /// views in the view hierarchy.
242 |     ///
243 +     /// > Info: For more on how to create custom view styles, see ``ViewStyle`` and ``@StyledView``.
244 |     @inlinable
245 |     public func styledViewStyle<
warning: '@StyledView' doesn't exist at '/Engine/ViewOutputList/styledViewStyle(_:style:)'
   --> Sources/Engine/Sources/ViewStyle.swift:243:87-243:98
241 |     /// views in the view hierarchy.
242 |     ///
243 +     /// > Info: For more on how to create custom view styles, see ``ViewStyle`` and ``@StyledView``.
244 |     @inlinable
245 |     public func styledViewStyle<
warning: '@StyledView' doesn't exist at '/Engine/SwiftUICore/View/styledViewStyle(_:style:)'
   --> Sources/Engine/Sources/ViewStyle.swift:243:87-243:98
241 |     /// views in the view hierarchy.
242 |     ///
243 +     /// > Info: For more on how to create custom view styles, see ``ViewStyle`` and ``@StyledView``.
244 |     @inlinable
245 |     public func styledViewStyle<
warning: '@StyledView' doesn't exist at '/Engine/EmptyShape/styledViewStyle(_:style:)'
   --> Sources/Engine/Sources/ViewStyle.swift:243:87-243:98
241 |     /// views in the view hierarchy.
242 |     ///
243 +     /// > Info: For more on how to create custom view styles, see ``ViewStyle`` and ``@StyledView``.
244 |     @inlinable
245 |     public func styledViewStyle<
warning: '@StyledView' doesn't exist at '/Engine/ConditionalContent/styledViewStyle(_:style:)'
   --> Sources/Engine/Sources/ViewStyle.swift:243:87-243:98
241 |     /// views in the view hierarchy.
242 |     ///
243 +     /// > Info: For more on how to create custom view styles, see ``ViewStyle`` and ``@StyledView``.
244 |     @inlinable
245 |     public func styledViewStyle<
warning: '@StyledView' doesn't exist at '/Engine/ShapeAdapter/styledViewStyle(_:style:)'
   --> Sources/Engine/Sources/ViewStyle.swift:243:87-243:98
241 |     /// views in the view hierarchy.
242 |     ///
243 +     /// > Info: For more on how to create custom view styles, see ``ViewStyle`` and ``@StyledView``.
244 |     @inlinable
245 |     public func styledViewStyle<
warning: '@StyledView' doesn't exist at '/Engine/ViewInputConditionalContent/styledViewStyle(_:style:)'
   --> Sources/Engine/Sources/ViewStyle.swift:243:87-243:98
241 |     /// views in the view hierarchy.
242 |     ///
243 +     /// > Info: For more on how to create custom view styles, see ``ViewStyle`` and ``@StyledView``.
244 |     @inlinable
245 |     public func styledViewStyle<
warning: '@StyledView' doesn't exist at '/Engine/SymmetricallyScaledText/styledViewStyle(_:style:)'
   --> Sources/Engine/Sources/ViewStyle.swift:243:87-243:98
241 |     /// views in the view hierarchy.
242 |     ///
243 +     /// > Info: For more on how to create custom view styles, see ``ViewStyle`` and ``@StyledView``.
244 |     @inlinable
245 |     public func styledViewStyle<
warning: '@StyledView' doesn't exist at '/Engine/ViewOutputAliasReader/styledViewStyle(_:style:)'
   --> Sources/Engine/Sources/ViewStyle.swift:243:87-243:98
241 |     /// views in the view hierarchy.
242 |     ///
243 +     /// > Info: For more on how to create custom view styles, see ``ViewStyle`` and ``@StyledView``.
244 |     @inlinable
245 |     public func styledViewStyle<
warning: '@StyledView' doesn't exist at '/Engine/AnyVariadicSectionView/Content/styledViewStyle(_:style:)'
   --> Sources/Engine/Sources/ViewStyle.swift:243:87-243:98
241 |     /// views in the view hierarchy.
242 |     ///
243 +     /// > Info: For more on how to create custom view styles, see ``ViewStyle`` and ``@StyledView``.
244 |     @inlinable
245 |     public func styledViewStyle<
warning: '@StyledView' doesn't exist at '/Engine/SectionHeader/styledViewStyle(_:style:)'
   --> Sources/Engine/Sources/ViewStyle.swift:243:87-243:98
241 |     /// views in the view hierarchy.
242 |     ///
243 +     /// > Info: For more on how to create custom view styles, see ``ViewStyle`` and ``@StyledView``.
244 |     @inlinable
245 |     public func styledViewStyle<
warning: '@StyledView' doesn't exist at '/Engine/StaticConditionalContent/styledViewStyle(_:style:)'
   --> Sources/Engine/Sources/ViewStyle.swift:243:87-243:98
241 |     /// views in the view hierarchy.
242 |     ///
243 +     /// > Info: For more on how to create custom view styles, see ``ViewStyle`` and ``@StyledView``.
244 |     @inlinable
245 |     public func styledViewStyle<
warning: '@StyledView' doesn't exist at '/Engine/PreferenceKeyValueReader/styledViewStyle(_:style:)'
   --> Sources/Engine/Sources/ViewStyle.swift:243:87-243:98
241 |     /// views in the view hierarchy.
242 |     ///
243 +     /// > Info: For more on how to create custom view styles, see ``ViewStyle`` and ``@StyledView``.
244 |     @inlinable
245 |     public func styledViewStyle<
warning: '@StyledView' doesn't exist at '/Engine/VariadicView/styledViewStyle(_:style:)'
   --> Sources/Engine/Sources/ViewStyle.swift:243:87-243:98
241 |     /// views in the view hierarchy.
242 |     ///
243 +     /// > Info: For more on how to create custom view styles, see ``ViewStyle`` and ``@StyledView``.
244 |     @inlinable
245 |     public func styledViewStyle<
warning: '@StyledView' doesn't exist at '/Engine/EnvironmentValueReader/styledViewStyle(_:style:)'
   --> Sources/Engine/Sources/ViewStyle.swift:243:87-243:98
241 |     /// views in the view hierarchy.
242 |     ///
243 +     /// > Info: For more on how to create custom view styles, see ``ViewStyle`` and ``@StyledView``.
244 |     @inlinable
245 |     public func styledViewStyle<
warning: '@StyledView' doesn't exist at '/Engine/AnyVariadicSectionView/Subview/styledViewStyle(_:style:)'
   --> Sources/Engine/Sources/ViewStyle.swift:243:87-243:98
241 |     /// views in the view hierarchy.
242 |     ///
243 +     /// > Info: For more on how to create custom view styles, see ``ViewStyle`` and ``@StyledView``.
244 |     @inlinable
245 |     public func styledViewStyle<
warning: '@StyledView' doesn't exist at '/Engine/LayoutAdapter/styledViewStyle(_:style:)'
   --> Sources/Engine/Sources/ViewStyle.swift:243:87-243:98
241 |     /// views in the view hierarchy.
242 |     ///
243 +     /// > Info: For more on how to create custom view styles, see ``ViewStyle`` and ``@StyledView``.
244 |     @inlinable
245 |     public func styledViewStyle<
warning: '@StyledView' doesn't exist at '/Engine/AnyVariadicSectionView/Subview/styledViewStyle(_:style:predicate:)'
   --> Sources/Engine/Sources/ViewStyle.swift:259:87-259:98
257 |     /// the current style context of the view.
258 |     ///
259 +     /// > Info: For more on how to create custom view styles, see ``ViewStyle`` and ``@StyledView``.
260 |     /// > Info: For more on how to create custom style context, see ``StyleContext``.
261 |     @inlinable
warning: '@StyledView' doesn't exist at '/Engine/ConditionalContent/styledViewStyle(_:style:predicate:)'
   --> Sources/Engine/Sources/ViewStyle.swift:259:87-259:98
257 |     /// the current style context of the view.
258 |     ///
259 +     /// > Info: For more on how to create custom view styles, see ``ViewStyle`` and ``@StyledView``.
260 |     /// > Info: For more on how to create custom style context, see ``StyleContext``.
261 |     @inlinable
warning: '@StyledView' doesn't exist at '/Engine/StaticConditionalContent/styledViewStyle(_:style:predicate:)'
   --> Sources/Engine/Sources/ViewStyle.swift:259:87-259:98
257 |     /// the current style context of the view.
258 |     ///
259 +     /// > Info: For more on how to create custom view styles, see ``ViewStyle`` and ``@StyledView``.
260 |     /// > Info: For more on how to create custom style context, see ``StyleContext``.
261 |     @inlinable
warning: '@StyledView' doesn't exist at '/Engine/VariadicView/styledViewStyle(_:style:predicate:)'
   --> Sources/Engine/Sources/ViewStyle.swift:259:87-259:98
257 |     /// the current style context of the view.
258 |     ///
259 +     /// > Info: For more on how to create custom view styles, see ``ViewStyle`` and ``@StyledView``.
260 |     /// > Info: For more on how to create custom style context, see ``StyleContext``.
261 |     @inlinable
warning: '@StyledView' doesn't exist at '/Engine/EnvironmentValueReader/styledViewStyle(_:style:predicate:)'
   --> Sources/Engine/Sources/ViewStyle.swift:259:87-259:98
257 |     /// the current style context of the view.
258 |     ///
259 +     /// > Info: For more on how to create custom view styles, see ``ViewStyle`` and ``@StyledView``.
260 |     /// > Info: For more on how to create custom style context, see ``StyleContext``.
261 |     @inlinable
warning: '@StyledView' doesn't exist at '/Engine/ViewInputConditionalContent/styledViewStyle(_:style:predicate:)'
   --> Sources/Engine/Sources/ViewStyle.swift:259:87-259:98
257 |     /// the current style context of the view.
258 |     ///
259 +     /// > Info: For more on how to create custom view styles, see ``ViewStyle`` and ``@StyledView``.
260 |     /// > Info: For more on how to create custom style context, see ``StyleContext``.
261 |     @inlinable
warning: '@StyledView' doesn't exist at '/Engine/SwiftUICore/View/styledViewStyle(_:style:predicate:)'
   --> Sources/Engine/Sources/ViewStyle.swift:259:87-259:98
257 |     /// the current style context of the view.
258 |     ///
259 +     /// > Info: For more on how to create custom view styles, see ``ViewStyle`` and ``@StyledView``.
260 |     /// > Info: For more on how to create custom style context, see ``StyleContext``.
261 |     @inlinable
warning: '@StyledView' doesn't exist at '/Engine/UnaryViewAdaptor/styledViewStyle(_:style:predicate:)'
   --> Sources/Engine/Sources/ViewStyle.swift:259:87-259:98
257 |     /// the current style context of the view.
258 |     ///
259 +     /// > Info: For more on how to create custom view styles, see ``ViewStyle`` and ``@StyledView``.
260 |     /// > Info: For more on how to create custom style context, see ``StyleContext``.
261 |     @inlinable
warning: '@StyledView' doesn't exist at '/Engine/AnyVariadicSectionView/Content/styledViewStyle(_:style:predicate:)'
   --> Sources/Engine/Sources/ViewStyle.swift:259:87-259:98
257 |     /// the current style context of the view.
258 |     ///
259 +     /// > Info: For more on how to create custom view styles, see ``ViewStyle`` and ``@StyledView``.
260 |     /// > Info: For more on how to create custom style context, see ``StyleContext``.
261 |     @inlinable
warning: '@StyledView' doesn't exist at '/Engine/PreferenceKeyReader/styledViewStyle(_:style:predicate:)'
   --> Sources/Engine/Sources/ViewStyle.swift:259:87-259:98
257 |     /// the current style context of the view.
258 |     ///
259 +     /// > Info: For more on how to create custom view styles, see ``ViewStyle`` and ``@StyledView``.
260 |     /// > Info: For more on how to create custom style context, see ``StyleContext``.
261 |     @inlinable
warning: '@StyledView' doesn't exist at '/Engine/SectionHeader/styledViewStyle(_:style:predicate:)'
   --> Sources/Engine/Sources/ViewStyle.swift:259:87-259:98
257 |     /// the current style context of the view.
258 |     ///
259 +     /// > Info: For more on how to create custom view styles, see ``ViewStyle`` and ``@StyledView``.
260 |     /// > Info: For more on how to create custom style context, see ``StyleContext``.
261 |     @inlinable
warning: '@StyledView' doesn't exist at '/Engine/ViewOutputAliasReader/styledViewStyle(_:style:predicate:)'
   --> Sources/Engine/Sources/ViewStyle.swift:259:87-259:98
257 |     /// the current style context of the view.
258 |     ///
259 +     /// > Info: For more on how to create custom view styles, see ``ViewStyle`` and ``@StyledView``.
260 |     /// > Info: For more on how to create custom style context, see ``StyleContext``.
261 |     @inlinable
warning: '@StyledView' doesn't exist at '/Engine/PreferenceKeyValueReader/styledViewStyle(_:style:predicate:)'
   --> Sources/Engine/Sources/ViewStyle.swift:259:87-259:98
257 |     /// the current style context of the view.
258 |     ///
259 +     /// > Info: For more on how to create custom view styles, see ``ViewStyle`` and ``@StyledView``.
260 |     /// > Info: For more on how to create custom style context, see ``StyleContext``.
261 |     @inlinable
warning: '@StyledView' doesn't exist at '/Engine/EmptyShape/styledViewStyle(_:style:predicate:)'
   --> Sources/Engine/Sources/ViewStyle.swift:259:87-259:98
257 |     /// the current style context of the view.
258 |     ///
259 +     /// > Info: For more on how to create custom view styles, see ``ViewStyle`` and ``@StyledView``.
260 |     /// > Info: For more on how to create custom style context, see ``StyleContext``.
261 |     @inlinable
warning: '@StyledView' doesn't exist at '/Engine/ShapeAdapter/styledViewStyle(_:style:predicate:)'
   --> Sources/Engine/Sources/ViewStyle.swift:259:87-259:98
257 |     /// the current style context of the view.
258 |     ///
259 +     /// > Info: For more on how to create custom view styles, see ``ViewStyle`` and ``@StyledView``.
260 |     /// > Info: For more on how to create custom style context, see ``StyleContext``.
261 |     @inlinable
warning: '@StyledView' doesn't exist at '/Engine/AnyShape/styledViewStyle(_:style:predicate:)'
   --> Sources/Engine/Sources/ViewStyle.swift:259:87-259:98
257 |     /// the current style context of the view.
258 |     ///
259 +     /// > Info: For more on how to create custom view styles, see ``ViewStyle`` and ``@StyledView``.
260 |     /// > Info: For more on how to create custom style context, see ``StyleContext``.
261 |     @inlinable
warning: '@StyledView' doesn't exist at '/Engine/AnyVariadicSectionView/styledViewStyle(_:style:predicate:)'
   --> Sources/Engine/Sources/ViewStyle.swift:259:87-259:98
257 |     /// the current style context of the view.
258 |     ///
259 +     /// > Info: For more on how to create custom view styles, see ``ViewStyle`` and ``@StyledView``.
260 |     /// > Info: For more on how to create custom style context, see ``StyleContext``.
261 |     @inlinable
warning: '@StyledView' doesn't exist at '/Engine/OptionalAdapter/styledViewStyle(_:style:predicate:)'
   --> Sources/Engine/Sources/ViewStyle.swift:259:87-259:98
257 |     /// the current style context of the view.
258 |     ///
259 +     /// > Info: For more on how to create custom view styles, see ``ViewStyle`` and ``@StyledView``.
260 |     /// > Info: For more on how to create custom style context, see ``StyleContext``.
261 |     @inlinable
warning: '@StyledView' doesn't exist at '/Engine/ViewOutputKeyValueReader/styledViewStyle(_:style:predicate:)'
   --> Sources/Engine/Sources/ViewStyle.swift:259:87-259:98
257 |     /// the current style context of the view.
258 |     ///
259 +     /// > Info: For more on how to create custom view styles, see ``ViewStyle`` and ``@StyledView``.
260 |     /// > Info: For more on how to create custom style context, see ``StyleContext``.
261 |     @inlinable
warning: '@StyledView' doesn't exist at '/Engine/ViewOutputList/styledViewStyle(_:style:predicate:)'
   --> Sources/Engine/Sources/ViewStyle.swift:259:87-259:98
257 |     /// the current style context of the view.
258 |     ///
259 +     /// > Info: For more on how to create custom view styles, see ``ViewStyle`` and ``@StyledView``.
260 |     /// > Info: For more on how to create custom style context, see ``StyleContext``.
261 |     @inlinable
warning: '@StyledView' doesn't exist at '/Engine/LayoutAdapter/styledViewStyle(_:style:predicate:)'
   --> Sources/Engine/Sources/ViewStyle.swift:259:87-259:98
257 |     /// the current style context of the view.
258 |     ///
259 +     /// > Info: For more on how to create custom view styles, see ``ViewStyle`` and ``@StyledView``.
260 |     /// > Info: For more on how to create custom style context, see ``StyleContext``.
261 |     @inlinable
warning: '@StyledView' doesn't exist at '/Engine/SymmetricallyScaledText/styledViewStyle(_:style:predicate:)'
   --> Sources/Engine/Sources/ViewStyle.swift:259:87-259:98
257 |     /// the current style context of the view.
258 |     ///
259 +     /// > Info: For more on how to create custom view styles, see ``ViewStyle`` and ``@StyledView``.
260 |     /// > Info: For more on how to create custom style context, see ``StyleContext``.
261 |     @inlinable
warning: '@StyledView' doesn't exist at '/Engine/ViewAdapter/styledViewStyle(_:style:predicate:)'
   --> Sources/Engine/Sources/ViewStyle.swift:259:87-259:98
257 |     /// the current style context of the view.
258 |     ///
259 +     /// > Info: For more on how to create custom view styles, see ``ViewStyle`` and ``@StyledView``.
260 |     /// > Info: For more on how to create custom style context, see ``StyleContext``.
261 |     @inlinable
warning: 'TagTrait' doesn't exist at '/Engine/ViewTraitKey'
  --> Sources/Engine/Sources/ViewTraitKey.swift:13:10-13:18
11 | ///  - ``ZIndexTrait``
12 | ///  - ``LayoutPriorityTrait``
13 + ///  - ``TagTrait``
14 | ///
15 | /// See Also:
Finished building documentation for 'Engine' (22.01s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/nathantannar4/engine/2.2.6
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Updating https://github.com/swiftlang/swift-syntax
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.63s)
Updated https://github.com/swiftlang/swift-syntax (0.82s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (1.49s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (0.59s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.83s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.48s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
Building for debugging...
[0/8] Write sources
[2/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Compiling SymbolKit GenericConstraint.swift
[7/53] Compiling SymbolKit GenericParameter.swift
[8/53] Compiling SymbolKit Generics.swift
[9/53] Compiling SymbolKit Namespace.swift
[10/57] Emitting module SymbolKit
[11/57] Compiling Snippets Snippet.swift
[12/57] Emitting module Snippets
[13/57] Compiling Snippets SnippetParser.swift
[14/57] Compiling SymbolKit Identifier.swift
[15/57] Compiling SymbolKit KindIdentifier.swift
[16/57] Compiling SymbolKit Location.swift
[17/57] Compiling SymbolKit Mutability.swift
[18/57] Compiling SymbolKit SemanticVersion.swift
[19/57] Compiling SymbolKit AccessControl.swift
[20/57] Compiling SymbolKit Availability.swift
[21/57] Compiling SymbolKit AvailabilityItem.swift
[22/57] Compiling SymbolKit Domain.swift
[23/57] Compiling SymbolKit Mixin+Equals.swift
[24/57] Compiling SymbolKit Mixin+Hash.swift
[25/57] Compiling SymbolKit Mixin.swift
[26/57] Compiling SymbolKit LineList.swift
[27/57] Compiling SymbolKit Position.swift
[28/57] Compiling SymbolKit Symbol.swift
[29/57] Compiling SymbolKit SymbolKind.swift
[30/57] Compiling SymbolKit SymbolGraph.swift
[31/57] Compiling SymbolKit GraphCollector.swift
[32/57] Compiling SymbolKit Names.swift
[33/57] Compiling SymbolKit SPI.swift
[34/57] Compiling SymbolKit Snippet.swift
[35/57] Compiling SymbolKit Extension.swift
[36/57] Compiling SymbolKit SourceRange.swift
[37/57] Compiling SymbolKit Metadata.swift
[38/57] Compiling SymbolKit Module.swift
[39/57] Compiling SymbolKit OperatingSystem.swift
[40/57] Compiling SymbolKit Platform.swift
[41/57] Compiling SymbolKit Relationship.swift
[42/57] Compiling SymbolKit RelationshipKind.swift
[43/57] Compiling SymbolKit SourceOrigin.swift
[44/57] Compiling SymbolKit GenericConstraints.swift
[45/57] Compiling SymbolKit Swift.swift
[46/57] Compiling SymbolKit DeclarationFragments.swift
[47/57] Compiling SymbolKit Fragment.swift
[48/57] Compiling SymbolKit FragmentKind.swift
[49/57] Compiling SymbolKit FunctionParameter.swift
[50/57] Compiling SymbolKit FunctionSignature.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.20s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/23] Emitting module EngineCore
[3/25] Compiling EngineCore AnyViewVisitor.swift
[4/25] Compiling EngineCore ConditionalContentVisitor.swift
[5/25] Compiling EngineCore CustomViewVisitor.swift
[6/25] Compiling EngineCore TypeMetadata.swift
[7/25] Compiling EngineCore UnsafePointer.swift
[8/25] Compiling EngineCore TypeDescriptor.swift
[9/25] Compiling EngineCore TypeIdentifier.swift
[10/25] Compiling EngineCore EmptyViewVisitor.swift
[11/25] Compiling EngineCore EnvironmentKeyVisitor.swift
[12/25] Compiling EngineCore ForEachVisitor.swift
[13/25] Compiling EngineCore Runtime.swift
[14/25] Compiling EngineCore SectionVisitor.swift
[15/25] Compiling EngineCore ViewModifierVisitor.swift
[16/25] Compiling EngineCore ViewTraitKeyVisitor.swift
[17/25] Compiling EngineCore OptionalVisitor.swift
[18/25] Compiling EngineCore ProtocolConformance.swift
[19/25] Compiling EngineCore GroupVisitor.swift
[20/25] Compiling EngineCore ModifiedContentVisitor.swift
[21/25] Compiling EngineCore MultiViewVisitor.swift
[22/25] Compiling EngineCore TupleViewVisitor.swift
[23/25] Compiling EngineCore TupleVisitor.swift
[24/25] Compiling EngineCore ViewTypeIdentifier.swift
[25/25] Compiling EngineCore ViewVisitor.swift
[26/107] Compiling Engine TextAttachment.swift
[27/107] Compiling Engine TextBuilder.swift
[28/107] Compiling Engine TextReader.swift
[29/107] Compiling Engine TraitValueKey.swift
[30/107] Compiling Engine Transaction.swift
[31/107] Compiling Engine UnaryViewAdaptor.swift
[32/107] Compiling Engine UnaryViewModifier.swift
[33/107] Compiling Engine UnwrapTransform.swift
[34/107] Compiling Engine UpdatePhase.swift
[35/115] Compiling Engine ViewInputConditionalContent.swift
[36/115] Compiling Engine ViewInputConditionalModifier.swift
[37/115] Compiling Engine ViewInputKey.swift
[38/115] Compiling Engine ViewInputs.swift
[39/115] Compiling Engine ViewInputsVisitor.swift
[40/115] Compiling Engine ViewModifierBuilder.swift
[41/115] Compiling Engine ViewModifierContent.swift
[42/115] Compiling Engine ViewModifierVisitor.swift
[43/115] Compiling Engine ViewOutputAlias.swift
[44/115] Compiling Engine PreferenceKeyReader.swift
[45/115] Compiling Engine PrimitiveView.swift
[46/115] Compiling Engine PrimitiveViewModifier.swift
[47/115] Compiling Engine PropertyList.swift
[48/115] Compiling Engine ProposedSize.swift
[49/115] Compiling Engine SectionView.swift
[50/115] Compiling Engine ShapeAdapter.swift
[51/115] Compiling Engine ShapeBuilder.swift
[52/115] Compiling Engine StateOrBinding.swift
[53/115] Compiling Engine StaticCondition.swift
[54/115] Compiling Engine StaticConditionalContent.swift
[55/115] Compiling Engine StaticConditionalModifier.swift
[56/115] Compiling Engine StaticContent.swift
[57/115] Compiling Engine StaticModifier.swift
[58/115] Compiling Engine StyleContext.swift
[59/115] Compiling Engine StyleInputCondition.swift
[60/115] Compiling Engine SymmetricallyScaledText.swift
[61/115] Compiling Engine Text+Extensions.swift
[62/115] Compiling Engine IsNilTransform.swift
[63/115] Compiling Engine IsNotNilTransform.swift
[64/115] Compiling Engine LayoutAdapter.swift
[65/115] Compiling Engine LayoutBuilder.swift
[66/115] Compiling Engine LayoutThatFits.swift
[67/115] Compiling Engine MultiViewAdapter.swift
[68/115] Compiling Engine MultiViewVisitor.swift
[69/115] Compiling Engine Never.swift
[70/115] Compiling Engine OptionalAdapter.swift
[71/115] Compiling Engine EnvironmentValueReader.swift
[72/115] Compiling Engine EnvironmentValuesVisitor.swift
[73/115] Compiling Engine Font+Extensions.swift
[74/115] Compiling Engine ForEachSubview.swift
[75/115] Compiling Engine GraphInputs.swift
[76/115] Compiling Engine Group.swift
[77/115] Compiling Engine HostingController.swift
[78/115] Compiling Engine HostingView.swift
[79/115] Compiling Engine Image+Extensions.swift
[80/115] Compiling Engine Color+Extensions.swift
[81/115] Compiling Engine ConditionalContent.swift
[82/115] Compiling Engine ConditionalLayout.swift
[83/115] Compiling Engine ConditionalShape.swift
[84/115] Compiling Engine ConditionalView.swift
[85/115] Compiling Engine EmptyShape.swift
[86/115] Compiling Engine Environment+Extensions.swift
[87/115] Compiling Engine EnvironmentKeyVisitor.swift
[88/115] Compiling Engine EnvironmentOrValue.swift
[89/115] Compiling Engine Animation+Resolved.swift
[90/115] Compiling Engine AnyAnimatableData.swift
[91/115] Compiling Engine AnyShape.swift
[92/115] Compiling Engine AnyShapeStyle+Extensions.swift
[93/115] Compiling Engine AnyView.swift
[94/115] Compiling Engine AnyViewModifier.swift
[95/115] Compiling Engine AttributedString+Extensions.swift
[96/115] Compiling Engine AttributedStringReader.swift
[97/115] Compiling Engine BindingTransform.swift
[98/115] Emitting module Engine
[99/115] Compiling Engine UserInterfaceIdiomContent.swift
[100/115] Compiling Engine UserInterfaceIdiomModifier.swift
[101/115] Compiling Engine VariadicView.swift
[102/115] Compiling Engine VersionedDynamicProperty.swift
[103/115] Compiling Engine VersionedView.swift
[104/115] Compiling Engine VersionedViewInput.swift
[105/115] Compiling Engine VersionedViewModifier.swift
[106/115] Compiling Engine ViewAdapter.swift
[107/115] Compiling Engine ViewAlias.swift
[108/115] Compiling Engine ViewOutputKey.swift
[109/115] Compiling Engine ViewStackAxisReader.swift
[110/115] Compiling Engine ViewStyle.swift
[111/115] Compiling Engine ViewTraitKey.swift
[112/115] Compiling Engine ViewTraitKeyVisitor.swift
[113/115] Compiling Engine ViewUpdateDebug.swift
[114/115] Compiling Engine ViewVisitor.swift
[115/115] Compiling Engine module.swift
Build of target: 'Engine' complete! (3.36s)
Target:                   EngineCore
Extracting symbol information for 'EngineCore'...
Finished extracting symbol information for 'EngineCore'. (0.76s)
Building documentation for 'EngineCore'...
Finished building documentation for 'EngineCore' (0.15s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/nathantannar4/engine/2.2.6
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
Build of product 'snippet-extract' complete! (0.43s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
Build of target: 'EngineCore' complete! (0.48s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/nathantannar4/engine/2.2.6/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/nathantannar4/engine/2.2.6/linkable-paths.json
Target:                   EngineMacros
Extracting symbol information for 'EngineMacros'...
Finished extracting symbol information for 'EngineMacros'. (16.46s)
Building documentation for 'EngineMacros'...
warning: 'ViewStyle' doesn't exist at '/EngineMacros/StyledView()'
  --> Sources/EngineMacros/StyledView.swift:10:54-10:63
8  | /// A macro that adds the necessary components of a ``StyledView``
9  | ///
10 + /// A ``StyledView`` is an easier way to adopt the ``ViewStyle`` API
11 | /// to transform a `View` into one that can be styled. The `body` of a
12 | /// ``StyledView`` will become the default style if no other styled is applied.
warning: 'ViewStyle' doesn't exist at '/EngineMacros/StyledView()'
  --> Sources/EngineMacros/StyledView.swift:54:25-54:34
52 | /// This showcases the major benefit with the view style approach as it allows for multiple styles
53 | /// to be composed and reused together. The ``StyledView`` used within custom style body
54 + /// will use the next ``ViewStyle`` if one exists, or the default style - which is the `body` of
55 | /// the ``StyledView``.
56 | ///
warning: '@StyledView' doesn't exist at '/EngineMacros/StyledView'
   --> Sources/EngineMacros/StyledView.swift:98:47-98:58
96  | public macro StyledView() = #externalMacro(module: "EngineMacrosCore", type: "StyledViewMacro")
97  |
98  + /// A protocol intended to be used with the ``@StyledView`` macro define a
99  | /// ``ViewStyle`` and all it's related components.
100 | @MainActor @preconcurrency
warning: 'ViewStyle' doesn't exist at '/EngineMacros/StyledView'
   --> Sources/EngineMacros/StyledView.swift:99:7-99:16
97  |
98  | /// A protocol intended to be used with the ``@StyledView`` macro define a
99  + /// ``ViewStyle`` and all it's related components.
100 | @MainActor @preconcurrency
101 | public protocol StyledView: PrimitiveView {
Finished building documentation for 'EngineMacros' (0.05s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/nathantannar4/engine/2.2.6
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
Build of product 'snippet-extract' complete! (0.47s)
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
[2/11] Emitting module SwiftSyntax600
[3/11] Emitting module SwiftSyntax510
[4/11] Compiling SwiftSyntax600 Empty.swift
[5/11] Compiling SwiftSyntax510 Empty.swift
[6/11] Emitting module SwiftSyntax509
[7/11] Compiling SwiftSyntax509 Empty.swift
[8/11] Emitting module SwiftSyntax601
[9/11] Compiling SwiftSyntax601 Empty.swift
[10/77] Compiling SwiftSyntax AbsolutePosition.swift
[11/77] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[12/77] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[13/77] Compiling SwiftSyntax Assert.swift
[14/77] Compiling SwiftSyntax BumpPtrAllocator.swift
[15/77] Compiling SwiftSyntax CommonAncestor.swift
[16/77] Compiling SwiftSyntax Convenience.swift
[17/77] Compiling SwiftSyntax CustomTraits.swift
[18/84] Compiling SwiftSyntax EditorPlaceholder.swift
[19/84] Compiling SwiftSyntax Identifier.swift
[20/84] Compiling SwiftSyntax MemoryLayout.swift
[21/84] Compiling SwiftSyntax MissingNodeInitializers.swift
[22/84] Compiling SwiftSyntax RawSyntax.swift
[23/84] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[24/84] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[25/84] Compiling SwiftSyntax RawSyntaxTokenView.swift
[26/84] Compiling SwiftSyntax SourceEdit.swift
[27/84] Compiling SwiftSyntax SourceLength.swift
[28/84] Compiling SwiftSyntax SourceLocation.swift
[29/84] Compiling SwiftSyntax SourcePresence.swift
[30/84] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[31/84] Compiling SwiftSyntax Syntax.swift
[32/84] Compiling SwiftSyntax SyntaxArena.swift
[33/84] Compiling SwiftSyntax SyntaxProtocol.swift
[34/84] Compiling SwiftSyntax SyntaxText.swift
[35/84] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[36/84] Compiling SwiftSyntax TokenDiagnostic.swift
[37/84] Compiling SwiftSyntax TokenSequence.swift
[38/84] Compiling SwiftSyntax TokenSyntax.swift
[39/84] Compiling SwiftSyntax Trivia.swift
[40/84] Emitting module SwiftSyntax
[41/84] Compiling SwiftSyntax SyntaxCollections.swift
[42/84] Compiling SwiftSyntax SyntaxEnum.swift
[43/84] Compiling SwiftSyntax SyntaxKind.swift
[44/84] Compiling SwiftSyntax SyntaxRewriter.swift
[45/84] Compiling SwiftSyntax SyntaxTraits.swift
[46/84] Compiling SwiftSyntax SyntaxVisitor.swift
[47/84] Compiling SwiftSyntax TokenKind.swift
[48/84] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[49/84] Compiling SwiftSyntax SyntaxChildren.swift
[50/84] Compiling SwiftSyntax SyntaxCollection.swift
[51/84] Compiling SwiftSyntax SyntaxHashable.swift
[52/84] Compiling SwiftSyntax SyntaxIdentifier.swift
[53/84] Compiling SwiftSyntax SyntaxNodeFactory.swift
[54/84] Compiling SwiftSyntax SyntaxNodeStructure.swift
[55/84] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[56/84] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[57/84] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[58/84] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[59/84] Compiling SwiftSyntax RawSyntaxValidation.swift
[60/84] Compiling SwiftSyntax SyntaxNodesAB.swift
[61/84] Compiling SwiftSyntax SyntaxNodesC.swift
[62/84] Compiling SwiftSyntax Tokens.swift
[63/84] Compiling SwiftSyntax TriviaPieces.swift
[64/84] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[65/84] Compiling SwiftSyntax RawSyntaxNodesC.swift
[66/84] Compiling SwiftSyntax RawSyntaxNodesD.swift
[67/84] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[68/84] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[69/84] Compiling SwiftSyntax SyntaxNodesD.swift
[70/84] Compiling SwiftSyntax SyntaxNodesEF.swift
[71/84] Compiling SwiftSyntax SyntaxNodesGHI.swift
[72/84] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[73/84] Compiling SwiftSyntax SyntaxNodesOP.swift
[74/84] Compiling SwiftSyntax SyntaxNodesQRS.swift
[75/84] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[76/84] Compiling SwiftSyntax Utils.swift
[77/84] Compiling SwiftSyntax ChildNameForKeyPath.swift
[78/84] Compiling SwiftSyntax Keyword.swift
[79/84] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[80/84] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[81/84] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[82/84] Compiling SwiftSyntax SyntaxBaseNodes.swift
[83/143] Compiling SwiftDiagnostics Message.swift
[84/144] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[85/144] Compiling SwiftDiagnostics Diagnostic.swift
[86/144] Compiling SwiftDiagnostics Convenience.swift
[87/144] Compiling SwiftBasicFormat Syntax+Extensions.swift
[88/144] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[89/144] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[90/144] Compiling SwiftDiagnostics Note.swift
[91/144] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[92/144] Compiling SwiftBasicFormat Indenter.swift
[93/144] Compiling SwiftBasicFormat InferIndentation.swift
[94/144] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[95/144] Compiling SwiftDiagnostics FixIt.swift
[96/144] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[97/144] Emitting module SwiftDiagnostics
[98/144] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[99/144] Emitting module SwiftBasicFormat
[100/144] Compiling SwiftBasicFormat BasicFormat.swift
[101/144] Compiling SwiftParser TokenConsumer.swift
[102/144] Compiling SwiftParser TokenPrecedence.swift
[103/144] Compiling SwiftParser TokenSpec.swift
[104/144] Compiling SwiftParser TokenSpecSet.swift
[105/144] Compiling SwiftParser Nominals.swift
[106/144] Compiling SwiftParser Parameters.swift
[107/144] Compiling SwiftParser ParseSourceFile.swift
[108/144] Compiling SwiftParser Parser.swift
[109/144] Compiling SwiftParser Patterns.swift
[110/148] Compiling SwiftParser Directives.swift
[111/148] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[112/148] Compiling SwiftParser Expressions.swift
[113/148] Compiling SwiftParser IncrementalParseTransition.swift
[114/148] Compiling SwiftParser IsValidIdentifier.swift
[115/148] Compiling SwiftParser TopLevel.swift
[116/148] Compiling SwiftParser TriviaParser.swift
[117/148] Compiling SwiftParser Types.swift
[118/148] Compiling SwiftParser ExperimentalFeatures.swift
[119/148] Emitting module SwiftParser
[120/148] Compiling SwiftParser Attributes.swift
[121/148] Compiling SwiftParser Availability.swift
[122/148] Compiling SwiftParser CharacterInfo.swift
[123/148] Compiling SwiftParser CollectionNodes+Parsable.swift
[124/148] Compiling SwiftParser Declarations.swift
[125/148] Compiling SwiftParser Recovery.swift
[126/148] Compiling SwiftParser Specifiers.swift
[127/148] Compiling SwiftParser Statements.swift
[128/148] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[129/148] Compiling SwiftParser UnicodeScalarExtensions.swift
[130/148] Compiling SwiftParser Lookahead.swift
[131/148] Compiling SwiftParser LoopProgressCondition.swift
[132/148] Compiling SwiftParser Modifiers.swift
[133/148] Compiling SwiftParser Names.swift
[134/148] Compiling SwiftParser StringLiterals.swift
[135/148] Compiling SwiftParser SwiftParserCompatibility.swift
[136/148] Compiling SwiftParser SwiftVersion.swift
[137/148] Compiling SwiftParser SyntaxUtils.swift
[138/148] Compiling SwiftParser Cursor.swift
[139/148] Compiling SwiftParser Lexeme.swift
[140/148] Compiling SwiftParser LexemeSequence.swift
[141/148] Compiling SwiftParser Lexer.swift
[142/148] Compiling SwiftParser RegexLiteralLexer.swift
[143/148] Compiling SwiftParser IsLexerClassified.swift
[144/148] Compiling SwiftParser LayoutNodes+Parsable.swift
[145/148] Compiling SwiftParser Parser+TokenSpecSet.swift
[146/148] Compiling SwiftParser TokenSpecStaticMembers.swift
[147/171] Compiling SwiftOperators PrecedenceGroup.swift
[148/172] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[149/173] Compiling SwiftOperators PrecedenceGraph.swift
[150/173] Compiling SwiftOperators OperatorTable+Semantics.swift
[151/173] Compiling SwiftOperators OperatorTable.swift
[152/173] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[153/173] Compiling SwiftOperators OperatorTable+Defaults.swift
[154/173] Compiling SwiftOperators OperatorError.swift
[155/173] Compiling SwiftOperators OperatorError+Diagnostics.swift
[156/173] Compiling SwiftOperators Operator.swift
[157/173] Emitting module SwiftOperators
[158/173] Compiling SwiftOperators OperatorTable+Folding.swift
[159/173] Compiling SwiftOperators SyntaxSynthesis.swift
[160/173] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[161/173] Compiling SwiftParserDiagnostics PresenceUtils.swift
[162/173] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[163/173] Compiling SwiftParserDiagnostics Utils.swift
[164/173] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[165/173] Emitting module SwiftParserDiagnostics
[166/173] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[167/173] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[168/173] Compiling SwiftParserDiagnostics MissingNodesError.swift
[169/173] Compiling SwiftParserDiagnostics MissingTokenError.swift
[170/173] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[171/173] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[172/188] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[173/188] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[174/189] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[175/189] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[176/189] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[177/189] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[178/189] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[179/189] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[180/189] Compiling SwiftSyntaxBuilder Indenter.swift
[181/189] Compiling SwiftSyntaxBuilder ListBuilder.swift
[182/189] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[183/189] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[184/189] Emitting module SwiftSyntaxBuilder
[185/189] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[186/189] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[187/189] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[188/207] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[189/207] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[190/207] Compiling SwiftSyntaxMacros Macro.swift
[191/207] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[192/207] Compiling SwiftSyntaxMacros PreambleMacro.swift
[193/207] Compiling SwiftSyntaxMacros AttachedMacro.swift
[194/207] Compiling SwiftSyntaxMacros BodyMacro.swift
[195/207] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[196/207] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[197/207] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[198/207] Compiling SwiftSyntaxMacros AccessorMacro.swift
[199/207] Compiling SwiftSyntaxMacros MemberMacro.swift
[200/207] Compiling SwiftSyntaxMacros PeerMacro.swift
[201/207] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[202/207] Compiling SwiftSyntaxMacros Macro+Format.swift
[203/208] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[204/208] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[205/208] Emitting module SwiftSyntaxMacros
[206/208] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[207/218] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[208/218] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[209/218] Emitting module SwiftSyntaxMacroExpansion
[210/218] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[211/218] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[212/218] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[213/218] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[214/218] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[215/218] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[216/218] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[217/230] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[218/231] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[219/231] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[220/231] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[221/231] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[222/231] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[223/231] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[224/231] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[225/231] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[226/231] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[227/231] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[228/231] Emitting module SwiftCompilerPluginMessageHandling
[229/231] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[230/233] Emitting module SwiftCompilerPlugin
[231/233] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[232/236] Compiling EngineMacrosCore EngineMacrosCore.swift
[233/236] Compiling EngineMacrosCore StyledViewMacro.swift
[234/236] Emitting module EngineMacrosCore
[234/235] Linking EngineMacrosCore-tool
[236/237] Compiling EngineMacros StyledView.swift
[237/237] Emitting module EngineMacros
Build of target: 'EngineMacros' complete! (16.31s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/nathantannar4/engine/2.2.6/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/nathantannar4/engine/2.2.6/linkable-paths.json
   56034
338	/Users/admin/builder/spi-builder-workspace/.docs/nathantannar4/engine/2.2.6
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/nathantannar4/engine/2.2.6
File count: 56034
Doc size:   338.0MB
Preparing doc bundle ...
Uploading prod-nathantannar4-engine-2.2.6-4387c29b.zip to s3://spi-docs-inbox/prod-nathantannar4-engine-2.2.6-4387c29b.zip
Copying... [10%]
Copying... [20%]
Copying... [30%]
Copying... [40%]
Copying... [50%]
Copying... [60%]
Copying... [70%]
Copying... [80%]
Copying... [90%]
Copying... [100%]
Done.