Build Information
Successful build of swift-embedded-examples, reference main (e34693
), with Swift 6.1 for macOS (SPM) on 11 Sep 2025 00:26:00 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
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 e346934 Fix broken link to swift-mmio (#173)
Cloned https://github.com/swiftlang/swift-embedded-examples.git
Revision (git rev-parse @):
e346934faecf51016dda0917ac8c512a5179868c
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 from cache
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.85s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.85s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (4.07s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.63s)
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
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
========================================
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",
"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",
"dependencies": [
]
}
]
}
Fetching https://github.com/swiftlang/swift-embedded-examples.git
[1/3357] Fetching swift-embedded-examples
Fetched https://github.com/swiftlang/swift-embedded-examples.git from cache (2.74s)
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 (e346934)
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.1
Building package at path: $PWD
https://github.com/swiftlang/swift-embedded-examples.git
https://github.com/swiftlang/swift-embedded-examples.git
{
"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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
[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-2F0A5646E1D333AE.txt
[5/6] Compiling EmbeddedSwift Empty.swift
[6/6] Emitting module EmbeddedSwift
Build complete! (10.10s)
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.