Build Information
Successful build of swift-embedded-examples, reference main (32ed7e
), with Swift 6.0 for macOS (SPM) on 5 May 2025 22:59:21 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-embedded-examples.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/apple/swift-embedded-examples
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 32ed7ec Copy getting started website guide (#126)
Cloned https://github.com/apple/swift-embedded-examples.git
Revision (git rev-parse @):
32ed7ec635dcee451e0ac0db5951cec0d1a193ec
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-embedded-examples.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/apple/swift-embedded-examples.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-5BDAB9E9C0126B9D.txt
[5/6] Emitting module EmbeddedSwift
[6/6] Compiling EmbeddedSwift Empty.swift
Build complete! (17.87s)
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2049] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.07s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (3.01s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3376] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.11s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.62s)
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
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.