The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build Ignite, reference main (557cc7), with Swift 6.0 for watchOS using Xcode 16.2 on 5 May 2025 22:03:12 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Ignite-Package -destination generic/platform=watchOS

Build Log

========================================
RunAll
========================================
Builder version: 4.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/twostraws/Ignite.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/twostraws/Ignite
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 557cc7b Merge pull request #833 from JPToroDev/main
Cloned https://github.com/twostraws/Ignite.git
Revision (git rev-parse @):
557cc7bb7ed5c983e4f64d59f34ee64163b894d3
SUCCESS checkout https://github.com/twostraws/Ignite.git at main
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.0
Building package at path:  $PWD
https://github.com/twostraws/Ignite.git
Command line invocation:
    /Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/apple/swift-argument-parser.git
Fetching from https://github.com/swiftlang/swift-markdown.git
Fetching from https://github.com/scinfu/SwiftSoup.git
Fetching from https://github.com/apple/swift-collections.git
Fetching from https://github.com/swiftlang/swift-cmark.git
Creating working copy of package ‘SwiftSoup’
Checking out 2.8.7 of package ‘SwiftSoup’
Creating working copy of package ‘swift-cmark’
Checking out 0.6.0 of package ‘swift-cmark’
Creating working copy of package ‘swift-markdown’
Checking out 0.6.0 of package ‘swift-markdown’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.5.0 of package ‘swift-argument-parser’
Creating working copy of package ‘swift-collections’
Checking out 1.1.4 of package ‘swift-collections’
Resolve Package Graph
Resolved source packages:
  swift-collections: https://github.com/apple/swift-collections.git @ 1.1.4
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
  cmark-gfm: https://github.com/swiftlang/swift-cmark.git @ 0.6.0
  SwiftSoup: https://github.com/scinfu/SwiftSoup.git @ 2.8.7
  swift-markdown: https://github.com/swiftlang/swift-markdown.git @ 0.6.0
  Ignite: /Users/admin/builder/spi-builder-workspace
