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 main (29b08c), with Swift 6.1 for macOS (SPM) on 4 Sep 2025 22:26:34 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nathantannar4/Engine
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
Fetching https://github.com/swiftlang/swift-syntax from cache
Fetched https://github.com/swiftlang/swift-syntax from cache (1.59s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (4.88s)
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.16s)
Fetching https://github.com/swiftlang/swift-syntax from cache
Fetched https://github.com/swiftlang/swift-syntax from cache (0.90s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (0.97s)
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 main (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 SwiftSyntax510
[24/54] Compiling SwiftSyntax510 Empty.swift
[25/54] Compiling SwiftSyntax601 Empty.swift
[26/54] Emitting module SwiftSyntax601
[27/54] Emitting module SwiftSyntax509
[28/54] Compiling SwiftSyntax509 Empty.swift
[29/54] Compiling SwiftSyntax600 Empty.swift
[30/54] Emitting module SwiftSyntax600
[31/120] Compiling SwiftSyntax AbsolutePosition.swift
[32/120] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[33/120] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[34/120] Compiling SwiftSyntax Assert.swift
[35/120] Compiling SwiftSyntax BumpPtrAllocator.swift
[36/120] Compiling SwiftSyntax CommonAncestor.swift
[37/120] Compiling SwiftSyntax Convenience.swift
[38/120] Compiling SwiftSyntax CustomTraits.swift
[39/127] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[40/127] Compiling SwiftSyntax SyntaxChildren.swift
[41/127] Compiling SwiftSyntax SyntaxCollection.swift
[42/127] Compiling SwiftSyntax SyntaxHashable.swift
[43/127] Compiling SwiftSyntax SyntaxIdentifier.swift
[44/127] Compiling SwiftSyntax SyntaxNodeFactory.swift
[45/127] Compiling SwiftSyntax SyntaxNodeStructure.swift
[46/127] Compiling SwiftSyntax SourceEdit.swift
[47/127] Compiling SwiftSyntax SourceLength.swift
[48/127] Compiling SwiftSyntax SourceLocation.swift
[49/127] Compiling SwiftSyntax SourcePresence.swift
[50/127] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[51/127] Compiling SwiftSyntax Syntax.swift
[52/127] Compiling SwiftSyntax SyntaxArena.swift
[53/127] Compiling SwiftSyntax Tokens.swift
[54/127] Compiling SwiftSyntax TriviaPieces.swift
[55/127] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[56/127] Compiling SwiftSyntax RawSyntaxNodesC.swift
[57/127] Compiling SwiftSyntax RawSyntaxNodesD.swift
[58/127] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[59/127] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[60/127] Emitting module SwiftSyntax
[61/127] Emitting module EngineCore
[62/129] Compiling SwiftSyntax SyntaxCollections.swift
[63/129] Compiling SwiftSyntax SyntaxEnum.swift
[64/129] Compiling SwiftSyntax SyntaxKind.swift
[65/129] Compiling SwiftSyntax SyntaxRewriter.swift
[66/129] Compiling SwiftSyntax SyntaxTraits.swift
[67/129] Compiling SwiftSyntax SyntaxVisitor.swift
[68/129] Compiling SwiftSyntax TokenKind.swift
[69/129] Compiling SwiftSyntax SyntaxProtocol.swift
[70/129] Compiling SwiftSyntax SyntaxText.swift
[71/129] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[72/129] Compiling SwiftSyntax TokenDiagnostic.swift
[73/129] Compiling SwiftSyntax TokenSequence.swift
[74/129] Compiling SwiftSyntax TokenSyntax.swift
[75/129] Compiling SwiftSyntax Trivia.swift
[76/129] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[77/129] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[78/129] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[79/129] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[80/129] Compiling SwiftSyntax RawSyntaxValidation.swift
[81/129] Compiling SwiftSyntax SyntaxNodesAB.swift
[82/129] Compiling SwiftSyntax SyntaxNodesC.swift
[83/129] Compiling EngineCore ViewTypeIdentifier.swift
[84/129] Compiling EngineCore ViewVisitor.swift
[87/129] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[88/129] Compiling SwiftSyntax SyntaxBaseNodes.swift
[93/129] Compiling SwiftSyntax ChildNameForKeyPath.swift
[94/129] Compiling SwiftSyntax Keyword.swift
[95/129] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[96/129] Compiling SwiftSyntax RawSyntaxTokenView.swift
[97/129] Compiling SwiftSyntax Utils.swift
[98/129] Compiling SwiftSyntax MissingNodeInitializers.swift
[99/129] Compiling SwiftSyntax RawSyntax.swift
[100/129] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[101/129] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[102/129] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[103/129] Compiling SwiftSyntax EditorPlaceholder.swift
[104/129] Compiling SwiftSyntax Identifier.swift
[105/129] Compiling SwiftSyntax MemoryLayout.swift
[106/211] Compiling Engine PreferenceKeyReader.swift
[107/211] Compiling Engine PrimitiveView.swift
[108/211] Compiling Engine PrimitiveViewModifier.swift
[109/211] Compiling Engine PropertyList.swift
[110/211] Compiling Engine ProposedSize.swift
[111/211] Compiling Engine SectionView.swift
[112/211] Compiling Engine ShapeAdapter.swift
[113/211] Compiling Engine ShapeBuilder.swift
[114/211] Compiling Engine StateOrBinding.swift
[115/211] Compiling Engine UserInterfaceIdiomContent.swift
[116/211] Compiling Engine UserInterfaceIdiomModifier.swift
[117/211] Compiling Engine VariadicView.swift
[118/211] Compiling Engine VersionedDynamicProperty.swift
[119/211] Compiling Engine VersionedView.swift
[120/211] Compiling Engine VersionedViewInput.swift
[130/219] Compiling Engine IsNilTransform.swift
[131/219] Compiling Engine IsNotNilTransform.swift
[132/219] Compiling Engine LayoutAdapter.swift
[133/219] Compiling Engine LayoutBuilder.swift
[134/219] Compiling Engine LayoutThatFits.swift
[135/219] Compiling Engine MultiViewAdapter.swift
[136/219] Compiling Engine MultiViewVisitor.swift
[137/219] Compiling Engine Never.swift
[138/219] Compiling Engine OptionalAdapter.swift
[139/219] Emitting module Engine
[140/219] Compiling Engine Color+Extensions.swift
[141/219] Compiling Engine ConditionalContent.swift
[142/219] Compiling Engine ConditionalLayout.swift
[143/219] Compiling Engine ConditionalShape.swift
[144/219] Compiling Engine ConditionalView.swift
[145/219] Compiling Engine EmptyShape.swift
[146/219] Compiling Engine Environment+Extensions.swift
[147/219] Compiling Engine EnvironmentKeyVisitor.swift
[148/219] Compiling Engine EnvironmentOrValue.swift
[149/219] Compiling Engine StaticCondition.swift
[150/219] Compiling Engine StaticConditionalContent.swift
[151/219] Compiling Engine StaticConditionalModifier.swift
[152/219] Compiling Engine StaticContent.swift
[153/219] Compiling Engine StaticModifier.swift
[154/219] Compiling Engine StyleContext.swift
[155/219] Compiling Engine StyleInputCondition.swift
[156/219] Compiling Engine SymmetricallyScaledText.swift
[157/219] Compiling Engine Text+Extensions.swift
[158/219] Compiling Engine EnvironmentValueReader.swift
[159/219] Compiling Engine EnvironmentValuesVisitor.swift
[160/219] Compiling Engine Font+Extensions.swift
[161/219] Compiling Engine ForEachSubview.swift
[162/219] Compiling Engine GraphInputs.swift
[163/219] Compiling Engine Group.swift
[164/219] Compiling Engine HostingController.swift
[165/219] Compiling Engine HostingView.swift
[166/219] Compiling Engine Image+Extensions.swift
[167/219] Compiling Engine TextAttachment.swift
[168/219] Compiling Engine TextBuilder.swift
[169/219] Compiling Engine TextReader.swift
[170/219] Compiling Engine TraitValueKey.swift
[171/219] Compiling Engine Transaction.swift
[172/219] Compiling Engine UnaryViewAdaptor.swift
[173/219] Compiling Engine UnaryViewModifier.swift
[174/219] Compiling Engine UnwrapTransform.swift
[175/219] Compiling Engine UpdatePhase.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
[191/219] Compiling Engine VersionedViewModifier.swift
[192/219] Compiling Engine ViewAdapter.swift
[193/219] Compiling Engine ViewAlias.swift
[194/219] Compiling Engine ViewInputConditionalContent.swift
[195/219] Compiling Engine ViewInputConditionalModifier.swift
[196/219] Compiling Engine ViewInputKey.swift
[197/219] Compiling Engine ViewInputs.swift
[198/219] Compiling Engine ViewInputsVisitor.swift
[199/219] Compiling Engine ViewModifierBuilder.swift
[200/219] Compiling Engine ViewModifierContent.swift
[201/219] Compiling Engine ViewModifierVisitor.swift
[202/219] Compiling Engine ViewOutputAlias.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 SwiftDiagnostics Message.swift
[219/279] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[220/279] Emitting module SwiftBasicFormat
[221/279] Compiling SwiftBasicFormat InferIndentation.swift
[222/279] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[223/279] Compiling SwiftDiagnostics Diagnostic.swift
[224/279] Emitting module SwiftDiagnostics
[225/279] Compiling SwiftBasicFormat Syntax+Extensions.swift
[226/279] Compiling SwiftBasicFormat Indenter.swift
[227/279] Compiling SwiftDiagnostics Note.swift
[228/279] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[229/279] Compiling SwiftDiagnostics FixIt.swift
[230/279] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[231/279] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[232/279] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[233/279] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[234/279] Compiling SwiftDiagnostics Convenience.swift
[235/279] Compiling SwiftBasicFormat BasicFormat.swift
[236/279] Compiling SwiftParser TopLevel.swift
[237/279] Compiling SwiftParser TriviaParser.swift
[238/279] Compiling SwiftParser Types.swift
[239/279] Compiling SwiftParser ExperimentalFeatures.swift
[240/283] Compiling SwiftParser StringLiterals.swift
[241/283] Compiling SwiftParser SwiftParserCompatibility.swift
[242/283] Compiling SwiftParser SwiftVersion.swift
[243/283] Compiling SwiftParser SyntaxUtils.swift
[244/283] Compiling SwiftParser TokenConsumer.swift
[245/283] Compiling SwiftParser TokenPrecedence.swift
[246/283] Compiling SwiftParser TokenSpec.swift
[247/283] Compiling SwiftParser TokenSpecSet.swift
[248/283] Compiling SwiftParser Nominals.swift
[249/283] Compiling SwiftParser Parameters.swift
[250/283] Compiling SwiftParser ParseSourceFile.swift
[251/283] Compiling SwiftParser Parser.swift
[252/283] Compiling SwiftParser Patterns.swift
[253/283] Compiling SwiftParser UnicodeScalarExtensions.swift
[254/283] Compiling SwiftParser Lookahead.swift
[255/283] Compiling SwiftParser LoopProgressCondition.swift
[256/283] Compiling SwiftParser Modifiers.swift
[257/283] Compiling SwiftParser Names.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] Compiling SwiftParser Directives.swift
[263/283] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[264/283] Compiling SwiftParser Expressions.swift
[265/283] Compiling SwiftParser IncrementalParseTransition.swift
[266/283] Compiling SwiftParser IsValidIdentifier.swift
[267/283] Compiling SwiftParser Cursor.swift
[268/283] Compiling SwiftParser Lexeme.swift
[269/283] Compiling SwiftParser LexemeSequence.swift
[270/283] Compiling SwiftParser Lexer.swift
[271/283] Compiling SwiftParser RegexLiteralLexer.swift
[272/283] Emitting module SwiftParser
[273/283] Compiling SwiftParser Attributes.swift
[274/283] Compiling SwiftParser Availability.swift
[275/283] Compiling SwiftParser CharacterInfo.swift
[276/283] Compiling SwiftParser CollectionNodes+Parsable.swift
[277/283] Compiling SwiftParser Declarations.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 SwiftOperators OperatorError.swift
[283/306] Compiling SwiftOperators PrecedenceGroup.swift
[284/307] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[285/308] Emitting module SwiftOperators
[286/308] Compiling SwiftOperators OperatorTable.swift
[287/308] Compiling SwiftOperators PrecedenceGraph.swift
[288/308] Compiling SwiftOperators OperatorTable+Defaults.swift
[289/308] Compiling SwiftOperators OperatorTable+Folding.swift
[290/308] Compiling SwiftOperators OperatorError+Diagnostics.swift
[291/308] Compiling SwiftOperators Operator.swift
[292/308] Compiling SwiftOperators OperatorTable+Semantics.swift
[293/308] Emitting module SwiftParserDiagnostics
[294/308] Compiling SwiftOperators SyntaxSynthesis.swift
[295/308] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[296/308] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[297/308] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[298/308] Compiling SwiftParserDiagnostics Utils.swift
[299/308] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[300/308] Compiling SwiftParserDiagnostics PresenceUtils.swift
[301/308] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[302/308] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[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 WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[313/324] Compiling SwiftSyntaxBuilder Indenter.swift
[314/324] Compiling SwiftSyntaxBuilder ListBuilder.swift
[315/324] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[316/324] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[317/324] Emitting module SwiftSyntaxBuilder
[318/324] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[319/324] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[320/324] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[321/324] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[322/324] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[323/342] Compiling SwiftSyntaxMacros Macro.swift
[324/342] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[325/342] Compiling SwiftSyntaxMacros PreambleMacro.swift
[326/342] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[327/342] Compiling SwiftSyntaxMacros Macro+Format.swift
[328/342] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[329/342] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[330/342] Compiling SwiftSyntaxMacros MemberMacro.swift
[331/342] Compiling SwiftSyntaxMacros PeerMacro.swift
[332/342] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[333/342] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[334/343] Emitting module SwiftSyntaxMacros
[335/343] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[336/343] Compiling SwiftSyntaxMacros AccessorMacro.swift
[337/343] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[338/343] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[339/343] Compiling SwiftSyntaxMacros AttachedMacro.swift
[340/343] Compiling SwiftSyntaxMacros BodyMacro.swift
[341/343] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[342/353] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[343/353] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[344/353] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[345/353] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[346/353] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[347/353] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[348/353] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[349/353] Emitting module SwiftSyntaxMacroExpansion
[350/353] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[351/353] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[352/365] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[353/366] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[354/366] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[355/366] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[356/366] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[357/366] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[358/366] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[359/366] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[360/366] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[361/366] Emitting module SwiftCompilerPluginMessageHandling
[362/366] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[363/366] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[364/366] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[365/368] Emitting module SwiftCompilerPlugin
[366/368] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[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! (24.38s)
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/main
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.71s)
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/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/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/MultiViewAdapter/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/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/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/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/ForEachSubview/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/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/TextReader/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/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/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/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/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/SectionFooter/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/MultiViewSubviewVisitor/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/AnyVariadicView/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/AttributedStringReader/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/ViewStackAxisReader/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/ViewOutputKeyReader/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/MultiViewSubviewVisitor/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/MultiViewAdapter/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/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/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/ViewOutputKeyReader/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/AnyVariadicView/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/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/ViewStackAxisReader/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/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/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/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/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/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/ForEachSubview/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/AttributedStringReader/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/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/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/SectionFooter/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/TextReader/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/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: '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' (19.42s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/nathantannar4/engine/main
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.64s)
Updated https://github.com/swiftlang/swift-syntax (0.89s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (1.56s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (0.55s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.75s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.37s)
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
[1/8] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling SymbolKit Identifier.swift
[8/57] Compiling SymbolKit KindIdentifier.swift
[9/57] Compiling SymbolKit Location.swift
[10/57] Compiling SymbolKit Mutability.swift
[11/57] Compiling SymbolKit Mixin+Equals.swift
[12/57] Compiling SymbolKit Mixin+Hash.swift
[13/57] Compiling SymbolKit Mixin.swift
[14/57] Compiling SymbolKit LineList.swift
[15/57] Compiling SymbolKit Position.swift
[16/57] Compiling SymbolKit Relationship.swift
[17/57] Compiling SymbolKit RelationshipKind.swift
[18/57] Compiling SymbolKit SourceOrigin.swift
[19/57] Compiling SymbolKit GenericConstraints.swift
[20/57] Compiling SymbolKit Swift.swift
[21/57] Compiling Snippets Snippet.swift
[22/57] Emitting module Snippets
[23/57] Compiling Snippets SnippetParser.swift
[24/57] Compiling SymbolKit DeclarationFragments.swift
[25/57] Compiling SymbolKit Fragment.swift
[26/57] Compiling SymbolKit FragmentKind.swift
[27/57] Compiling SymbolKit FunctionParameter.swift
[28/57] Compiling SymbolKit FunctionSignature.swift
[29/57] Compiling SymbolKit Names.swift
[30/57] Compiling SymbolKit SPI.swift
[31/57] Compiling SymbolKit Snippet.swift
[32/57] Compiling SymbolKit Extension.swift
[33/57] Compiling SymbolKit Symbol.swift
[34/57] Compiling SymbolKit SymbolKind.swift
[35/57] Compiling SymbolKit SymbolGraph.swift
[36/57] Compiling SymbolKit GraphCollector.swift
[37/57] Compiling SymbolKit GenericConstraint.swift
[38/57] Compiling SymbolKit GenericParameter.swift
[39/57] Compiling SymbolKit Generics.swift
[40/57] Compiling SymbolKit Namespace.swift
[41/57] Compiling SymbolKit SemanticVersion.swift
[42/57] Compiling SymbolKit AccessControl.swift
[43/57] Compiling SymbolKit Availability.swift
[44/57] Compiling SymbolKit AvailabilityItem.swift
[45/57] Compiling SymbolKit Domain.swift
[46/57] Compiling SymbolKit SourceRange.swift
[47/57] Compiling SymbolKit Metadata.swift
[48/57] Compiling SymbolKit Module.swift
[49/57] Compiling SymbolKit OperatingSystem.swift
[50/57] Compiling SymbolKit Platform.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 SymbolGraph+Snippet.swift
[56/61] Compiling snippet_extract URL+Status.swift
[57/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Emitting module snippet_extract
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.09s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/23] Compiling EngineCore TypeDescriptor.swift
[3/23] Compiling EngineCore TypeIdentifier.swift
[4/23] Compiling EngineCore OptionalVisitor.swift
[5/23] Compiling EngineCore ProtocolConformance.swift
[6/23] Compiling EngineCore EmptyViewVisitor.swift
[7/23] Compiling EngineCore EnvironmentKeyVisitor.swift
[8/23] Compiling EngineCore ForEachVisitor.swift
[9/23] Emitting module EngineCore
[10/25] Compiling EngineCore TupleViewVisitor.swift
[11/25] Compiling EngineCore TupleVisitor.swift
[12/25] Compiling EngineCore ViewModifierVisitor.swift
[13/25] Compiling EngineCore ViewTraitKeyVisitor.swift
[14/25] Compiling EngineCore Runtime.swift
[15/25] Compiling EngineCore SectionVisitor.swift
[16/25] Compiling EngineCore AnyViewVisitor.swift
[17/25] Compiling EngineCore ConditionalContentVisitor.swift
[18/25] Compiling EngineCore CustomViewVisitor.swift
[19/25] Compiling EngineCore TypeMetadata.swift
[20/25] Compiling EngineCore UnsafePointer.swift
[21/25] Compiling EngineCore GroupVisitor.swift
[22/25] Compiling EngineCore ModifiedContentVisitor.swift
[23/25] Compiling EngineCore MultiViewVisitor.swift
[24/25] Compiling EngineCore ViewTypeIdentifier.swift
[25/25] Compiling EngineCore ViewVisitor.swift
[26/107] Compiling Engine ViewInputConditionalContent.swift
[27/107] Compiling Engine ViewInputConditionalModifier.swift
[28/107] Compiling Engine ViewInputKey.swift
[29/107] Compiling Engine ViewInputs.swift
[30/107] Compiling Engine ViewInputsVisitor.swift
[31/107] Compiling Engine ViewModifierBuilder.swift
[32/107] Compiling Engine ViewModifierContent.swift
[33/107] Compiling Engine ViewModifierVisitor.swift
[34/107] Compiling Engine ViewOutputAlias.swift
[35/107] Compiling Engine PreferenceKeyReader.swift
[36/107] Compiling Engine PrimitiveView.swift
[37/107] Compiling Engine PrimitiveViewModifier.swift
[38/107] Compiling Engine PropertyList.swift
[39/107] Compiling Engine ProposedSize.swift
[40/107] Compiling Engine SectionView.swift
[41/107] Compiling Engine ShapeAdapter.swift
[42/107] Compiling Engine ShapeBuilder.swift
[43/107] Compiling Engine StateOrBinding.swift
[44/115] Compiling Engine Color+Extensions.swift
[45/115] Compiling Engine ConditionalContent.swift
[46/115] Compiling Engine ConditionalLayout.swift
[47/115] Compiling Engine ConditionalShape.swift
[48/115] Compiling Engine ConditionalView.swift
[49/115] Compiling Engine EmptyShape.swift
[50/115] Compiling Engine Environment+Extensions.swift
[51/115] Compiling Engine EnvironmentKeyVisitor.swift
[52/115] Compiling Engine EnvironmentOrValue.swift
[53/115] Compiling Engine EnvironmentValueReader.swift
[54/115] Compiling Engine EnvironmentValuesVisitor.swift
[55/115] Compiling Engine Font+Extensions.swift
[56/115] Compiling Engine ForEachSubview.swift
[57/115] Compiling Engine GraphInputs.swift
[58/115] Compiling Engine Group.swift
[59/115] Compiling Engine HostingController.swift
[60/115] Compiling Engine HostingView.swift
[61/115] Compiling Engine Image+Extensions.swift
[62/115] Compiling Engine Animation+Resolved.swift
[63/115] Compiling Engine AnyAnimatableData.swift
[64/115] Compiling Engine AnyShape.swift
[65/115] Compiling Engine AnyShapeStyle+Extensions.swift
[66/115] Compiling Engine AnyView.swift
[67/115] Compiling Engine AnyViewModifier.swift
[68/115] Compiling Engine AttributedString+Extensions.swift
[69/115] Compiling Engine AttributedStringReader.swift
[70/115] Compiling Engine BindingTransform.swift
[71/115] Emitting module Engine
[72/115] Compiling Engine TextAttachment.swift
[73/115] Compiling Engine TextBuilder.swift
[74/115] Compiling Engine TextReader.swift
[75/115] Compiling Engine TraitValueKey.swift
[76/115] Compiling Engine Transaction.swift
[77/115] Compiling Engine UnaryViewAdaptor.swift
[78/115] Compiling Engine UnaryViewModifier.swift
[79/115] Compiling Engine UnwrapTransform.swift
[80/115] Compiling Engine UpdatePhase.swift
[81/115] Compiling Engine IsNilTransform.swift
[82/115] Compiling Engine IsNotNilTransform.swift
[83/115] Compiling Engine LayoutAdapter.swift
[84/115] Compiling Engine LayoutBuilder.swift
[85/115] Compiling Engine LayoutThatFits.swift
[86/115] Compiling Engine MultiViewAdapter.swift
[87/115] Compiling Engine MultiViewVisitor.swift
[88/115] Compiling Engine Never.swift
[89/115] Compiling Engine OptionalAdapter.swift
[90/115] Compiling Engine StaticCondition.swift
[91/115] Compiling Engine StaticConditionalContent.swift
[92/115] Compiling Engine StaticConditionalModifier.swift
[93/115] Compiling Engine StaticContent.swift
[94/115] Compiling Engine StaticModifier.swift
[95/115] Compiling Engine StyleContext.swift
[96/115] Compiling Engine StyleInputCondition.swift
[97/115] Compiling Engine SymmetricallyScaledText.swift
[98/115] Compiling Engine Text+Extensions.swift
[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.51s)
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.14s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/nathantannar4/engine/main
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
Build of product 'snippet-extract' complete! (0.46s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
Build of target: 'EngineCore' complete! (0.49s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/nathantannar4/engine/main/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/nathantannar4/engine/main/linkable-paths.json
Target:                   EngineMacros
Extracting symbol information for 'EngineMacros'...
Finished extracting symbol information for 'EngineMacros'. (16.72s)
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/main
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
Build of product 'snippet-extract' complete! (0.45s)
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
[2/11] Compiling SwiftSyntax509 Empty.swift
[3/11] Compiling SwiftSyntax600 Empty.swift
[4/11] Emitting module SwiftSyntax600
[5/11] Emitting module SwiftSyntax510
[6/11] Compiling SwiftSyntax510 Empty.swift
[7/11] Emitting module SwiftSyntax509
[8/11] Compiling SwiftSyntax601 Empty.swift
[9/11] Emitting module SwiftSyntax601
[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 SyntaxProtocol.swift
[19/84] Compiling SwiftSyntax SyntaxText.swift
[20/84] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[21/84] Compiling SwiftSyntax TokenDiagnostic.swift
[22/84] Compiling SwiftSyntax TokenSequence.swift
[23/84] Compiling SwiftSyntax TokenSyntax.swift
[24/84] Compiling SwiftSyntax Trivia.swift
[25/84] Compiling SwiftSyntax EditorPlaceholder.swift
[26/84] Compiling SwiftSyntax Identifier.swift
[27/84] Compiling SwiftSyntax MemoryLayout.swift
[28/84] Compiling SwiftSyntax MissingNodeInitializers.swift
[29/84] Compiling SwiftSyntax RawSyntax.swift
[30/84] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[31/84] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[32/84] Compiling SwiftSyntax RawSyntaxTokenView.swift
[33/84] Compiling SwiftSyntax SourceEdit.swift
[34/84] Compiling SwiftSyntax SourceLength.swift
[35/84] Compiling SwiftSyntax SourceLocation.swift
[36/84] Compiling SwiftSyntax SourcePresence.swift
[37/84] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[38/84] Compiling SwiftSyntax Syntax.swift
[39/84] Compiling SwiftSyntax SyntaxArena.swift
[40/84] Compiling SwiftSyntax Tokens.swift
[41/84] Compiling SwiftSyntax TriviaPieces.swift
[42/84] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[43/84] Compiling SwiftSyntax RawSyntaxNodesC.swift
[44/84] Compiling SwiftSyntax RawSyntaxNodesD.swift
[45/84] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[46/84] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[47/84] Compiling SwiftSyntax SyntaxCollections.swift
[48/84] Compiling SwiftSyntax SyntaxEnum.swift
[49/84] Compiling SwiftSyntax SyntaxKind.swift
[50/84] Compiling SwiftSyntax SyntaxRewriter.swift
[51/84] Compiling SwiftSyntax SyntaxTraits.swift
[52/84] Compiling SwiftSyntax SyntaxVisitor.swift
[53/84] Compiling SwiftSyntax TokenKind.swift
[54/84] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[55/84] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[56/84] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[57/84] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[58/84] Compiling SwiftSyntax RawSyntaxValidation.swift
[59/84] Compiling SwiftSyntax SyntaxNodesAB.swift
[60/84] Compiling SwiftSyntax SyntaxNodesC.swift
[61/84] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[62/84] Compiling SwiftSyntax SyntaxChildren.swift
[63/84] Compiling SwiftSyntax SyntaxCollection.swift
[64/84] Compiling SwiftSyntax SyntaxHashable.swift
[65/84] Compiling SwiftSyntax SyntaxIdentifier.swift
[66/84] Compiling SwiftSyntax SyntaxNodeFactory.swift
[67/84] Compiling SwiftSyntax SyntaxNodeStructure.swift
[68/84] Compiling SwiftSyntax SyntaxNodesD.swift
[69/84] Compiling SwiftSyntax SyntaxNodesEF.swift
[70/84] Compiling SwiftSyntax SyntaxNodesGHI.swift
[71/84] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[72/84] Compiling SwiftSyntax SyntaxNodesOP.swift
[73/84] Compiling SwiftSyntax SyntaxNodesQRS.swift
[74/84] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[75/84] Compiling SwiftSyntax Utils.swift
[76/84] Compiling SwiftSyntax ChildNameForKeyPath.swift
[77/84] Compiling SwiftSyntax Keyword.swift
[78/84] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[79/84] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[80/84] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[81/84] Compiling SwiftSyntax SyntaxBaseNodes.swift
[82/84] Emitting module SwiftSyntax
[83/143] Compiling SwiftDiagnostics Message.swift
[84/144] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[85/144] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[86/144] Compiling SwiftDiagnostics Note.swift
[87/144] Compiling SwiftBasicFormat Indenter.swift
[88/144] Compiling SwiftBasicFormat Syntax+Extensions.swift
[89/144] Compiling SwiftBasicFormat InferIndentation.swift
[90/144] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[91/144] Emitting module SwiftDiagnostics
[92/144] Compiling SwiftDiagnostics FixIt.swift
[93/144] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[94/144] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[95/144] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[96/144] Compiling SwiftDiagnostics Diagnostic.swift
[97/144] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[98/144] Compiling SwiftDiagnostics Convenience.swift
[99/144] Emitting module SwiftBasicFormat
[100/144] Compiling SwiftBasicFormat BasicFormat.swift
[101/144] Compiling SwiftParser StringLiterals.swift
[102/144] Compiling SwiftParser SwiftParserCompatibility.swift
[103/144] Compiling SwiftParser SwiftVersion.swift
[104/144] Compiling SwiftParser SyntaxUtils.swift
[105/148] Compiling SwiftParser TokenConsumer.swift
[106/148] Compiling SwiftParser TokenPrecedence.swift
[107/148] Compiling SwiftParser TokenSpec.swift
[108/148] Compiling SwiftParser TokenSpecSet.swift
[109/148] Compiling SwiftParser TopLevel.swift
[110/148] Compiling SwiftParser TriviaParser.swift
[111/148] Compiling SwiftParser Types.swift
[112/148] Compiling SwiftParser ExperimentalFeatures.swift
[113/148] Compiling SwiftParser UnicodeScalarExtensions.swift
[114/148] Compiling SwiftParser Lookahead.swift
[115/148] Compiling SwiftParser LoopProgressCondition.swift
[116/148] Compiling SwiftParser Modifiers.swift
[117/148] Compiling SwiftParser Names.swift
[118/148] Compiling SwiftParser Recovery.swift
[119/148] Compiling SwiftParser Specifiers.swift
[120/148] Compiling SwiftParser Statements.swift
[121/148] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[122/148] Compiling SwiftParser Nominals.swift
[123/148] Compiling SwiftParser Parameters.swift
[124/148] Compiling SwiftParser ParseSourceFile.swift
[125/148] Compiling SwiftParser Parser.swift
[126/148] Compiling SwiftParser Patterns.swift
[127/148] Compiling SwiftParser Directives.swift
[128/148] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[129/148] Compiling SwiftParser Expressions.swift
[130/148] Compiling SwiftParser IncrementalParseTransition.swift
[131/148] Compiling SwiftParser IsValidIdentifier.swift
[132/148] Emitting module SwiftParser
[133/148] Compiling SwiftParser Attributes.swift
[134/148] Compiling SwiftParser Availability.swift
[135/148] Compiling SwiftParser CharacterInfo.swift
[136/148] Compiling SwiftParser CollectionNodes+Parsable.swift
[137/148] Compiling SwiftParser Declarations.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/171] Compiling SwiftOperators PrecedenceGraph.swift
[149/171] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[150/171] Compiling SwiftOperators OperatorTable.swift
[151/173] Compiling SwiftOperators OperatorTable+Semantics.swift
[152/173] Compiling SwiftOperators OperatorError+Diagnostics.swift
[153/173] Compiling SwiftOperators OperatorError.swift
[154/173] Compiling SwiftOperators Operator.swift
[155/173] Compiling SwiftOperators OperatorTable+Defaults.swift
[156/173] Compiling SwiftOperators OperatorTable+Folding.swift
[157/173] Emitting module SwiftOperators
[158/173] Compiling SwiftParserDiagnostics PresenceUtils.swift
[159/173] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[160/173] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[161/173] Compiling SwiftOperators SyntaxSynthesis.swift
[162/173] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[163/173] Compiling SwiftParserDiagnostics Utils.swift
[164/173] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[165/173] Emitting module SwiftParserDiagnostics
[166/173] Compiling SwiftParserDiagnostics MissingNodesError.swift
[167/173] Compiling SwiftParserDiagnostics MissingTokenError.swift
[168/173] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[169/173] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[170/173] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[171/173] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[172/188] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[173/188] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[174/188] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[175/188] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[176/188] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[177/189] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[178/189] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[179/189] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[180/189] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[181/189] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[182/189] Compiling SwiftSyntaxBuilder Indenter.swift
[183/189] Compiling SwiftSyntaxBuilder ListBuilder.swift
[184/189] Emitting module SwiftSyntaxBuilder
[185/189] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[186/189] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[187/189] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[188/207] Compiling SwiftSyntaxMacros PreambleMacro.swift
[189/207] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[190/207] Compiling SwiftSyntaxMacros Macro+Format.swift
[191/207] Compiling SwiftSyntaxMacros Macro.swift
[192/207] Compiling SwiftSyntaxMacros MemberAttributeMacro.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 MemberMacro.swift
[198/207] Compiling SwiftSyntaxMacros PeerMacro.swift
[199/208] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[200/208] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[201/208] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[202/208] Compiling SwiftSyntaxMacros AccessorMacro.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 MacroExpansionDiagnosticMessages.swift
[208/218] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[209/218] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[210/218] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[211/218] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[212/218] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[213/218] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[214/218] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[215/218] Emitting module SwiftSyntaxMacroExpansion
[216/218] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[217/230] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[218/230] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[219/230] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[220/230] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[221/230] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[222/230] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[223/231] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[224/231] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[225/231] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[226/231] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[227/231] Emitting module SwiftCompilerPluginMessageHandling
[228/231] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[229/231] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[230/233] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[231/233] Emitting module SwiftCompilerPlugin
[232/236] Emitting module EngineMacrosCore
[233/236] Compiling EngineMacrosCore EngineMacrosCore.swift
[234/236] Compiling EngineMacrosCore StyledViewMacro.swift
[234/235] Linking EngineMacrosCore-tool
[236/237] Emitting module EngineMacros
[237/237] Compiling EngineMacros StyledView.swift
Build of target: 'EngineMacros' complete! (16.57s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/nathantannar4/engine/main/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/nathantannar4/engine/main/linkable-paths.json
   56034
338	/Users/admin/builder/spi-builder-workspace/.docs/nathantannar4/engine/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/nathantannar4/engine/main
File count: 56034
Doc size:   338.0MB
Preparing doc bundle ...
Uploading prod-nathantannar4-engine-main-6daa13d2.zip to s3://spi-docs-inbox/prod-nathantannar4-engine-main-6daa13d2.zip
Copying... [10%]
Copying... [20%]
Copying... [30%]
Copying... [40%]
Copying... [50%]
Copying... [60%]
Copying... [70%]
Copying... [80%]
Copying... [90%]
Copying... [100%]
Done.