Build Information
Failed to build Down with Swift 6.2 (beta) for watchOS using Xcode 26.0.
Build Command
Build command unavailable
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/johnxnguyen/Down.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/johnxnguyen/Down
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at e754ab1 Provide access to the list delimiter (#275)
Cloned https://github.com/johnxnguyen/Down.git
Revision (git rev-parse @):
e754ab1c80920dd51a8e08290c912ac1c2ac8b58
SUCCESS checkout https://github.com/johnxnguyen/Down.git at master
========================================
Build
========================================
Selected platform: watchOS
Swift version: 6.2
Building package at path: $PWD
https://github.com/johnxnguyen/Down.git
Command line invocation:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/pointfreeco/swift-snapshot-testing.git
Creating working copy of package ‘swift-snapshot-testing’
Checking out 1.8.2 of package ‘swift-snapshot-testing’
Resolved source packages:
SnapshotTesting: https://github.com/pointfreeco/swift-snapshot-testing.git @ 1.8.2
resolved source packages: SnapshotTesting
{
"dependencies" : [
],
"manifest_display_name" : "Down",
"name" : "Down",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.11"
},
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "tvos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "Down",
"targets" : [
"Down"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "libcmark",
"module_type" : "ClangTarget",
"name" : "libcmark",
"path" : "Sources/cmark",
"product_memberships" : [
"Down"
],
"sources" : [
"blocks.c",
"buffer.c",
"cmark.c",
"cmark_ctype.c",
"commonmark.c",
"houdini_href_e.c",
"houdini_html_e.c",
"houdini_html_u.c",
"html.c",
"inlines.c",
"iterator.c",
"latex.c",
"man.c",
"node.c",
"references.c",
"render.c",
"scanners.c",
"utf8.c",
"xml.c"
],
"type" : "library"
},
{
"c99name" : "DownTests",
"module_type" : "SwiftTarget",
"name" : "DownTests",
"path" : "Tests/DownTests",
"sources" : [
"AST/ListItemPrefixGeneratorTests.swift",
"AST/NodeTests.swift",
"BindingTests.swift",
"NSAttributedStringTests.swift",
"StringTests.swift",
"Styler/Helpers/CGPointTranslateTests.swift",
"Styler/Helpers/CGRectHelpersTests.swift",
"Styler/Helpers/NSAttributedString+HelpersTests.swift",
"Styler/Helpers/NSMutableAttributedString+AttributesTests.swift"
],
"target_dependencies" : [
"Down"
],
"type" : "test"
},
{
"c99name" : "Down",
"module_type" : "SwiftTarget",
"name" : "Down",
"path" : "Sources/Down",
"product_memberships" : [
"Down"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/Down/Resources/DownView (macOS).bundle",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/Down/Resources/DownView.bundle",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"AST/Nodes/BaseNode.swift",
"AST/Nodes/BlockQuote.swift",
"AST/Nodes/ChildSequence.swift",
"AST/Nodes/Code.swift",
"AST/Nodes/CodeBlock.swift",
"AST/Nodes/CustomBlock.swift",
"AST/Nodes/CustomInline.swift",
"AST/Nodes/Document.swift",
"AST/Nodes/Emphasis.swift",
"AST/Nodes/Heading.swift",
"AST/Nodes/HtmlBlock.swift",
"AST/Nodes/HtmlInline.swift",
"AST/Nodes/Image.swift",
"AST/Nodes/Item.swift",
"AST/Nodes/LineBreak.swift",
"AST/Nodes/Link.swift",
"AST/Nodes/List.swift",
"AST/Nodes/Node.swift",
"AST/Nodes/Paragraph.swift",
"AST/Nodes/SoftBreak.swift",
"AST/Nodes/Strong.swift",
"AST/Nodes/Text.swift",
"AST/Nodes/ThematicBreak.swift",
"AST/Styling/Attribute Collections/ColorCollection.swift",
"AST/Styling/Attribute Collections/FontCollection.swift",
"AST/Styling/Attribute Collections/ParagraphStyleCollection.swift",
"AST/Styling/Custom Attributes/BlockBackgroundColorAttribute.swift",
"AST/Styling/Custom Attributes/QuoteStripeAttribute.swift",
"AST/Styling/Custom Attributes/ThematicBreakAttribute.swift",
"AST/Styling/Helpers/Extensions/CGPoint+Translate.swift",
"AST/Styling/Helpers/Extensions/CGRect+Helpers.swift",
"AST/Styling/Helpers/Extensions/NSAttributedString+Helpers.swift",
"AST/Styling/Helpers/Extensions/NSMutableAttributedString+Attributes.swift",
"AST/Styling/Helpers/Extensions/UIFont+Traits.swift",
"AST/Styling/Helpers/ListItemParagraphStyler.swift",
"AST/Styling/Layout Managers/DownDebugLayoutManager.swift",
"AST/Styling/Layout Managers/DownLayoutManager.swift",
"AST/Styling/Options/CodeBlockOptions.swift",
"AST/Styling/Options/ListItemOptions.swift",
"AST/Styling/Options/QuoteStripeOptions.swift",
"AST/Styling/Options/ThematicBreakOptions.swift",
"AST/Styling/Stylers/DownStyler.swift",
"AST/Styling/Stylers/DownStylerConfiguration.swift",
"AST/Styling/Stylers/Styler.swift",
"AST/Styling/Text Views/DownDebugTextView.swift",
"AST/Styling/Text Views/DownTextView.swift",
"AST/Visitors/AttributedStringVisitor.swift",
"AST/Visitors/DebugVisitor.swift",
"AST/Visitors/ListItemPrefixGenerator.swift",
"AST/Visitors/Visitor.swift",
"Down.swift",
"Enums & Options/DownErrors.swift",
"Enums & Options/DownOptions.swift",
"Extensions/NSAttributedString+HTML.swift",
"Extensions/String+ToHTML.swift",
"Renderers/DownASTRenderable.swift",
"Renderers/DownAttributedStringRenderable.swift",
"Renderers/DownCommonMarkRenderable.swift",
"Renderers/DownGroffRenderable.swift",
"Renderers/DownHTMLRenderable.swift",
"Renderers/DownLaTeXRenderable.swift",
"Renderers/DownRenderable.swift",
"Renderers/DownXMLRenderable.swift",
"Views/BundleHelper.swift",
"Views/DownView.swift"
],
"target_dependencies" : [
"libcmark"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "Down",
"schemes" : [
"Down"
],
"targets" : [
"Down",
"DownTests"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Down -destination generic/platform=watchOS
Command line invocation:
/Applications/Xcode-26.0.0-Beta.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 Down -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
SnapshotTesting: https://github.com/pointfreeco/swift-snapshot-testing.git @ 1.8.2
2025-06-18 21:38:28.333 xcodebuild[604:3538] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-18-06_21-38-0028.xcresult
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
{ generic:1, platform:watchOS }
Available destinations for the "Down" scheme:
{ platform:macOS, arch:arm64, id:12a7b464be9bd205e1617bdb61262c995eee944e, name:My Mac }
{ platform:macOS, arch:x86_64, id:12a7b464be9bd205e1617bdb61262c995eee944e, name:My Mac }
{ platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device }
{ platform:iOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder, name:Any iOS Simulator Device }
{ platform:macOS, name:Any Mac }
{ platform:tvOS, id:dvtdevice-DVTiOSDevicePlaceholder-appletvos:placeholder, name:Any tvOS Device }
{ platform:tvOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-appletvsimulator:placeholder, name:Any tvOS Simulator Device }
{ platform:tvOS Simulator, arch:x86_64, id:F69FF41F-59AD-4EAE-94E2-6D1A1112ED95, OS:26.0, name:Apple TV }
{ platform:tvOS Simulator, arch:x86_64, id:833DC45D-933E-473A-B8B3-E40EF25072B4, OS:26.0, name:Apple TV 4K (3rd generation) }
{ platform:tvOS Simulator, arch:x86_64, id:AB5CFB16-0F3F-4D9E-8151-F6A49E8B91B4, OS:26.0, name:Apple TV 4K (3rd generation) (at 1080p) }
{ platform:iOS Simulator, arch:arm64, id:47CB3090-4A7A-4BA9-865C-E774CB80CB09, OS:26.0, name:iPad (A16) }
{ platform:iOS Simulator, arch:x86_64, id:47CB3090-4A7A-4BA9-865C-E774CB80CB09, OS:26.0, name:iPad (A16) }
{ platform:iOS Simulator, arch:arm64, id:6C579DFE-7828-4DBD-BD48-410887D06893, OS:26.0, name:iPad Air 11-inch (M3) }
{ platform:iOS Simulator, arch:x86_64, id:6C579DFE-7828-4DBD-BD48-410887D06893, OS:26.0, name:iPad Air 11-inch (M3) }
{ platform:iOS Simulator, arch:arm64, id:AD038BAF-21F2-47D8-8D06-3CCDB2E46003, OS:26.0, name:iPad Air 13-inch (M3) }
{ platform:iOS Simulator, arch:x86_64, id:AD038BAF-21F2-47D8-8D06-3CCDB2E46003, OS:26.0, name:iPad Air 13-inch (M3) }
{ platform:iOS Simulator, arch:arm64, id:D954F7DE-D2F1-45A9-A5AD-468ED1E09E9C, OS:26.0, name:iPad Pro 11-inch (M4) }
{ platform:iOS Simulator, arch:x86_64, id:D954F7DE-D2F1-45A9-A5AD-468ED1E09E9C, OS:26.0, name:iPad Pro 11-inch (M4) }
{ platform:iOS Simulator, arch:arm64, id:90E811AF-0D27-406F-9D62-A086722898B9, OS:26.0, name:iPad Pro 13-inch (M4) }
{ platform:iOS Simulator, arch:x86_64, id:90E811AF-0D27-406F-9D62-A086722898B9, OS:26.0, name:iPad Pro 13-inch (M4) }
{ platform:iOS Simulator, arch:arm64, id:AC7215AF-9A15-4CD9-9EBB-254006B2477F, OS:26.0, name:iPad mini (A17 Pro) }
{ platform:iOS Simulator, arch:x86_64, id:AC7215AF-9A15-4CD9-9EBB-254006B2477F, OS:26.0, name:iPad mini (A17 Pro) }
{ platform:iOS Simulator, arch:arm64, id:2EE34D1F-8701-4887-A1BB-5304E84F5E8A, OS:26.0, name:iPhone 16 }
{ platform:iOS Simulator, arch:x86_64, id:2EE34D1F-8701-4887-A1BB-5304E84F5E8A, OS:26.0, name:iPhone 16 }
{ platform:iOS Simulator, arch:arm64, id:5A94F69F-39F1-4D54-BDDE-4BD094DC8EAB, OS:26.0, name:iPhone 16 Plus }
{ platform:iOS Simulator, arch:x86_64, id:5A94F69F-39F1-4D54-BDDE-4BD094DC8EAB, OS:26.0, name:iPhone 16 Plus }
{ platform:iOS Simulator, arch:arm64, id:0564477C-84AD-4EFA-A3A0-C92E288A2BE9, OS:26.0, name:iPhone 16 Pro }
{ platform:iOS Simulator, arch:x86_64, id:0564477C-84AD-4EFA-A3A0-C92E288A2BE9, OS:26.0, name:iPhone 16 Pro }
{ platform:iOS Simulator, arch:arm64, id:95106813-3A4A-468A-99A5-A92A44C22B4B, OS:26.0, name:iPhone 16 Pro Max }
{ platform:iOS Simulator, arch:x86_64, id:95106813-3A4A-468A-99A5-A92A44C22B4B, OS:26.0, name:iPhone 16 Pro Max }
{ platform:iOS Simulator, arch:arm64, id:FA8B8B74-3A18-4F6B-BEE3-60145FDAF81B, OS:26.0, name:iPhone 16e }
{ platform:iOS Simulator, arch:x86_64, id:FA8B8B74-3A18-4F6B-BEE3-60145FDAF81B, OS:26.0, name:iPhone 16e }
INFRASTRUCTURE ERROR (status: destinationUnavailable