resolved source packages: swift-collections, swift-argument-parser, cmark-gfm, SwiftSoup, swift-markdown, Ignite
{
  "dependencies" : [
    {
      "identity" : "swift-markdown",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-markdown.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swiftsoup",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.7.5",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/scinfu/SwiftSoup.git"
    }
  ],
  "manifest_display_name" : "Ignite",
  "name" : "Ignite",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Ignite",
      "targets" : [
        "Ignite"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "IgniteCLI",
      "targets" : [
        "IgniteCLI"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "IgniteTesting",
      "module_type" : "SwiftTarget",
      "name" : "IgniteTesting",
      "path" : "Tests/IgniteTesting",
      "sources" : [
        "Actions/ClickModifier.swift",
        "Actions/CustomAction.swift",
        "Actions/DismissModal.swift",
        "Actions/DoubleClickModifier.swift",
        "Actions/EventModifier.swift",
        "Actions/HideElement.swift",
        "Actions/HoverModifier.swift",
        "Actions/ShowAlert.swift",
        "Actions/ShowElement.swift",
        "Actions/ShowModal.swift",
        "Actions/SwitchTheme.swift",
        "Elements/Abbreviation.swift",
        "Elements/Accordion.swift",
        "Elements/Alert.swift",
        "Elements/ArticlePreview.swift",
        "Elements/Attributes.swift",
        "Elements/Audio.swift",
        "Elements/Badge.swift",
        "Elements/Body.swift",
        "Elements/Button.swift",
        "Elements/ButtonGroup.swift",
        "Elements/Card.swift",
        "Elements/Carousel.swift",
        "Elements/Code.swift",
        "Elements/CodeBlock.swift",
        "Elements/Column.swift",
        "Elements/Divider.swift",
        "Elements/Dropdown.swift",
        "Elements/Embed.swift",
        "Elements/Emphasis.swift",
        "Elements/Form.swift",
        "Elements/FormFieldLabel.swift",
        "Elements/Grid.swift",
        "Elements/Group.swift",
        "Elements/HStack.swift",
        "Elements/HTMLDocument.swift",
        "Elements/Head.swift",
        "Elements/IgniteFooter.swift",
        "Elements/Image.swift",
        "Elements/Include.swift",
        "Elements/Item.swift",
        "Elements/Label.swift",
        "Elements/Link.swift",
        "Elements/List.swift",
        "Elements/ListItem.swift",
        "Elements/MetaLink.swift",
        "Elements/MetaTag.swift",
        "Elements/Modal.swift",
        "Elements/NavigationBar.swift",
        "Elements/Quote.swift",
        "Elements/Row.swift",
        "Elements/Script.swift",
        "Elements/Section.swift",
        "Elements/Slide.swift",
        "Elements/Spacer.swift",
        "Elements/Span.swift",
        "Elements/Strikethrough.swift",
        "Elements/String.swift",
        "Elements/Strong.swift",
        "Elements/SubscribeForm.swift",
        "Elements/Table.swift",
        "Elements/Tag.swift",
        "Elements/Text.swift",
        "Elements/TextField.swift",
        "Elements/Time.swift",
        "Elements/Title.swift",
        "Elements/Underline.swift",
        "Elements/VStack.swift",
        "Elements/Video.swift",
        "Elements/ZStack.swift",
        "Extensions/Array-ContainsLocation.swift",
        "Extensions/Array-LocalizedContains.swift",
        "Extensions/Array-Sorting.swift",
        "Extensions/Date-ISO8601.swift",
        "Extensions/Date-RFC822.swift",
        "Extensions/String-AbsoluteLinks.swift",
        "Extensions/String-CSStoJS.swift",
        "Extensions/String-EscapedForJavaScript.swift",
        "Extensions/String-KebabCased.swift",
        "Extensions/String-Slug.swift",
        "Extensions/String-SplitAndTrim.swift",
        "Extensions/String-StrippingTags.swift",
        "Extensions/String-TruncatedHash.swift",
        "Extensions/URL-DecodedPath.swift",
        "Extensions/URL-Relative.swift",
        "Extensions/URL-RemovingWWW.swift",
        "Framework/AnimatableData.swift",
        "Framework/ArticleRenderer.swift",
        "Framework/HighlighterLanguage.swift",
        "Framework/Robots/DefaultRobotsConfiguration.swift",
        "Framework/Robots/DisallowRule.swift",
        "Framework/Robots/KnownRobot.swift",
        "Framework/Robots/RobotsConfiguration.swift",
        "IgniteTestSuite.swift",
        "Modifiers/AccessibilityLabel.swift",
        "Modifiers/AnimationModifier.swift",
        "Modifiers/AspectRatio.swift",
        "Modifiers/Background.swift",
        "Modifiers/BackgroundImage.swift",
        "Modifiers/BadgeModifier.swift",
        "Modifiers/Border.swift",
        "Modifiers/Clipped.swift",
        "Modifiers/ContainerRelativeFrame.swift",
        "Modifiers/CornerRadius.swift",
        "Modifiers/Cursor.swift",
        "Modifiers/FixedSize.swift",
        "Modifiers/FontModifier.swift",
        "Modifiers/FontStyleModifier.swift",
        "Modifiers/FontWeightModifier.swift",
        "Modifiers/ForegroundStyle.swift",
        "Modifiers/Frame.swift",
        "Modifiers/Hidden.swift",
        "Modifiers/Hint.swift",
        "Modifiers/HorizontalAlignment.swift",
        "Modifiers/HoverEffect.swift",
        "Modifiers/IgnorePageGutters.swift",
        "Modifiers/ImageFitModifier.swift",
        "Modifiers/LazyLoadable.swift",
        "Modifiers/LetterSpacing.swift",
        "Modifiers/LineSpacing.swift",
        "Modifiers/Margin.swift",
        "Modifiers/MediaQuery.swift",
        "Modifiers/Opacity.swift",
        "Modifiers/Padding.swift",
        "Modifiers/Position.swift",
        "Modifiers/PrivacySensitive.swift",
        "Modifiers/Shadow.swift",
        "Modifiers/SmallCaps.swift",
        "Modifiers/TextDecoration.swift",
        "Modifiers/TextSelection.swift",
        "Publishing/ContentErrorToleranceTests.swift",
        "Publishing/ContentFinder.swift",
        "Publishing/ContentFinderTestHelp.swift",
        "Publishing/ContentFinderTestSuite.swift",
        "Publishing/FeedGenerator.swift",
        "Publishing/Site.swift",
        "String-TestingHTML.swift",
        "Subsite/IgniteSubsiteTestSuite.swift",
        "Subsite/Subsite.swift",
        "TestElement.swift",
        "TestSubsite.swift",
        "TestWebsitePackage/Package.swift",
        "TestWebsitePackage/Sources/TestErrorPage.swift",
        "TestWebsitePackage/Sources/TestPage.swift",
        "TestWebsitePackage/Sources/TestSite.swift",
        "TestWebsitePackage/Sources/TestSitePublisher.swift",
        "TestWebsitePackage/Sources/TestSiteWithErrorPage.swift",
        "TestWebsitePackage/Sources/TestStory.swift",
        "Types/AnchorPoint.swift",
        "Types/Angle.swift",
        "Types/Color.swift",
        "Types/Content.swift",
        "Types/ContentLoader.swift",
        "Types/Gradient.swift",
        "Types/InlineStyle.swift",
        "Types/LengthUnit.swift",
        "Types/Material.swift",
        "Types/Percentage.swift",
        "Types/UnitPoint.swift"
      ],
      "target_dependencies" : [
        "Ignite"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IgniteCLI",
      "module_type" : "SwiftTarget",
      "name" : "IgniteCLI",
      "path" : "Sources/IgniteCLI",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "IgniteCLI"
      ],
      "sources" : [
        "BuildCommand.swift",
        "IgniteCLI.swift",
        "NewCommand.swift",
        "Process-Execute.swift",
        "QR Generation/Array2D.swift",
        "QR Generation/BoolMatrix.swift",
        "QR Generation/ErrorCorrection.swift",
        "QR Generation/QRCode.swift",
        "QR Generation/QRCodeError.swift",
        "RunCommand.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Ignite",
      "module_type" : "SwiftTarget",
      "name" : "Ignite",
      "path" : "Sources/Ignite",
      "product_dependencies" : [
        "Markdown",
        "Collections",
        "SwiftSoup"
      ],
      "product_memberships" : [
        "Ignite"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ignite/Resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Actions/Action.swift",
        "Actions/CustomAction.swift",
        "Actions/DismissModal.swift",
        "Actions/Event Modifiers/ClickModifier.swift",
        "Actions/Event Modifiers/DoubleClickModifier.swift",
        "Actions/Event Modifiers/EventModifier.swift",
        "Actions/Event Modifiers/HoverModifier.swift",
        "Actions/EventType.swift",
        "Actions/HideElement.swift",
        "Actions/ShowAlert.swift",
        "Actions/ShowElement.swift",
        "Actions/ShowModal.swift",
        "Actions/SwitchTheme.swift",
        "Actions/ToggleElementVisibility.swift",
        "Components/FeedLink.swift",
        "Components/IgniteFooter.swift",
        "Elements/Abbreviation.swift",
        "Elements/Accordion.swift",
        "Elements/Alert.swift",
        "Elements/ArticlePreview.swift",
        "Elements/Audio.swift",
        "Elements/Badge.swift",
        "Elements/Body.swift",
        "Elements/Button.swift",
        "Elements/ButtonGroup.swift",
        "Elements/Card.swift",
        "Elements/Carousel.swift",
        "Elements/Code.swift",
        "Elements/CodeBlock.swift",
        "Elements/Column.swift",
        "Elements/ControlGroup.swift",
        "Elements/ControlLabel.swift",
        "Elements/Divider.swift",
        "Elements/Dropdown.swift",
        "Elements/Embed.swift",
        "Elements/Emphasis.swift",
        "Elements/EmptyHTML.swift",
        "Elements/ForEach.swift",
        "Elements/Form.swift",
        "Elements/Grid.swift",
        "Elements/Group.swift",
        "Elements/HStack.swift",
        "Elements/Head.swift",
        "Elements/Image.swift",
        "Elements/Include.swift",
        "Elements/InlineForEach.swift",
        "Elements/InlineGroup.swift",
        "Elements/Input.swift",
        "Elements/Item.swift",
        "Elements/Label.swift",
        "Elements/Link.swift",
        "Elements/LinkGroup.swift",
        "Elements/List.swift",
        "Elements/ListItem.swift",
        "Elements/MetaLink.swift",
        "Elements/MetaStyle.swift",
        "Elements/MetaTag.swift",
        "Elements/Modal.swift",
        "Elements/NavigationBar.swift",
        "Elements/NavigationItemGroup.swift",
        "Elements/PlainDocument.swift",
        "Elements/Quote.swift",
        "Elements/Row.swift",
        "Elements/Script.swift",
        "Elements/Section.swift",
        "Elements/Slide.swift",
        "Elements/Spacer.swift",
        "Elements/Span.swift",
        "Elements/Strikethrough.swift",
        "Elements/String.swift",
        "Elements/Strong.swift",
        "Elements/SubscribeForm.swift",
        "Elements/Table.swift",
        "Elements/Tag.swift",
        "Elements/Text.swift",
        "Elements/TextField.swift",
        "Elements/Time.swift",
        "Elements/Title.swift",
        "Elements/Underline.swift",
        "Elements/UnderlineProminence.swift",
        "Elements/VStack.swift",
        "Elements/Video.swift",
        "Elements/ZStack.swift",
        "Extensions/Array-ContainsLocation.swift",
        "Extensions/Array-LocalizedContains.swift",
        "Extensions/Array-Sorting.swift",
        "Extensions/Date-ISO8601.swift",
        "Extensions/Date-RFC822.swift",
        "Extensions/FormatStyle-NonLocalizedDecimal.swift",
        "Extensions/String-AbsoluteLinks.swift",
        "Extensions/String-CSStoJS.swift",
        "Extensions/String-EscapedForJavaScript.swift",
        "Extensions/String-KebabCased.swift",
        "Extensions/String-Slug.swift",
        "Extensions/String-SplitAndTrim.swift",
        "Extensions/String-StrippingTags.swift",
        "Extensions/String-TitleCase.swift",
        "Extensions/String-TruncatedHash.swift",
        "Extensions/URL-DecodedPath.swift",
        "Extensions/URL-Relative.swift",
        "Extensions/URL-RemovingWWW.swift",
        "Extensions/URL-SelectDirectories.swift",
        "Extensions/URL-Unwrapped.swift",
        "Framework/Analytics/Analytics.swift",
        "Framework/Analytics/AnalyticsPlausibleMeasurement.swift",
        "Framework/Analytics/AnalyticsService.swift",
        "Framework/Animations/Animatable.swift",
        "Framework/Animations/AnimatableData.swift",
        "Framework/Animations/AnimatableProperty.swift",
        "Framework/Animations/AnimatedHTML.swift",
        "Framework/Animations/Animation.swift",
        "Framework/Animations/AnimationDirection.swift",
        "Framework/Animations/AnimationOption.swift",
        "Framework/Animations/AnimationTrigger.swift",
        "Framework/Animations/ColorArea.swift",
        "Framework/Animations/Keyframe.swift",
        "Framework/Animations/KeyframeBuilder.swift",
        "Framework/Animations/KeyframeProxy.swift",
        "Framework/Animations/TimingCurve.swift",
        "Framework/Animations/Transition.swift",
        "Framework/AnyHTML.swift",
        "Framework/AnyInlineElement.swift",
        "Framework/AriaType.swift",
        "Framework/Article.swift",
        "Framework/ArticleLoader.swift",
        "Framework/ArticlePage.swift",
        "Framework/Attribute+Convenience.swift",
        "Framework/Attribute.swift",
        "Framework/BorderStyle.swift",
        "Framework/Color.swift",
        "Framework/ControlLabelStyle.swift",
        "Framework/ControlSize.swift",
        "Framework/CoreAttributes.swift",
        "Framework/DecodeAction.swift",
        "Framework/DefaultLayout.swift",
        "Framework/Defaultable.swift",
        "Framework/ElementTypes/BodyElement.swift",
        "Framework/ElementTypes/Document.swift",
        "Framework/ElementTypes/FormItem.swift",
        "Framework/ElementTypes/HTML.swift",
        "Framework/ElementTypes/HeadElement.swift",
        "Framework/ElementTypes/InlineElement.swift",
        "Framework/ElementTypes/ListableElement.swift",
        "Framework/ElementTypes/MarkupElement.swift",
        "Framework/ElementTypes/NavigationItem.swift",
        "Framework/ElementTypes/PassthroughElement.swift",
        "Framework/EmailPlatform.swift",
        "Framework/EmptyErrorPage.swift",
        "Framework/EmptyInlineElement.swift",
        "Framework/EmptyLayout.swift",
        "Framework/EmptyTagPage.swift",
        "Framework/Environment/Environment.swift",
        "Framework/Environment/EnvironmentValues.swift",
        "Framework/ErrorPage.swift",
        "Framework/Event.swift",
        "Framework/FeedConfiguration.swift",
        "Framework/HTMLCollection.swift",
        "Framework/HeadForEach.swift",
        "Framework/HighlighterLanguage.swift",
        "Framework/HighlighterTheme.swift",
        "Framework/InlineElementCollection.swift",
        "Framework/InlineStyle.swift",
        "Framework/Language.swift",
        "Framework/Layout.swift",
        "Framework/LayoutContent.swift",
        "Framework/LengthUnit.swift",
        "Framework/LinkRelationship.swift",
        "Framework/LinkTarget.swift",
        "Framework/Markup.swift",
        "Framework/Material.swift",
        "Framework/NavigationBarVisibility.swift",
        "Framework/NavigationItemConfigurable.swift",
        "Framework/Property.swift",
        "Framework/Queries/BreakpointQuery.swift",
        "Framework/Queries/ColorSchemeQuery.swift",
        "Framework/Queries/ContrastQuery.swift",
        "Framework/Queries/DisplayModeQuery.swift",
        "Framework/Queries/MotionQuery.swift",
        "Framework/Queries/OrientationQuery.swift",
        "Framework/Queries/ThemeQuery.swift",
        "Framework/Queries/TransparencyQuery.swift",
        "Framework/Query.swift",
        "Framework/Robots/DefaultRobotsConfiguration.swift",
        "Framework/Robots/DisallowRule.swift",
        "Framework/Robots/KnownRobot.swift",
        "Framework/Robots/RobotsConfiguration.swift",
        "Framework/Role.swift",
        "Framework/Site.swift",
        "Framework/StaticPage.swift",
        "Framework/SyntaxHighlighterConfiguration.swift",
        "Framework/TagPage.swift",
        "Ignite.swift",
        "Modifiers/AccessibilityLabel.swift",
        "Modifiers/AnimationModifier.swift",
        "Modifiers/AspectRatio.swift",
        "Modifiers/Attribute Modifiers/AriaModifier.swift",
        "Modifiers/Attribute Modifiers/AttributeModifier.swift",
        "Modifiers/Attribute Modifiers/ClassModifier.swift",
        "Modifiers/Attribute Modifiers/CoreAttributesModifier.swift",
        "Modifiers/Attribute Modifiers/DataModifier.swift",
        "Modifiers/Attribute Modifiers/IDModifier.swift",
        "Modifiers/Attribute Modifiers/InlineStyleModifier.swift",
        "Modifiers/Background.swift",
        "Modifiers/BackgroundImage.swift",
        "Modifiers/BadgeModifier.swift",
        "Modifiers/Border.swift",
        "Modifiers/Clipped.swift",
        "Modifiers/ContainerRelativeFrame.swift",
        "Modifiers/CornerRadius.swift",
        "Modifiers/Cursor.swift",
        "Modifiers/EdgeAdjust.swift",
        "Modifiers/FixedSize.swift",
        "Modifiers/FontModifier.swift",
        "Modifiers/FontStyleModifier.swift",
        "Modifiers/FontWeightModifier.swift",
        "Modifiers/ForegroundStyle.swift",
        "Modifiers/Frame.swift",
        "Modifiers/GridColumnWidthModifier.swift",
        "Modifiers/Hidden.swift",
        "Modifiers/Hint.swift",
        "Modifiers/HorizontalAlignment.swift",
        "Modifiers/HoverEffect.swift",
        "Modifiers/IgnorePageGutters.swift",
        "Modifiers/ImageFitModifier.swift",
        "Modifiers/LazyLoadable.swift",
        "Modifiers/LetterSpacing.swift",
        "Modifiers/LineSpacing.swift",
        "Modifiers/Margin.swift",
        "Modifiers/Opacity.swift",
        "Modifiers/Padding.swift",
        "Modifiers/Position.swift",
        "Modifiers/PrivacySensitive.swift",
        "Modifiers/Shadow.swift",
        "Modifiers/SmallCaps.swift",
        "Modifiers/StyleModifier.swift",
        "Modifiers/TextDecoration.swift",
        "Modifiers/TextSelection.swift",
        "Modifiers/TransitionModifier.swift",
        "Publishing/BootstrapOptions.swift",
        "Publishing/CSS/AnimationClassGenerator-Keyframes.swift",
        "Publishing/CSS/AnimationClassGenerator-Transitions.swift",
        "Publishing/CSS/AnimationClassGenerator.swift",
        "Publishing/CSS/AnimationManager.swift",
        "Publishing/CSS/CSSBuilder.swift",
        "Publishing/CSS/CSSManager.swift",
        "Publishing/CSS/EnvironmentConditions.swift",
        "Publishing/CSS/FontFaceRule.swift",
        "Publishing/CSS/ImportRule.swift",
        "Publishing/CSS/MediaFeature.swift",
        "Publishing/CSS/MediaQuery.swift",
        "Publishing/CSS/Ruleset.swift",
        "Publishing/CSS/StyleManager-StyleGeneration.swift",
        "Publishing/CSS/StyleManager.swift",
        "Publishing/FeedGenerator.swift",
        "Publishing/Location.swift",
        "Publishing/PublishingContext-Copying.swift",
        "Publishing/PublishingContext-Finding.swift",
        "Publishing/PublishingContext-Generators.swift",
        "Publishing/PublishingContext-Rendering.swift",
        "Publishing/PublishingContext-ThemeGenerators.swift",
        "Publishing/PublishingContext-ThemeHelpers.swift",
        "Publishing/PublishingContext.swift",
        "Publishing/PublishingError.swift",
        "Publishing/RobotsGenerator.swift",
        "Publishing/SiteMapGenerator.swift",
        "Publishing/SyntaxHighlightGenerator.swift",
        "Rendering/Category/AllTagsCategory.swift",
        "Rendering/Category/Category.swift",
        "Rendering/Category/EmptyCategory.swift",
        "Rendering/Category/TagCategory.swift",
        "Rendering/Markdown/ArticleRenderer.swift",
        "Rendering/Markdown/MarkdownToHTML.swift",
        "Rendering/Markdown/Markup-IsInsideList.swift",
        "Rendering/PageMetadata.swift",
        "Rendering/ResponseErrors/EmptyHTTPError.swift",
        "Rendering/ResponseErrors/HTTPError.swift",
        "Rendering/ResponseErrors/PageNotFoundError.swift",
        "Rendering/ResultBuilders/DocumentBuilder.swift",
        "Rendering/ResultBuilders/DocumentElementBuilder.swift",
        "Rendering/ResultBuilders/ElementBuilder.swift",
        "Rendering/ResultBuilders/HTMLBuilder.swift",
        "Rendering/ResultBuilders/InlineElementBuilder.swift",
        "Rendering/SiteMetadata.swift",
        "Rendering/TabFocus.swift",
        "Styles/Style.swift",
        "Styles/StyledHTML.swift",
        "Themes/AutoTheme.swift",
        "Themes/BootstrapConstants.swift",
        "Themes/BootstrapVariable.swift",
        "Themes/Breakpoint.swift",
        "Themes/DefaultDarkTheme.swift",
        "Themes/DefaultLightTheme.swift",
        "Themes/Fonts/Font-Responsive.swift",
        "Themes/Fonts/Font.swift",
        "Themes/Fonts/FontSource.swift",
        "Themes/Fonts/FontStyle.swift",
        "Themes/Fonts/FontWeight.swift",
        "Themes/Theme-DefaultImplementation.swift",
        "Themes/Theme.swift",
        "Types/Alignment.swift",
        "Types/AnchorPoint.swift",
        "Types/Angle.swift",
        "Types/Axis.swift",
        "Types/ColorScheme.swift",
        "Types/ColorWeight.swift",
        "Types/ColumnWidth.swift",
        "Types/DiagonalEdge.swift",
        "Types/Edge.swift",
        "Types/FillMode.swift",
        "Types/Gradient.swift",
        "Types/ImageFit.swift",
        "Types/OrderedListMarkerStyle.swift",
        "Types/Percentage.swift",
        "Types/ResponsiveValues.swift",
        "Types/Rotation.swift",
        "Types/SpacingAmount.swift",
        "Types/SpacingType.swift",
        "Types/UnitPoint.swift",
        "Types/UnorderedListMarkerStyle.swift",
        "Types/VerticalAlignment.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Ignite",
      "Ignite-Package",
      "IgniteCLI"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Ignite-Package -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Ignite-Package -destination generic/platform=watchOS
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  swift-collections: https://github.com/apple/swift-collections.git @ 1.1.4
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
  Ignite: /Users/admin/builder/spi-builder-workspace
  SwiftSoup: https://github.com/scinfu/SwiftSoup.git @ 2.8.7
  cmark-gfm: https://github.com/swiftlang/swift-cmark.git @ 0.6.0
  swift-markdown: https://github.com/swiftlang/swift-markdown.git @ 0.6.0
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (25 targets)
    Target 'IgniteCLI' in project 'Ignite'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
    Target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
    Target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
    Target 'ArgumentParserToolInfo' in project 'swift-argument-parser' (no dependencies)
    Target 'Ignite' in project 'Ignite'
        ➜ Explicit dependency on target 'Ignite' in project 'Ignite'
        ➜ Explicit dependency on target 'Ignite_Ignite' in project 'Ignite'
        ➜ Explicit dependency on target 'Markdown' in project 'swift-markdown'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'SwiftSoup' in project 'SwiftSoup'
    Target 'Ignite' in project 'Ignite'
        ➜ Explicit dependency on target 'Ignite_Ignite' in project 'Ignite'
        ➜ Explicit dependency on target 'Markdown' in project 'swift-markdown'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'SwiftSoup' in project 'SwiftSoup'
    Target 'SwiftSoup' in project 'SwiftSoup'
        ➜ Explicit dependency on target 'SwiftSoup' in project 'SwiftSoup'
    Target 'SwiftSoup' in project 'SwiftSoup' (no dependencies)
    Target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
        ➜ Explicit dependency on target 'BitCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'HashTreeCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'HeapModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target '_RopeModule' in project 'swift-collections'
    Target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
        ➜ Explicit dependency on target 'BitCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'HashTreeCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'HeapModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target '_RopeModule' in project 'swift-collections'
    Target '_RopeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'HeapModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'HashTreeCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'BitCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'InternalCollectionsUtilities' in project 'swift-collections' (no dependencies)
    Target 'Markdown' in project 'swift-markdown'
        ➜ Explicit dependency on target 'Markdown' in project 'swift-markdown'
        ➜ Explicit dependency on target 'CAtomic' in project 'swift-markdown'
        ➜ Explicit dependency on target 'cmark-gfm' in project 'cmark-gfm'
        ➜ Explicit dependency on target 'cmark-gfm-extensions' in project 'cmark-gfm'
    Target 'Markdown' in project 'swift-markdown'
        ➜ Explicit dependency on target 'CAtomic' in project 'swift-markdown'
        ➜ Explicit dependency on target 'cmark-gfm' in project 'cmark-gfm'
        ➜ Explicit dependency on target 'cmark-gfm-extensions' in project 'cmark-gfm'
    Target 'cmark-gfm-extensions' in project 'cmark-gfm'
        ➜ Explicit dependency on target 'cmark-gfm-extensions' in project 'cmark-gfm'
        ➜ Explicit dependency on target 'cmark-gfm' in project 'cmark-gfm'
    Target 'cmark-gfm-extensions' in project 'cmark-gfm'
        ➜ Explicit dependency on target 'cmark-gfm' in project 'cmark-gfm'
    Target 'cmark-gfm' in project 'cmark-gfm'
        ➜ Explicit dependency on target 'cmark-gfm' in project 'cmark-gfm'
    Target 'cmark-gfm' in project 'cmark-gfm' (no dependencies)
    Target 'CAtomic' in project 'swift-markdown' (no dependencies)
    Target 'Ignite_Ignite' in project 'Ignite' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
Build description signature: 607657357e6b321ed3d4a0c120ef6dfd
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/607657357e6b321ed3d4a0c120ef6dfd.xcbuilddata
error: The package product 'SwiftSoup' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'Ignite' from project 'Ignite')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme Ignite-Package
(1 failure)
Command line invocation:
    /Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  cmark-gfm: https://github.com/swiftlang/swift-cmark.git @ 0.6.0
  swift-markdown: https://github.com/swiftlang/swift-markdown.git @ 0.6.0
  swift-collections: https://github.com/apple/swift-collections.git @ 1.1.4
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
  SwiftSoup: https://github.com/scinfu/SwiftSoup.git @ 2.8.7
  Ignite: /Users/admin/builder/spi-builder-workspace
resolved source packages: cmark-gfm, swift-markdown, swift-collections, swift-argument-parser, SwiftSoup, Ignite
{
  "dependencies" : [
    {
      "identity" : "swift-markdown",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-markdown.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swiftsoup",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.7.5",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/scinfu/SwiftSoup.git"
    }
  ],
  "manifest_display_name" : "Ignite",
  "name" : "Ignite",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Ignite",
      "targets" : [
        "Ignite"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "IgniteCLI",
      "targets" : [
        "IgniteCLI"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "IgniteTesting",
      "module_type" : "SwiftTarget",
      "name" : "IgniteTesting",
      "path" : "Tests/IgniteTesting",
      "sources" : [
        "Actions/ClickModifier.swift",
        "Actions/CustomAction.swift",
        "Actions/DismissModal.swift",
        "Actions/DoubleClickModifier.swift",
        "Actions/EventModifier.swift",
        "Actions/HideElement.swift",
        "Actions/HoverModifier.swift",
        "Actions/ShowAlert.swift",
        "Actions/ShowElement.swift",
        "Actions/ShowModal.swift",
        "Actions/SwitchTheme.swift",
        "Elements/Abbreviation.swift",
        "Elements/Accordion.swift",
        "Elements/Alert.swift",
        "Elements/ArticlePreview.swift",
        "Elements/Attributes.swift",
        "Elements/Audio.swift",
        "Elements/Badge.swift",
        "Elements/Body.swift",
        "Elements/Button.swift",
        "Elements/ButtonGroup.swift",
        "Elements/Card.swift",
        "Elements/Carousel.swift",
        "Elements/Code.swift",
        "Elements/CodeBlock.swift",
        "Elements/Column.swift",
        "Elements/Divider.swift",
        "Elements/Dropdown.swift",
        "Elements/Embed.swift",
        "Elements/Emphasis.swift",
        "Elements/Form.swift",
        "Elements/FormFieldLabel.swift",
        "Elements/Grid.swift",
        "Elements/Group.swift",
        "Elements/HStack.swift",
        "Elements/HTMLDocument.swift",
        "Elements/Head.swift",
        "Elements/IgniteFooter.swift",
        "Elements/Image.swift",
        "Elements/Include.swift",
        "Elements/Item.swift",
        "Elements/Label.swift",
        "Elements/Link.swift",
        "Elements/List.swift",
        "Elements/ListItem.swift",
        "Elements/MetaLink.swift",
        "Elements/MetaTag.swift",
        "Elements/Modal.swift",
        "Elements/NavigationBar.swift",
        "Elements/Quote.swift",
        "Elements/Row.swift",
        "Elements/Script.swift",
        "Elements/Section.swift",
        "Elements/Slide.swift",
        "Elements/Spacer.swift",
        "Elements/Span.swift",
        "Elements/Strikethrough.swift",
        "Elements/String.swift",
        "Elements/Strong.swift",
        "Elements/SubscribeForm.swift",
        "Elements/Table.swift",
        "Elements/Tag.swift",
        "Elements/Text.swift",
        "Elements/TextField.swift",
        "Elements/Time.swift",
        "Elements/Title.swift",
        "Elements/Underline.swift",
        "Elements/VStack.swift",
        "Elements/Video.swift",
        "Elements/ZStack.swift",
        "Extensions/Array-ContainsLocation.swift",
        "Extensions/Array-LocalizedContains.swift",
        "Extensions/Array-Sorting.swift",
        "Extensions/Date-ISO8601.swift",
        "Extensions/Date-RFC822.swift",
        "Extensions/String-AbsoluteLinks.swift",
        "Extensions/String-CSStoJS.swift",
        "Extensions/String-EscapedForJavaScript.swift",
        "Extensions/String-KebabCased.swift",
        "Extensions/String-Slug.swift",
        "Extensions/String-SplitAndTrim.swift",
        "Extensions/String-StrippingTags.swift",
        "Extensions/String-TruncatedHash.swift",
        "Extensions/URL-DecodedPath.swift",
        "Extensions/URL-Relative.swift",
        "Extensions/URL-RemovingWWW.swift",
        "Framework/AnimatableData.swift",
        "Framework/ArticleRenderer.swift",
        "Framework/HighlighterLanguage.swift",
        "Framework/Robots/DefaultRobotsConfiguration.swift",
        "Framework/Robots/DisallowRule.swift",
        "Framework/Robots/KnownRobot.swift",
        "Framework/Robots/RobotsConfiguration.swift",
        "IgniteTestSuite.swift",
        "Modifiers/AccessibilityLabel.swift",
        "Modifiers/AnimationModifier.swift",
        "Modifiers/AspectRatio.swift",
        "Modifiers/Background.swift",
        "Modifiers/BackgroundImage.swift",
        "Modifiers/BadgeModifier.swift",
        "Modifiers/Border.swift",
        "Modifiers/Clipped.swift",
        "Modifiers/ContainerRelativeFrame.swift",
        "Modifiers/CornerRadius.swift",
        "Modifiers/Cursor.swift",
        "Modifiers/FixedSize.swift",
        "Modifiers/FontModifier.swift",
        "Modifiers/FontStyleModifier.swift",
        "Modifiers/FontWeightModifier.swift",
        "Modifiers/ForegroundStyle.swift",
        "Modifiers/Frame.swift",
        "Modifiers/Hidden.swift",
        "Modifiers/Hint.swift",
        "Modifiers/HorizontalAlignment.swift",
        "Modifiers/HoverEffect.swift",
        "Modifiers/IgnorePageGutters.swift",
        "Modifiers/ImageFitModifier.swift",
        "Modifiers/LazyLoadable.swift",
        "Modifiers/LetterSpacing.swift",
        "Modifiers/LineSpacing.swift",
        "Modifiers/Margin.swift",
        "Modifiers/MediaQuery.swift",
        "Modifiers/Opacity.swift",
        "Modifiers/Padding.swift",
        "Modifiers/Position.swift",
        "Modifiers/PrivacySensitive.swift",
        "Modifiers/Shadow.swift",
        "Modifiers/SmallCaps.swift",
        "Modifiers/TextDecoration.swift",
        "Modifiers/TextSelection.swift",
        "Publishing/ContentErrorToleranceTests.swift",
        "Publishing/ContentFinder.swift",
        "Publishing/ContentFinderTestHelp.swift",
        "Publishing/ContentFinderTestSuite.swift",
        "Publishing/FeedGenerator.swift",
        "Publishing/Site.swift",
        "String-TestingHTML.swift",
        "Subsite/IgniteSubsiteTestSuite.swift",
        "Subsite/Subsite.swift",
        "TestElement.swift",
        "TestSubsite.swift",
        "TestWebsitePackage/Package.swift",
        "TestWebsitePackage/Sources/TestErrorPage.swift",
        "TestWebsitePackage/Sources/TestPage.swift",
        "TestWebsitePackage/Sources/TestSite.swift",
        "TestWebsitePackage/Sources/TestSitePublisher.swift",
        "TestWebsitePackage/Sources/TestSiteWithErrorPage.swift",
        "TestWebsitePackage/Sources/TestStory.swift",
        "Types/AnchorPoint.swift",
        "Types/Angle.swift",
        "Types/Color.swift",
        "Types/Content.swift",
        "Types/ContentLoader.swift",
        "Types/Gradient.swift",
        "Types/InlineStyle.swift",
        "Types/LengthUnit.swift",
        "Types/Material.swift",
        "Types/Percentage.swift",
        "Types/UnitPoint.swift"
      ],
      "target_dependencies" : [
        "Ignite"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IgniteCLI",
      "module_type" : "SwiftTarget",
      "name" : "IgniteCLI",
      "path" : "Sources/IgniteCLI",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "IgniteCLI"
      ],
      "sources" : [
        "BuildCommand.swift",
        "IgniteCLI.swift",
        "NewCommand.swift",
        "Process-Execute.swift",
        "QR Generation/Array2D.swift",
        "QR Generation/BoolMatrix.swift",
        "QR Generation/ErrorCorrection.swift",
        "QR Generation/QRCode.swift",
        "QR Generation/QRCodeError.swift",
        "RunCommand.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Ignite",
      "module_type" : "SwiftTarget",
      "name" : "Ignite",
      "path" : "Sources/Ignite",
      "product_dependencies" : [
        "Markdown",
        "Collections",
        "SwiftSoup"
      ],
      "product_memberships" : [
        "Ignite"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ignite/Resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Actions/Action.swift",
        "Actions/CustomAction.swift",
        "Actions/DismissModal.swift",
        "Actions/Event Modifiers/ClickModifier.swift",
        "Actions/Event Modifiers/DoubleClickModifier.swift",
        "Actions/Event Modifiers/EventModifier.swift",
        "Actions/Event Modifiers/HoverModifier.swift",
        "Actions/EventType.swift",
        "Actions/HideElement.swift",
        "Actions/ShowAlert.swift",
        "Actions/ShowElement.swift",
        "Actions/ShowModal.swift",
        "Actions/SwitchTheme.swift",
        "Actions/ToggleElementVisibility.swift",
        "Components/FeedLink.swift",
        "Components/IgniteFooter.swift",
        "Elements/Abbreviation.swift",
        "Elements/Accordion.swift",
        "Elements/Alert.swift",
        "Elements/ArticlePreview.swift",
        "Elements/Audio.swift",
        "Elements/Badge.swift",
        "Elements/Body.swift",
        "Elements/Button.swift",
        "Elements/ButtonGroup.swift",
        "Elements/Card.swift",
        "Elements/Carousel.swift",
        "Elements/Code.swift",
        "Elements/CodeBlock.swift",
        "Elements/Column.swift",
        "Elements/ControlGroup.swift",
        "Elements/ControlLabel.swift",
        "Elements/Divider.swift",
        "Elements/Dropdown.swift",
        "Elements/Embed.swift",
        "Elements/Emphasis.swift",
        "Elements/EmptyHTML.swift",
        "Elements/ForEach.swift",
        "Elements/Form.swift",
        "Elements/Grid.swift",
        "Elements/Group.swift",
        "Elements/HStack.swift",
        "Elements/Head.swift",
        "Elements/Image.swift",
        "Elements/Include.swift",
        "Elements/InlineForEach.swift",
        "Elements/InlineGroup.swift",
        "Elements/Input.swift",
        "Elements/Item.swift",
        "Elements/Label.swift",
        "Elements/Link.swift",
        "Elements/LinkGroup.swift",
        "Elements/List.swift",
        "Elements/ListItem.swift",
        "Elements/MetaLink.swift",
        "Elements/MetaStyle.swift",
        "Elements/MetaTag.swift",
        "Elements/Modal.swift",
        "Elements/NavigationBar.swift",
        "Elements/NavigationItemGroup.swift",
        "Elements/PlainDocument.swift",
        "Elements/Quote.swift",
        "Elements/Row.swift",
        "Elements/Script.swift",
        "Elements/Section.swift",
        "Elements/Slide.swift",
        "Elements/Spacer.swift",
        "Elements/Span.swift",
        "Elements/Strikethrough.swift",
        "Elements/String.swift",
        "Elements/Strong.swift",
        "Elements/SubscribeForm.swift",
        "Elements/Table.swift",
        "Elements/Tag.swift",
        "Elements/Text.swift",
        "Elements/TextField.swift",
        "Elements/Time.swift",
        "Elements/Title.swift",
        "Elements/Underline.swift",
        "Elements/UnderlineProminence.swift",
        "Elements/VStack.swift",
        "Elements/Video.swift",
        "Elements/ZStack.swift",
        "Extensions/Array-ContainsLocation.swift",
        "Extensions/Array-LocalizedContains.swift",
        "Extensions/Array-Sorting.swift",
        "Extensions/Date-ISO8601.swift",
        "Extensions/Date-RFC822.swift",
        "Extensions/FormatStyle-NonLocalizedDecimal.swift",
        "Extensions/String-AbsoluteLinks.swift",
        "Extensions/String-CSStoJS.swift",
        "Extensions/String-EscapedForJavaScript.swift",
        "Extensions/String-KebabCased.swift",
        "Extensions/String-Slug.swift",
        "Extensions/String-SplitAndTrim.swift",
        "Extensions/String-StrippingTags.swift",
        "Extensions/String-TitleCase.swift",
        "Extensions/String-TruncatedHash.swift",
        "Extensions/URL-DecodedPath.swift",
        "Extensions/URL-Relative.swift",
        "Extensions/URL-RemovingWWW.swift",
        "Extensions/URL-SelectDirectories.swift",
        "Extensions/URL-Unwrapped.swift",
        "Framework/Analytics/Analytics.swift",
        "Framework/Analytics/AnalyticsPlausibleMeasurement.swift",
        "Framework/Analytics/AnalyticsService.swift",
        "Framework/Animations/Animatable.swift",
        "Framework/Animations/AnimatableData.swift",
        "Framework/Animations/AnimatableProperty.swift",
        "Framework/Animations/AnimatedHTML.swift",
        "Framework/Animations/Animation.swift",
        "Framework/Animations/AnimationDirection.swift",
        "Framework/Animations/AnimationOption.swift",
        "Framework/Animations/AnimationTrigger.swift",
        "Framework/Animations/ColorArea.swift",
        "Framework/Animations/Keyframe.swift",
        "Framework/Animations/KeyframeBuilder.swift",
        "Framework/Animations/KeyframeProxy.swift",
        "Framework/Animations/TimingCurve.swift",
        "Framework/Animations/Transition.swift",
        "Framework/AnyHTML.swift",
        "Framework/AnyInlineElement.swift",
        "Framework/AriaType.swift",
        "Framework/Article.swift",
        "Framework/ArticleLoader.swift",
        "Framework/ArticlePage.swift",
        "Framework/Attribute+Convenience.swift",
        "Framework/Attribute.swift",
        "Framework/BorderStyle.swift",
        "Framework/Color.swift",
        "Framework/ControlLabelStyle.swift",
        "Framework/ControlSize.swift",
        "Framework/CoreAttributes.swift",
        "Framework/DecodeAction.swift",
        "Framework/DefaultLayout.swift",
        "Framework/Defaultable.swift",
        "Framework/ElementTypes/BodyElement.swift",
        "Framework/ElementTypes/Document.swift",
        "Framework/ElementTypes/FormItem.swift",
        "Framework/ElementTypes/HTML.swift",
        "Framework/ElementTypes/HeadElement.swift",
        "Framework/ElementTypes/InlineElement.swift",
        "Framework/ElementTypes/ListableElement.swift",
        "Framework/ElementTypes/MarkupElement.swift",
        "Framework/ElementTypes/NavigationItem.swift",
        "Framework/ElementTypes/PassthroughElement.swift",
        "Framework/EmailPlatform.swift",
        "Framework/EmptyErrorPage.swift",
        "Framework/EmptyInlineElement.swift",
        "Framework/EmptyLayout.swift",
        "Framework/EmptyTagPage.swift",
        "Framework/Environment/Environment.swift",
        "Framework/Environment/EnvironmentValues.swift",
        "Framework/ErrorPage.swift",
        "Framework/Event.swift",
        "Framework/FeedConfiguration.swift",
        "Framework/HTMLCollection.swift",
        "Framework/HeadForEach.swift",
        "Framework/HighlighterLanguage.swift",
        "Framework/HighlighterTheme.swift",
        "Framework/InlineElementCollection.swift",
        "Framework/InlineStyle.swift",
        "Framework/Language.swift",
        "Framework/Layout.swift",
        "Framework/LayoutContent.swift",
        "Framework/LengthUnit.swift",
        "Framework/LinkRelationship.swift",
        "Framework/LinkTarget.swift",
        "Framework/Markup.swift",
        "Framework/Material.swift",
        "Framework/NavigationBarVisibility.swift",
        "Framework/NavigationItemConfigurable.swift",
        "Framework/Property.swift",
        "Framework/Queries/BreakpointQuery.swift",
        "Framework/Queries/ColorSchemeQuery.swift",
        "Framework/Queries/ContrastQuery.swift",
        "Framework/Queries/DisplayModeQuery.swift",
        "Framework/Queries/MotionQuery.swift",
        "Framework/Queries/OrientationQuery.swift",
        "Framework/Queries/ThemeQuery.swift",
        "Framework/Queries/TransparencyQuery.swift",
        "Framework/Query.swift",
        "Framework/Robots/DefaultRobotsConfiguration.swift",
        "Framework/Robots/DisallowRule.swift",
        "Framework/Robots/KnownRobot.swift",
        "Framework/Robots/RobotsConfiguration.swift",
        "Framework/Role.swift",
        "Framework/Site.swift",
        "Framework/StaticPage.swift",
        "Framework/SyntaxHighlighterConfiguration.swift",
        "Framework/TagPage.swift",
        "Ignite.swift",
        "Modifiers/AccessibilityLabel.swift",
        "Modifiers/AnimationModifier.swift",
        "Modifiers/AspectRatio.swift",
        "Modifiers/Attribute Modifiers/AriaModifier.swift",
        "Modifiers/Attribute Modifiers/AttributeModifier.swift",
        "Modifiers/Attribute Modifiers/ClassModifier.swift",
        "Modifiers/Attribute Modifiers/CoreAttributesModifier.swift",
        "Modifiers/Attribute Modifiers/DataModifier.swift",
        "Modifiers/Attribute Modifiers/IDModifier.swift",
        "Modifiers/Attribute Modifiers/InlineStyleModifier.swift",
        "Modifiers/Background.swift",
        "Modifiers/BackgroundImage.swift",
        "Modifiers/BadgeModifier.swift",
        "Modifiers/Border.swift",
        "Modifiers/Clipped.swift",
        "Modifiers/ContainerRelativeFrame.swift",
        "Modifiers/CornerRadius.swift",
        "Modifiers/Cursor.swift",
        "Modifiers/EdgeAdjust.swift",
        "Modifiers/FixedSize.swift",
        "Modifiers/FontModifier.swift",
        "Modifiers/FontStyleModifier.swift",
        "Modifiers/FontWeightModifier.swift",
        "Modifiers/ForegroundStyle.swift",
        "Modifiers/Frame.swift",
        "Modifiers/GridColumnWidthModifier.swift",
        "Modifiers/Hidden.swift",
        "Modifiers/Hint.swift",
        "Modifiers/HorizontalAlignment.swift",
        "Modifiers/HoverEffect.swift",
        "Modifiers/IgnorePageGutters.swift",
        "Modifiers/ImageFitModifier.swift",
        "Modifiers/LazyLoadable.swift",
        "Modifiers/LetterSpacing.swift",
        "Modifiers/LineSpacing.swift",
        "Modifiers/Margin.swift",
        "Modifiers/Opacity.swift",
        "Modifiers/Padding.swift",
        "Modifiers/Position.swift",
        "Modifiers/PrivacySensitive.swift",
        "Modifiers/Shadow.swift",
        "Modifiers/SmallCaps.swift",
        "Modifiers/StyleModifier.swift",
        "Modifiers/TextDecoration.swift",
        "Modifiers/TextSelection.swift",
        "Modifiers/TransitionModifier.swift",
        "Publishing/BootstrapOptions.swift",
        "Publishing/CSS/AnimationClassGenerator-Keyframes.swift",
        "Publishing/CSS/AnimationClassGenerator-Transitions.swift",
        "Publishing/CSS/AnimationClassGenerator.swift",
        "Publishing/CSS/AnimationManager.swift",
        "Publishing/CSS/CSSBuilder.swift",
        "Publishing/CSS/CSSManager.swift",
        "Publishing/CSS/EnvironmentConditions.swift",
        "Publishing/CSS/FontFaceRule.swift",
        "Publishing/CSS/ImportRule.swift",
        "Publishing/CSS/MediaFeature.swift",
        "Publishing/CSS/MediaQuery.swift",
        "Publishing/CSS/Ruleset.swift",
        "Publishing/CSS/StyleManager-StyleGeneration.swift",
        "Publishing/CSS/StyleManager.swift",
        "Publishing/FeedGenerator.swift",
        "Publishing/Location.swift",
        "Publishing/PublishingContext-Copying.swift",
        "Publishing/PublishingContext-Finding.swift",
        "Publishing/PublishingContext-Generators.swift",
        "Publishing/PublishingContext-Rendering.swift",
        "Publishing/PublishingContext-ThemeGenerators.swift",
        "Publishing/PublishingContext-ThemeHelpers.swift",
        "Publishing/PublishingContext.swift",
        "Publishing/PublishingError.swift",
        "Publishing/RobotsGenerator.swift",
        "Publishing/SiteMapGenerator.swift",
        "Publishing/SyntaxHighlightGenerator.swift",
        "Rendering/Category/AllTagsCategory.swift",
        "Rendering/Category/Category.swift",
        "Rendering/Category/EmptyCategory.swift",
        "Rendering/Category/TagCategory.swift",
        "Rendering/Markdown/ArticleRenderer.swift",
        "Rendering/Markdown/MarkdownToHTML.swift",
        "Rendering/Markdown/Markup-IsInsideList.swift",
        "Rendering/PageMetadata.swift",
        "Rendering/ResponseErrors/EmptyHTTPError.swift",
        "Rendering/ResponseErrors/HTTPError.swift",
        "Rendering/ResponseErrors/PageNotFoundError.swift",
        "Rendering/ResultBuilders/DocumentBuilder.swift",
        "Rendering/ResultBuilders/DocumentElementBuilder.swift",
        "Rendering/ResultBuilders/ElementBuilder.swift",
        "Rendering/ResultBuilders/HTMLBuilder.swift",
        "Rendering/ResultBuilders/InlineElementBuilder.swift",
        "Rendering/SiteMetadata.swift",
        "Rendering/TabFocus.swift",
        "Styles/Style.swift",
        "Styles/StyledHTML.swift",
        "Themes/AutoTheme.swift",
        "Themes/BootstrapConstants.swift",
        "Themes/BootstrapVariable.swift",
        "Themes/Breakpoint.swift",
        "Themes/DefaultDarkTheme.swift",
        "Themes/DefaultLightTheme.swift",
        "Themes/Fonts/Font-Responsive.swift",
        "Themes/Fonts/Font.swift",
        "Themes/Fonts/FontSource.swift",
        "Themes/Fonts/FontStyle.swift",
        "Themes/Fonts/FontWeight.swift",
        "Themes/Theme-DefaultImplementation.swift",
        "Themes/Theme.swift",
        "Types/Alignment.swift",
        "Types/AnchorPoint.swift",
        "Types/Angle.swift",
        "Types/Axis.swift",
        "Types/ColorScheme.swift",
        "Types/ColorWeight.swift",
        "Types/ColumnWidth.swift",
        "Types/DiagonalEdge.swift",
        "Types/Edge.swift",
        "Types/FillMode.swift",
        "Types/Gradient.swift",
        "Types/ImageFit.swift",
        "Types/OrderedListMarkerStyle.swift",
        "Types/Percentage.swift",
        "Types/ResponsiveValues.swift",
        "Types/Rotation.swift",
        "Types/SpacingAmount.swift",
        "Types/SpacingType.swift",
        "Types/UnitPoint.swift",
        "Types/UnorderedListMarkerStyle.swift",
        "Types/VerticalAlignment.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Ignite",
      "Ignite-Package",
      "IgniteCLI"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Ignite-Package -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Ignite-Package -destination generic/platform=watchOS
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  Ignite: /Users/admin/builder/spi-builder-workspace
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
  swift-collections: https://github.com/apple/swift-collections.git @ 1.1.4
  swift-markdown: https://github.com/swiftlang/swift-markdown.git @ 0.6.0
  SwiftSoup: https://github.com/scinfu/SwiftSoup.git @ 2.8.7
  cmark-gfm: https://github.com/swiftlang/swift-cmark.git @ 0.6.0
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (25 targets)
    Target 'IgniteCLI' in project 'Ignite'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
    Target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
    Target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
    Target 'ArgumentParserToolInfo' in project 'swift-argument-parser' (no dependencies)
    Target 'Ignite' in project 'Ignite'
        ➜ Explicit dependency on target 'Ignite' in project 'Ignite'
        ➜ Explicit dependency on target 'Ignite_Ignite' in project 'Ignite'
        ➜ Explicit dependency on target 'Markdown' in project 'swift-markdown'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'SwiftSoup' in project 'SwiftSoup'
    Target 'Ignite' in project 'Ignite'
        ➜ Explicit dependency on target 'Ignite_Ignite' in project 'Ignite'
        ➜ Explicit dependency on target 'Markdown' in project 'swift-markdown'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'SwiftSoup' in project 'SwiftSoup'
    Target 'SwiftSoup' in project 'SwiftSoup'
        ➜ Explicit dependency on target 'SwiftSoup' in project 'SwiftSoup'
    Target 'SwiftSoup' in project 'SwiftSoup' (no dependencies)
    Target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
        ➜ Explicit dependency on target 'BitCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'HashTreeCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'HeapModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target '_RopeModule' in project 'swift-collections'
    Target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
        ➜ Explicit dependency on target 'BitCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'HashTreeCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'HeapModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target '_RopeModule' in project 'swift-collections'
    Target '_RopeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'HeapModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'HashTreeCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'BitCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'InternalCollectionsUtilities' in project 'swift-collections' (no dependencies)
    Target 'Markdown' in project 'swift-markdown'
        ➜ Explicit dependency on target 'Markdown' in project 'swift-markdown'
        ➜ Explicit dependency on target 'CAtomic' in project 'swift-markdown'
        ➜ Explicit dependency on target 'cmark-gfm' in project 'cmark-gfm'
        ➜ Explicit dependency on target 'cmark-gfm-extensions' in project 'cmark-gfm'
    Target 'Markdown' in project 'swift-markdown'
        ➜ Explicit dependency on target 'CAtomic' in project 'swift-markdown'
        ➜ Explicit dependency on target 'cmark-gfm' in project 'cmark-gfm'
        ➜ Explicit dependency on target 'cmark-gfm-extensions' in project 'cmark-gfm'
    Target 'cmark-gfm-extensions' in project 'cmark-gfm'
        ➜ Explicit dependency on target 'cmark-gfm-extensions' in project 'cmark-gfm'
        ➜ Explicit dependency on target 'cmark-gfm' in project 'cmark-gfm'
    Target 'cmark-gfm-extensions' in project 'cmark-gfm'
        ➜ Explicit dependency on target 'cmark-gfm' in project 'cmark-gfm'
    Target 'cmark-gfm' in project 'cmark-gfm'
        ➜ Explicit dependency on target 'cmark-gfm' in project 'cmark-gfm'
    Target 'cmark-gfm' in project 'cmark-gfm' (no dependencies)
    Target 'CAtomic' in project 'swift-markdown' (no dependencies)
    Target 'Ignite_Ignite' in project 'Ignite' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
ReadFileContents /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
Build description signature: 607657357e6b321ed3d4a0c120ef6dfd
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/607657357e6b321ed3d4a0c120ef6dfd.xcbuilddata
error: The package product 'SwiftSoup' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'Ignite' from project 'Ignite')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme Ignite-Package
(1 failure)
BUILD FAILURE 6.0 watchOS