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 Ignition, reference 2.1.1 (9452de), with Swift 6.1 for macOS (SPM) on 11 Aug 2025 20:04:02 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.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nathantannar4/Ignition.git
Reference: 2.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nathantannar4/Ignition
 * tag               2.1.1      -> FETCH_HEAD
HEAD is now at 9452dee 2.1.1
Cloned https://github.com/nathantannar4/Ignition.git
Revision (git rev-parse @):
9452deeee9533985f1ad49341e32a38f1c5f2f02
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/nathantannar4/Ignition.git at 2.1.1
Fetching https://github.com/nathantannar4/Engine
[1/1240] Fetching engine
Fetched https://github.com/nathantannar4/Engine from cache (1.16s)
Computing version for https://github.com/nathantannar4/Engine
Computed https://github.com/nathantannar4/Engine at 2.2.1 (1.69s)
Fetching https://github.com/swiftlang/swift-syntax from cache
Fetched https://github.com/swiftlang/swift-syntax from cache (1.42s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (4.84s)
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.1
Creating working copy for https://github.com/nathantannar4/Engine
Working copy of https://github.com/nathantannar4/Engine resolved at 2.2.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": "ignition",
      "name": "Ignition",
      "url": "https://github.com/nathantannar4/Ignition.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Ignition",
      "dependencies": [
        {
          "identity": "engine",
          "name": "Engine",
          "url": "https://github.com/nathantannar4/Engine",
          "version": "2.2.1",
          "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": "600.0.1",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-syntax",
              "dependencies": [
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/nathantannar4/Ignition.git
[1/156] Fetching ignition
Fetched https://github.com/nathantannar4/Ignition.git from cache (1.10s)
Fetching https://github.com/nathantannar4/Engine from cache
Fetched https://github.com/nathantannar4/Engine from cache (0.42s)
Computing version for https://github.com/nathantannar4/Engine
Computed https://github.com/nathantannar4/Engine at 2.2.1 (0.48s)
Fetching https://github.com/swiftlang/swift-syntax from cache
Fetched https://github.com/swiftlang/swift-syntax from cache (0.89s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.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 600.0.1
Creating working copy for https://github.com/nathantannar4/Engine
Working copy of https://github.com/nathantannar4/Engine resolved at 2.2.1
Creating working copy for https://github.com/nathantannar4/Ignition.git
Working copy of https://github.com/nathantannar4/Ignition.git resolved at 2.1.1 (9452dee)
warning: '.resolve-product-dependencies': dependency 'ignition' is not used by any target
Found 1 product dependencies
  - Engine
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/nathantannar4/Ignition.git
https://github.com/nathantannar4/Ignition.git
{
  "dependencies" : [
    {
      "identity" : "engine",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nathantannar4/Engine"
    }
  ],
  "manifest_display_name" : "Ignition",
  "name" : "Ignition",
  "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" : "Ignition",
      "targets" : [
        "Ignition"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Ignition",
      "module_type" : "SwiftTarget",
      "name" : "Ignition",
      "path" : "Sources/Ignition",
      "product_dependencies" : [
        "Engine"
      ],
      "product_memberships" : [
        "Ignition"
      ],
      "sources" : [
        "BackgroundEffect.swift",
        "BlurEffect.swift",
        "ChangeEffectButtonStyle.swift",
        "ConcatenatedEffect.swift",
        "OffsetEffect.swift",
        "OnChangeViewEffectModifier.swift",
        "OpacityEffect.swift",
        "OverlayEffect.swift",
        "RotationEffect.swift",
        "ScaleEffect.swift",
        "ScheduledViewEffectModifier.swift",
        "ViewEffect.swift",
        "ViewEffectAnimation.swift",
        "ViewEffectModifier.swift"
      ],
      "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/5] Write sources
[3/5] Write swift-version-2F0A5646E1D333AE.txt
[4/5] Compiling EngineCoreC visitors.c
[6/27] Emitting module EngineCore
[7/29] Compiling EngineCore TypeMetadata.swift
[8/29] Compiling EngineCore UnsafePointer.swift
[9/29] Compiling EngineCore ViewTypeIdentifier.swift
[10/29] Compiling EngineCore ViewVisitor.swift
[11/29] Compiling EngineCore AnyViewVisitor.swift
[12/29] Compiling EngineCore ConditionalContentVisitor.swift
[13/29] Compiling EngineCore CustomViewVisitor.swift
[14/29] Compiling EngineCore Runtime.swift
[15/29] Compiling EngineCore SectionVisitor.swift
[16/29] Compiling EngineCore ViewModifierVisitor.swift
[17/29] Compiling EngineCore ViewTraitKeyVisitor.swift
[18/29] Compiling EngineCore GroupVisitor.swift
[19/29] Compiling EngineCore ModifiedContentVisitor.swift
[20/29] Compiling EngineCore MultiViewVisitor.swift
[21/29] Compiling EngineCore TupleViewVisitor.swift
[22/29] Compiling EngineCore TupleVisitor.swift
[23/29] Compiling EngineCore TypeDescriptor.swift
[24/29] Compiling EngineCore TypeIdentifier.swift
[25/29] Compiling EngineCore EmptyViewVisitor.swift
[26/29] Compiling EngineCore EnvironmentKeyVisitor.swift
[27/29] Compiling EngineCore ForEachVisitor.swift
[28/29] Compiling EngineCore OptionalVisitor.swift
[29/29] Compiling EngineCore ProtocolConformance.swift
[30/111] Compiling Engine Color+Extensions.swift
[31/111] Compiling Engine ConditionalContent.swift
[32/111] Compiling Engine ConditionalLayout.swift
[33/111] Compiling Engine ConditionalShape.swift
[34/111] Compiling Engine ConditionalView.swift
[35/111] Compiling Engine EmptyShape.swift
[36/111] Compiling Engine Environment+Extensions.swift
[37/111] Compiling Engine EnvironmentKeyVisitor.swift
[38/111] Compiling Engine EnvironmentOrValue.swift
[39/119] Compiling Engine TextAttachment.swift
[40/119] Compiling Engine TextBuilder.swift
[41/119] Compiling Engine TextReader.swift
[42/119] Compiling Engine TraitValueKey.swift
[43/119] Compiling Engine Transaction.swift
[44/119] Compiling Engine UnaryViewAdaptor.swift
[45/119] Compiling Engine UnaryViewModifier.swift
[46/119] Compiling Engine UnwrapTransform.swift
[47/119] Compiling Engine UpdatePhase.swift
[48/119] Compiling Engine PreferenceKeyReader.swift
[49/119] Compiling Engine PrimitiveView.swift
[50/119] Compiling Engine PrimitiveViewModifier.swift
[51/119] Compiling Engine PropertyList.swift
[52/119] Compiling Engine ProposedSize.swift
[53/119] Compiling Engine SectionView.swift
[54/119] Compiling Engine ShapeAdapter.swift
[55/119] Compiling Engine ShapeBuilder.swift
[56/119] Compiling Engine StateOrBinding.swift
[57/119] Compiling Engine IsNilTransform.swift
[58/119] Compiling Engine IsNotNilTransform.swift
[59/119] Compiling Engine LayoutAdapter.swift
[60/119] Compiling Engine LayoutBuilder.swift
[61/119] Compiling Engine LayoutThatFits.swift
[62/119] Compiling Engine MultiViewAdapter.swift
[63/119] Compiling Engine MultiViewVisitor.swift
[64/119] Compiling Engine Never.swift
[65/119] Compiling Engine OptionalAdapter.swift
[66/119] Compiling Engine EnvironmentValueReader.swift
[67/119] Compiling Engine EnvironmentValuesVisitor.swift
[68/119] Compiling Engine Font+Extensions.swift
[69/119] Compiling Engine ForEachSubview.swift
[70/119] Compiling Engine GraphInputs.swift
[71/119] Compiling Engine Group.swift
[72/119] Compiling Engine HostingController.swift
[73/119] Compiling Engine HostingView.swift
[74/119] Compiling Engine Image+Extensions.swift
[75/119] Compiling Engine ViewInputConditionalContent.swift
[76/119] Compiling Engine ViewInputConditionalModifier.swift
[77/119] Compiling Engine ViewInputKey.swift
[78/119] Compiling Engine ViewInputs.swift
[79/119] Compiling Engine ViewInputsVisitor.swift
[80/119] Compiling Engine ViewModifierBuilder.swift
[81/119] Compiling Engine ViewModifierContent.swift
[82/119] Compiling Engine ViewModifierVisitor.swift
[83/119] Compiling Engine ViewOutputAlias.swift
[84/119] Compiling Engine Animation+Resolved.swift
[85/119] Compiling Engine AnyAnimatableData.swift
[86/119] Compiling Engine AnyShape.swift
[87/119] Compiling Engine AnyShapeStyle+Extensions.swift
[88/119] Compiling Engine AnyView.swift
[89/119] Compiling Engine AnyViewModifier.swift
[90/119] Compiling Engine AttributedString+Extensions.swift
[91/119] Compiling Engine AttributedStringReader.swift
[92/119] Compiling Engine BindingTransform.swift
[93/119] Compiling Engine StaticCondition.swift
[94/119] Compiling Engine StaticConditionalContent.swift
[95/119] Compiling Engine StaticConditionalModifier.swift
[96/119] Compiling Engine StaticContent.swift
[97/119] Compiling Engine StaticModifier.swift
[98/119] Compiling Engine StyleContext.swift
[99/119] Compiling Engine StyleInputCondition.swift
[100/119] Compiling Engine SymmetricallyScaledText.swift
[101/119] Compiling Engine Text+Extensions.swift
[102/119] Emitting module Engine
[103/119] Compiling Engine UserInterfaceIdiomContent.swift
[104/119] Compiling Engine UserInterfaceIdiomModifier.swift
[105/119] Compiling Engine VariadicView.swift
[106/119] Compiling Engine VersionedDynamicProperty.swift
[107/119] Compiling Engine VersionedView.swift
[108/119] Compiling Engine VersionedViewInput.swift
[109/119] Compiling Engine VersionedViewModifier.swift
[110/119] Compiling Engine ViewAdapter.swift
[111/119] Compiling Engine ViewAlias.swift
[112/119] Compiling Engine ViewOutputKey.swift
[113/119] Compiling Engine ViewStackAxisReader.swift
[114/119] Compiling Engine ViewStyle.swift
[115/119] Compiling Engine ViewTraitKey.swift
[116/119] Compiling Engine ViewTraitKeyVisitor.swift
[117/119] Compiling Engine ViewUpdateDebug.swift
[118/119] Compiling Engine ViewVisitor.swift
[119/119] Compiling Engine module.swift
[120/133] Compiling Ignition ScheduledViewEffectModifier.swift
[121/134] Compiling Ignition RotationEffect.swift
[122/134] Compiling Ignition ViewEffectAnimation.swift
[123/134] Compiling Ignition ViewEffect.swift
[124/134] Compiling Ignition ScaleEffect.swift
[125/134] Compiling Ignition ChangeEffectButtonStyle.swift
[126/134] Compiling Ignition ConcatenatedEffect.swift
[127/134] Emitting module Ignition
[128/134] Compiling Ignition OpacityEffect.swift
[129/134] Compiling Ignition OverlayEffect.swift
[130/134] Compiling Ignition BackgroundEffect.swift
[131/134] Compiling Ignition BlurEffect.swift
[132/134] Compiling Ignition OffsetEffect.swift
[133/134] Compiling Ignition OnChangeViewEffectModifier.swift
[134/134] Compiling Ignition ViewEffectModifier.swift
Build complete! (15.86s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "engine",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nathantannar4/Engine"
    }
  ],
  "manifest_display_name" : "Ignition",
  "name" : "Ignition",
  "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" : "Ignition",
      "targets" : [
        "Ignition"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Ignition",
      "module_type" : "SwiftTarget",
      "name" : "Ignition",
      "path" : "Sources/Ignition",
      "product_dependencies" : [
        "Engine"
      ],
      "product_memberships" : [
        "Ignition"
      ],
      "sources" : [
        "BackgroundEffect.swift",
        "BlurEffect.swift",
        "ChangeEffectButtonStyle.swift",
        "ConcatenatedEffect.swift",
        "OffsetEffect.swift",
        "OnChangeViewEffectModifier.swift",
        "OpacityEffect.swift",
        "OverlayEffect.swift",
        "RotationEffect.swift",
        "ScaleEffect.swift",
        "ScheduledViewEffectModifier.swift",
        "ViewEffect.swift",
        "ViewEffectAnimation.swift",
        "ViewEffectModifier.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/nathantannar4/ignition/2.1.1
Repository:               nathantannar4/Ignition
Swift version used:       6.1
Target:                   Ignition
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 'Ignition'...
Finished extracting symbol information for 'Ignition'. (7.47s)
Building documentation for 'Ignition'...
warning: This documentation block is inherited by other symbols where 'PrimitiveButtonStyle' fails to resolve.
  --> Sources/Ignition/ChangeEffectButtonStyle.swift:11:11-11:35
9  | extension PrimitiveButtonStyle {
10 |
11 +     /// A ``PrimitiveButtonStyle`` that runs a ``ViewEffect`` when pressed
   |           ╰─suggestion: Use an absolute link path.
12 |     public static func changeEffect<Effect: ViewEffect>(
13 |         effect: Effect
warning: This documentation block is inherited by other symbols where 'PrimitiveButtonStyle' fails to resolve.
  --> Sources/Ignition/ChangeEffectButtonStyle.swift:18:11-18:35
16 |     }
17 |
18 +     /// A ``PrimitiveButtonStyle`` that runs a ``ViewEffect`` when pressed
   |           ╰─suggestion: Use an absolute link path.
19 |     public static func changeEffect<Effect: ViewEffect>(
20 |         effect: Effect,
warning: 'PrimitiveButtonStyle' doesn't exist at '/Ignition/ChangeEffectButtonStyle'
  --> Sources/Ignition/ChangeEffectButtonStyle.swift:27:9-27:29
25 | }
26 |
27 + /// A ``PrimitiveButtonStyle`` that runs a ``ViewEffect`` when pressed
   |         ╰─suggestion: Replace 'PrimitiveButtonStyle' with 'PrimitiveButtonStyle-Implementations'
28 | @frozen
29 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
Finished building documentation for 'Ignition' (0.63s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/nathantannar4/ignition/2.1.1
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Updating https://github.com/nathantannar4/Engine
Updating https://github.com/swiftlang/swift-syntax
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.69s)
Updated https://github.com/swiftlang/swift-syntax (0.94s)
Updated https://github.com/nathantannar4/Engine (0.94s)
Computing version for https://github.com/nathantannar4/Engine
Computed https://github.com/nathantannar4/Engine at 2.2.1 (2.08s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (0.63s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (0.56s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.83s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.45s)
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] Compiling Snippets Snippet.swift
[7/53] Compiling Snippets SnippetParser.swift
[8/53] Compiling SymbolKit Mixin+Equals.swift
[9/53] Compiling SymbolKit Mixin+Hash.swift
[10/53] Compiling SymbolKit Mixin.swift
[11/53] Compiling SymbolKit LineList.swift
[12/53] Compiling SymbolKit Position.swift
[13/57] Compiling SymbolKit GenericConstraint.swift
[14/57] Compiling SymbolKit GenericParameter.swift
[15/57] Compiling SymbolKit Generics.swift
[16/57] Compiling SymbolKit Namespace.swift
[17/57] Compiling SymbolKit Identifier.swift
[18/57] Compiling SymbolKit KindIdentifier.swift
[19/57] Compiling SymbolKit Location.swift
[20/57] Compiling SymbolKit Mutability.swift
[21/57] Emitting module Snippets
[22/57] Compiling SymbolKit DeclarationFragments.swift
[23/57] Compiling SymbolKit Fragment.swift
[24/57] Compiling SymbolKit FragmentKind.swift
[25/57] Compiling SymbolKit FunctionParameter.swift
[26/57] Compiling SymbolKit FunctionSignature.swift
[27/57] Compiling SymbolKit SemanticVersion.swift
[28/57] Compiling SymbolKit AccessControl.swift
[29/57] Compiling SymbolKit Availability.swift
[30/57] Compiling SymbolKit AvailabilityItem.swift
[31/57] Compiling SymbolKit Domain.swift
[32/57] Emitting module SymbolKit
[33/57] Compiling SymbolKit Relationship.swift
[34/57] Compiling SymbolKit RelationshipKind.swift
[35/57] Compiling SymbolKit SourceOrigin.swift
[36/57] Compiling SymbolKit GenericConstraints.swift
[37/57] Compiling SymbolKit Swift.swift
[38/57] Compiling SymbolKit Symbol.swift
[39/57] Compiling SymbolKit SymbolKind.swift
[40/57] Compiling SymbolKit SymbolGraph.swift
[41/57] Compiling SymbolKit GraphCollector.swift
[42/57] Compiling SymbolKit SourceRange.swift
[43/57] Compiling SymbolKit Metadata.swift
[44/57] Compiling SymbolKit Module.swift
[45/57] Compiling SymbolKit OperatingSystem.swift
[46/57] Compiling SymbolKit Platform.swift
[47/57] Compiling SymbolKit Names.swift
[48/57] Compiling SymbolKit SPI.swift
[49/57] Compiling SymbolKit Snippet.swift
[50/57] Compiling SymbolKit Extension.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] 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! (3.99s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/23] Emitting module EngineCore
[3/25] Compiling EngineCore EmptyViewVisitor.swift
[4/25] Compiling EngineCore EnvironmentKeyVisitor.swift
[5/25] Compiling EngineCore ForEachVisitor.swift
[6/25] Compiling EngineCore Runtime.swift
[7/25] Compiling EngineCore SectionVisitor.swift
[8/25] Compiling EngineCore AnyViewVisitor.swift
[9/25] Compiling EngineCore ConditionalContentVisitor.swift
[10/25] Compiling EngineCore CustomViewVisitor.swift
[11/25] Compiling EngineCore TypeDescriptor.swift
[12/25] Compiling EngineCore TypeIdentifier.swift
[13/25] Compiling EngineCore TupleViewVisitor.swift
[14/25] Compiling EngineCore TupleVisitor.swift
[15/25] Compiling EngineCore OptionalVisitor.swift
[16/25] Compiling EngineCore ProtocolConformance.swift
[17/25] Compiling EngineCore ViewModifierVisitor.swift
[18/25] Compiling EngineCore ViewTraitKeyVisitor.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/115] Compiling Engine Color+Extensions.swift
[36/115] Compiling Engine ConditionalContent.swift
[37/115] Compiling Engine ConditionalLayout.swift
[38/115] Compiling Engine ConditionalShape.swift
[39/115] Compiling Engine ConditionalView.swift
[40/115] Compiling Engine EmptyShape.swift
[41/115] Compiling Engine Environment+Extensions.swift
[42/115] Compiling Engine EnvironmentKeyVisitor.swift
[43/115] Compiling Engine EnvironmentOrValue.swift
[44/115] Compiling Engine PreferenceKeyReader.swift
[45/115] Compiling Engine PrimitiveView.swift
[46/115] Compiling Engine PrimitiveViewModifier.swift
[47/115] Compiling Engine PropertyList.swift
[48/115] Compiling Engine ProposedSize.swift
[49/115] Compiling Engine SectionView.swift
[50/115] Compiling Engine ShapeAdapter.swift
[51/115] Compiling Engine ShapeBuilder.swift
[52/115] Compiling Engine StateOrBinding.swift
[53/115] Compiling Engine IsNilTransform.swift
[54/115] Compiling Engine IsNotNilTransform.swift
[55/115] Compiling Engine LayoutAdapter.swift
[56/115] Compiling Engine LayoutBuilder.swift
[57/115] Compiling Engine LayoutThatFits.swift
[58/115] Compiling Engine MultiViewAdapter.swift
[59/115] Compiling Engine MultiViewVisitor.swift
[60/115] Compiling Engine Never.swift
[61/115] Compiling Engine OptionalAdapter.swift
[62/115] Compiling Engine StaticCondition.swift
[63/115] Compiling Engine StaticConditionalContent.swift
[64/115] Compiling Engine StaticConditionalModifier.swift
[65/115] Compiling Engine StaticContent.swift
[66/115] Compiling Engine StaticModifier.swift
[67/115] Compiling Engine StyleContext.swift
[68/115] Compiling Engine StyleInputCondition.swift
[69/115] Compiling Engine SymmetricallyScaledText.swift
[70/115] Compiling Engine Text+Extensions.swift
[71/115] Compiling Engine EnvironmentValueReader.swift
[72/115] Compiling Engine EnvironmentValuesVisitor.swift
[73/115] Compiling Engine Font+Extensions.swift
[74/115] Compiling Engine ForEachSubview.swift
[75/115] Compiling Engine GraphInputs.swift
[76/115] Compiling Engine Group.swift
[77/115] Compiling Engine HostingController.swift
[78/115] Compiling Engine HostingView.swift
[79/115] Compiling Engine Image+Extensions.swift
[80/115] Compiling Engine Animation+Resolved.swift
[81/115] Compiling Engine AnyAnimatableData.swift
[82/115] Compiling Engine AnyShape.swift
[83/115] Compiling Engine AnyShapeStyle+Extensions.swift
[84/115] Compiling Engine AnyView.swift
[85/115] Compiling Engine AnyViewModifier.swift
[86/115] Compiling Engine AttributedString+Extensions.swift
[87/115] Compiling Engine AttributedStringReader.swift
[88/115] Compiling Engine BindingTransform.swift
[89/115] Emitting module Engine
[90/115] Compiling Engine UserInterfaceIdiomContent.swift
[91/115] Compiling Engine UserInterfaceIdiomModifier.swift
[92/115] Compiling Engine VariadicView.swift
[93/115] Compiling Engine VersionedDynamicProperty.swift
[94/115] Compiling Engine VersionedView.swift
[95/115] Compiling Engine VersionedViewInput.swift
[96/115] Compiling Engine VersionedViewModifier.swift
[97/115] Compiling Engine ViewAdapter.swift
[98/115] Compiling Engine ViewAlias.swift
[99/115] Compiling Engine TextAttachment.swift
[100/115] Compiling Engine TextBuilder.swift
[101/115] Compiling Engine TextReader.swift
[102/115] Compiling Engine TraitValueKey.swift
[103/115] Compiling Engine Transaction.swift
[104/115] Compiling Engine UnaryViewAdaptor.swift
[105/115] Compiling Engine UnaryViewModifier.swift
[106/115] Compiling Engine UnwrapTransform.swift
[107/115] Compiling Engine UpdatePhase.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
[116/129] Compiling Ignition ViewEffectAnimation.swift
[117/130] Compiling Ignition ViewEffect.swift
[118/130] Compiling Ignition ScheduledViewEffectModifier.swift
[119/130] Compiling Ignition RotationEffect.swift
[120/130] Compiling Ignition ScaleEffect.swift
[121/130] Compiling Ignition OpacityEffect.swift
[122/130] Compiling Ignition OverlayEffect.swift
[123/130] Compiling Ignition ChangeEffectButtonStyle.swift
[124/130] Compiling Ignition ConcatenatedEffect.swift
[125/130] Compiling Ignition BackgroundEffect.swift
[126/130] Compiling Ignition BlurEffect.swift
[127/130] Compiling Ignition OffsetEffect.swift
[128/130] Compiling Ignition OnChangeViewEffectModifier.swift
[129/130] Emitting module Ignition
[130/130] Compiling Ignition ViewEffectModifier.swift
Build of target: 'Ignition' complete! (3.69s)
    1944
14	/Users/admin/builder/spi-builder-workspace/.docs/nathantannar4/ignition/2.1.1
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/nathantannar4/ignition/2.1.1
File count: 1944
Doc size:   14.0MB
Preparing doc bundle ...
Uploading prod-nathantannar4-ignition-2.1.1-9796920a.zip to s3://spi-docs-inbox/prod-nathantannar4-ignition-2.1.1-9796920a.zip
Copying... [11%]
Copying... [20%]
Copying... [31%]
Copying... [40%]
Copying... [51%]
Copying... [60%]
Copying... [72%]
Copying... [81%]
Copying... [92%]
Copying... [100%]
Done.