Build Information
Successful build of Plot, reference main (3ee6fa
), with Swift 5.9 for macOS (Xcode) using Xcode 15.2 on 23 Jul 2024 06:40:17 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Plot -destination platform=macOS,arch=arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.47.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftPackageIndex/Plot.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SwiftPackageIndex/Plot
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 3ee6fa6 Merge pull request #3 from SwiftPackageIndex/github-ci
Cloned https://github.com/SwiftPackageIndex/Plot.git
Revision (git rev-parse @):
3ee6fa631a22401643b21146a68c953b87a0a752
SUCCESS checkout https://github.com/SwiftPackageIndex/Plot.git at main
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 5.9
Building package at path: $PWD
https://github.com/SwiftPackageIndex/Plot.git
Command line invocation:
/Applications/Xcode-15.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
Resolve Package Graph
Resolved source packages:
Plot: /Users/admin/builder/spi-builder-workspace
resolved source packages: Plot
{
"dependencies" : [
],
"manifest_display_name" : "Plot",
"name" : "Plot",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Plot",
"targets" : [
"Plot"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PlotTests",
"module_type" : "SwiftTarget",
"name" : "PlotTests",
"path" : "Tests/PlotTests",
"sources" : [
"Assertions.swift",
"ControlFlowTests.swift",
"Date+Stubbing.swift",
"DocumentTests.swift",
"HTMLComponentTests.swift",
"HTMLTests.swift",
"IndentationTests.swift",
"NodeTests.swift",
"PodcastFeedTests.swift",
"RSSTests.swift",
"Require.swift",
"SiteMapIndexTests.swift",
"SiteMapTests.swift",
"XMLTests.swift"
],
"target_dependencies" : [
"Plot"
],
"type" : "test"
},
{
"c99name" : "Plot",
"module_type" : "SwiftTarget",
"name" : "Plot",
"path" : "Sources/Plot",
"product_memberships" : [
"Plot"
],
"sources" : [
"API/Attribute.swift",
"API/Component.swift",
"API/ComponentAttributes.swift",
"API/ComponentBuilder.swift",
"API/ComponentContainer.swift",
"API/ComponentGroup.swift",
"API/ControlFlow.swift",
"API/Directionality.swift",
"API/Document.swift",
"API/DocumentEncoding.swift",
"API/Element.swift",
"API/ElementClosingMode.swift",
"API/ElementComponent.swift",
"API/ElementDefinition.swift",
"API/EmptyComponent.swift",
"API/EnvironmentKey.swift",
"API/EnvironmentValue.swift",
"API/HTML.swift",
"API/HTMLAnchorRelationship.swift",
"API/HTMLAnchorTarget.swift",
"API/HTMLAttributes.swift",
"API/HTMLAudioFormat.swift",
"API/HTMLButtonType.swift",
"API/HTMLComponents.swift",
"API/HTMLElements.swift",
"API/HTMLFormContentType.swift",
"API/HTMLFormMethod.swift",
"API/HTMLInputType.swift",
"API/HTMLLinkRelationship.swift",
"API/HTMLListStyle.swift",
"API/HTMLVideoFormat.swift",
"API/HTMLViewportFitMode.swift",
"API/HTMLViewportWidthMode.swift",
"API/Indentation.swift",
"API/Language.swift",
"API/Node.swift",
"API/NodeConvertible.swift",
"API/Optional+Component.swift",
"API/PodcastAttributes.swift",
"API/PodcastComponents.swift",
"API/PodcastElements.swift",
"API/PodcastEpisodeType.swift",
"API/PodcastFeed.swift",
"API/PodcastMediaType.swift",
"API/PodcastType.swift",
"API/RSS.swift",
"API/RSSAttributes.swift",
"API/RSSElements.swift",
"API/Renderable.swift",
"API/SiteMap.swift",
"API/SiteMapChangeFrequency.swift",
"API/SiteMapElements.swift",
"API/SiteMapIndex.swift",
"API/SiteMapIndexElements.swift",
"API/TwitterCardType.swift",
"API/URLRepresentable.swift",
"API/XML.swift",
"API/XMLAttributes.swift",
"API/XMLElements.swift",
"Internal/AnyAttribute.swift",
"Internal/AnyElement.swift",
"Internal/AnyEnvironmentValue.swift",
"Internal/AnyNode.swift",
"Internal/ElementRenderingBuffer.swift",
"Internal/ElementWrapper.swift",
"Internal/Environment.swift",
"Internal/ModifiedComponent.swift",
"Internal/Renderer.swift",
"Internal/String+Escaping.swift"
],
"type" : "library"
}
],
"tools_version" : "5.4"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Plot"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Plot -destination platform=macOS,arch=arm64
Build complete.
Done.