Build Information
Successful build of swift-embedded-examples, reference main (199afd), with Swift 6.3 for macOS (SPM) on 22 Apr 2026 22:28:36 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swiftlang/swift-embedded-examples.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swiftlang/swift-embedded-examples
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 199afd5 ESP: fix build issues by introducing swift component (#192)
Cloned https://github.com/swiftlang/swift-embedded-examples.git
Revision (git rev-parse @):
199afd52440398840a05763a641453503a75896c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swiftlang/swift-embedded-examples.git at main
Fetching https://github.com/swiftlang/swift-docc-plugin
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/2277] Fetching swift-docc-plugin
[229/5951] Fetching swift-docc-plugin, swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.15s)
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.15s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (4.74s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.79s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swift-embedded-examples",
"name": "swift-embedded-examples",
"url": "https://github.com/swiftlang/swift-embedded-examples.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-embedded-examples",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/swiftlang/swift-embedded-examples.git
[1/3938] Fetching swift-embedded-examples
Fetched https://github.com/swiftlang/swift-embedded-examples.git from cache (5.49s)
Creating working copy for https://github.com/swiftlang/swift-embedded-examples.git
Working copy of https://github.com/swiftlang/swift-embedded-examples.git resolved at main (199afd5)
warning: '.resolve-product-dependencies': dependency 'swift-embedded-examples' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/swiftlang/swift-embedded-examples.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version--6988338F2F200930.txt
[5/6] Compiling EmbeddedSwift Empty.swift
[6/6] Emitting module EmbeddedSwift
Build complete! (7.22s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-docc-plugin"
}
],
"manifest_display_name" : "swift-embedded-examples",
"name" : "swift-embedded-examples",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "EmbeddedSwift",
"targets" : [
"EmbeddedSwift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "EmbeddedSwift",
"module_type" : "SwiftTarget",
"name" : "EmbeddedSwift",
"path" : "Sources/EmbeddedSwift",
"product_memberships" : [
"EmbeddedSwift"
],
"sources" : [
"Empty.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.