Build Information
Successful build of Plot, reference 0.14.0 (271926
), with Swift 5.8 for macOS (Xcode) using Xcode 14.3 on 23 Jul 2024 06:34:59 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -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: 0.14.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SwiftPackageIndex/Plot
* tag 0.14.0 -> FETCH_HEAD
HEAD is now at 271926b Add <time> element (#86)
Cloned https://github.com/SwiftPackageIndex/Plot.git
Revision (git rev-parse @):
271926b4413fe868739d99f5eadcf2bd6cd62fb8
SUCCESS checkout https://github.com/SwiftPackageIndex/Plot.git at 0.14.0
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 5.8
Building package at path: $PWD
https://github.com/SwiftPackageIndex/Plot.git
Command line invocation:
/Applications/Xcode-14.3.1.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
2024-07-23 02:34:33.016 xcodebuild[468:2469] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
{
"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",
"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/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"
]
}
}
2024-07-23 02:34:43.491 xcodebuild[530:2833] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Plot -destination platform=macOS,arch=arm64
Build complete.
Done.