Build Information
Failed to build Ignite, reference 0.5.2 (6a62f2
), with Swift 6.1 for iOS using Xcode 16.3 on 26 Apr 2025 02:03:12 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Ignite-Package -destination generic/platform=iOS
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/twostraws/Ignite.git
Reference: 0.5.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/twostraws/Ignite
* tag 0.5.2 -> FETCH_HEAD
HEAD is now at 6a62f28 SwiftLint clean ups and version bump.
Cloned https://github.com/twostraws/Ignite.git
Revision (git rev-parse @):
6a62f28d2f3ea5a3829615c625109055e6b09dff
SUCCESS checkout https://github.com/twostraws/Ignite.git at 0.5.2
========================================
Build
========================================
Selected platform: iOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/twostraws/Ignite.git
https://github.com/twostraws/Ignite.git
{
"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/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/TestSite.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",
"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/SubscribeAction.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/Divider.swift",
"Elements/Document.swift",
"Elements/Dropdown.swift",
"Elements/Embed.swift",
"Elements/Emphasis.swift",
"Elements/EmptyHTML.swift",
"Elements/ForEach.swift",
"Elements/Form.swift",
"Elements/FormFieldLabel.swift",
"Elements/Grid.swift",
"Elements/Group.swift",
"Elements/HStack.swift",
"Elements/Head.swift",
"Elements/Image.swift",
"Elements/Include.swift",
"Elements/Item.swift",
"Elements/Label.swift",
"Elements/Link-Relationship.swift",
"Elements/Link-Target.swift",
"Elements/Link-UnderlineProminence.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/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/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/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/CoreAttributes.swift",
"Framework/DecodeAction.swift",
"Framework/DefaultLayout.swift",
"Framework/Defaultable.swift",
"Framework/ElementTypes/DocumentElement.swift",
"Framework/ElementTypes/HTML.swift",
"Framework/ElementTypes/HeadElement.swift",
"Framework/ElementTypes/InlineElement.swift",
"Framework/ElementTypes/ListableElement.swift",
"Framework/ElementTypes/PassthroughElement.swift",
"Framework/EmptyLayout.swift",
"Framework/EmptyTagPage.swift",
"Framework/Environment/Environment.swift",
"Framework/Environment/EnvironmentValues.swift",
"Framework/Event.swift",
"Framework/FeedConfiguration.swift",
"Framework/HTMLCollection.swift",
"Framework/HighlighterLanguage.swift",
"Framework/HighlighterTheme.swift",
"Framework/InlineStyle.swift",
"Framework/Language.swift",
"Framework/Layout.swift",
"Framework/LayoutContent.swift",
"Framework/LengthUnit.swift",
"Framework/Material.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/ResultBuilders/BlockHTMLBuilder.swift",
"Rendering/ResultBuilders/DocumentBuilder.swift",
"Rendering/ResultBuilders/ElementBuilder.swift",
"Rendering/ResultBuilders/HTMLBuilder.swift",
"Rendering/ResultBuilders/InlineElementBuilder.swift",
"Rendering/SiteMetadata.swift",
"Rendering/TabFocus.swift",
"Styles/Stylable.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/CornerRadii.swift",
"Types/DiagonalEdge.swift",
"Types/Edge.swift",
"Types/FillMode.swift",
"Types/Gradient.swift",
"Types/ImageFit.swift",
"Types/ListStyle.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"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
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 (cached)
Fetching from https://github.com/apple/swift-argument-parser.git (cached)
Fetching from https://github.com/swiftlang/swift-cmark.git
Creating working copy of package ‘swift-markdown’
Checking out 0.6.0 of package ‘swift-markdown’
Creating working copy of package ‘swift-cmark’
Checking out 0.6.0 of package ‘swift-cmark’
Creating working copy of package ‘SwiftSoup’
Checking out 2.8.7 of package ‘SwiftSoup’
Creating working copy of package ‘swift-collections’
Checking out 1.1.4 of package ‘swift-collections’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.5.0 of package ‘swift-argument-parser’
Resolve Package Graph
Resolved source packages:
swift-markdown: https://github.com/swiftlang/swift-markdown.git @ 0.6.0
cmark-gfm: https://github.com/swiftlang/swift-cmark.git @ 0.6.0
Ignite: /Users/admin/builder/spi-builder-workspace
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
resolved source packages: swift-markdown, cmark-gfm, Ignite, swift-collections, swift-argument-parser, SwiftSoup
{
"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/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/TestSite.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",
"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/SubscribeAction.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/Divider.swift",
"Elements/Document.swift",
"Elements/Dropdown.swift",
"Elements/Embed.swift",
"Elements/Emphasis.swift",
"Elements/EmptyHTML.swift",
"Elements/ForEach.swift",
"Elements/Form.swift",
"Elements/FormFieldLabel.swift",
"Elements/Grid.swift",
"Elements/Group.swift",
"Elements/HStack.swift",
"Elements/Head.swift",
"Elements/Image.swift",
"Elements/Include.swift",
"Elements/Item.swift",
"Elements/Label.swift",
"Elements/Link-Relationship.swift",
"Elements/Link-Target.swift",
"Elements/Link-UnderlineProminence.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/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/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/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/CoreAttributes.swift",
"Framework/DecodeAction.swift",
"Framework/DefaultLayout.swift",
"Framework/Defaultable.swift",
"Framework/ElementTypes/DocumentElement.swift",
"Framework/ElementTypes/HTML.swift",
"Framework/ElementTypes/HeadElement.swift",
"Framework/ElementTypes/InlineElement.swift",
"Framework/ElementTypes/ListableElement.swift",
"Framework/ElementTypes/PassthroughElement.swift",
"Framework/EmptyLayout.swift",
"Framework/EmptyTagPage.swift",
"Framework/Environment/Environment.swift",
"Framework/Environment/EnvironmentValues.swift",
"Framework/Event.swift",
"Framework/FeedConfiguration.swift",
"Framework/HTMLCollection.swift",
"Framework/HighlighterLanguage.swift",
"Framework/HighlighterTheme.swift",
"Framework/InlineStyle.swift",
"Framework/Language.swift",
"Framework/Layout.swift",
"Framework/LayoutContent.swift",
"Framework/LengthUnit.swift",
"Framework/Material.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/ResultBuilders/BlockHTMLBuilder.swift",
"Rendering/ResultBuilders/DocumentBuilder.swift",
"Rendering/ResultBuilders/ElementBuilder.swift",
"Rendering/ResultBuilders/HTMLBuilder.swift",
"Rendering/ResultBuilders/InlineElementBuilder.swift",
"Rendering/SiteMetadata.swift",
"Rendering/TabFocus.swift",
"Styles/Stylable.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/CornerRadii.swift",
"Types/DiagonalEdge.swift",
"Types/Edge.swift",
"Types/FillMode.swift",
"Types/Gradient.swift",
"Types/ImageFit.swift",
"Types/ListStyle.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.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Ignite-Package -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats
Command line invocation:
/Applications/Xcode-16.3.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=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
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
swift-collections: https://github.com/apple/swift-collections.git @ 1.1.4
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
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.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 2a40c301a13ccfd9cc189c603f04e6b9
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/2a40c301a13ccfd9cc189c603f04e6b9.xcbuilddata
error: The package product 'SwiftSoup' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.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.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
swift-markdown: https://github.com/swiftlang/swift-markdown.git @ 0.6.0
cmark-gfm: https://github.com/swiftlang/swift-cmark.git @ 0.6.0
swift-collections: https://github.com/apple/swift-collections.git @ 1.1.4
SwiftSoup: https://github.com/scinfu/SwiftSoup.git @ 2.8.7
swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
Ignite: /Users/admin/builder/spi-builder-workspace
resolved source packages: swift-markdown, cmark-gfm, swift-collections, SwiftSoup, swift-argument-parser, 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/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/TestSite.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",
"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/SubscribeAction.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/Divider.swift",
"Elements/Document.swift",
"Elements/Dropdown.swift",
"Elements/Embed.swift",
"Elements/Emphasis.swift",
"Elements/EmptyHTML.swift",
"Elements/ForEach.swift",
"Elements/Form.swift",
"Elements/FormFieldLabel.swift",
"Elements/Grid.swift",
"Elements/Group.swift",
"Elements/HStack.swift",
"Elements/Head.swift",
"Elements/Image.swift",
"Elements/Include.swift",
"Elements/Item.swift",
"Elements/Label.swift",
"Elements/Link-Relationship.swift",
"Elements/Link-Target.swift",
"Elements/Link-UnderlineProminence.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/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/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/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/CoreAttributes.swift",
"Framework/DecodeAction.swift",
"Framework/DefaultLayout.swift",
"Framework/Defaultable.swift",
"Framework/ElementTypes/DocumentElement.swift",
"Framework/ElementTypes/HTML.swift",
"Framework/ElementTypes/HeadElement.swift",
"Framework/ElementTypes/InlineElement.swift",
"Framework/ElementTypes/ListableElement.swift",
"Framework/ElementTypes/PassthroughElement.swift",
"Framework/EmptyLayout.swift",
"Framework/EmptyTagPage.swift",
"Framework/Environment/Environment.swift",
"Framework/Environment/EnvironmentValues.swift",
"Framework/Event.swift",
"Framework/FeedConfiguration.swift",
"Framework/HTMLCollection.swift",
"Framework/HighlighterLanguage.swift",
"Framework/HighlighterTheme.swift",
"Framework/InlineStyle.swift",
"Framework/Language.swift",
"Framework/Layout.swift",
"Framework/LayoutContent.swift",
"Framework/LengthUnit.swift",
"Framework/Material.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/ResultBuilders/BlockHTMLBuilder.swift",
"Rendering/ResultBuilders/DocumentBuilder.swift",
"Rendering/ResultBuilders/ElementBuilder.swift",
"Rendering/ResultBuilders/HTMLBuilder.swift",
"Rendering/ResultBuilders/InlineElementBuilder.swift",
"Rendering/SiteMetadata.swift",
"Rendering/TabFocus.swift",
"Styles/Stylable.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/CornerRadii.swift",
"Types/DiagonalEdge.swift",
"Types/Edge.swift",
"Types/FillMode.swift",
"Types/Gradient.swift",
"Types/ImageFit.swift",
"Types/ListStyle.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.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Ignite-Package -destination generic/platform=iOS
Command line invocation:
/Applications/Xcode-16.3.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=iOS
Resolve Package Graph
Resolved source packages:
SwiftSoup: https://github.com/scinfu/SwiftSoup.git @ 2.8.7
Ignite: /Users/admin/builder/spi-builder-workspace
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
swift-markdown: https://github.com/swiftlang/swift-markdown.git @ 0.6.0
cmark-gfm: https://github.com/swiftlang/swift-cmark.git @ 0.6.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
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.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: e62f2293ff82908023700559c204817c
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/e62f2293ff82908023700559c204817c.xcbuilddata
error: The package product 'SwiftSoup' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.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.1 iOS