Build Information
Successful build of ConcurrencyRecipes, reference main (ef3263
), with Swift 5.10 for macOS (SPM) on 3 Apr 2025 22:31:17 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mattmassicotte/ConcurrencyRecipes.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mattmassicotte/ConcurrencyRecipes
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at ef3263d typos
Cloned https://github.com/mattmassicotte/ConcurrencyRecipes.git
Revision (git rev-parse @):
ef3263da9e7a8d763ad033bba0fd73d479e54a26
SUCCESS checkout https://github.com/mattmassicotte/ConcurrencyRecipes.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/mattmassicotte/ConcurrencyRecipes.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/4] Compiling PreconcurrencyLib PreconcurrencyStuff.swift
[4/4] Emitting module PreconcurrencyLib
Build complete! (4.14s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "ConcurrencyRecipes",
"name" : "ConcurrencyRecipes",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
],
"targets" : [
{
"c99name" : "PreconcurrencyLib",
"module_type" : "SwiftTarget",
"name" : "PreconcurrencyLib",
"path" : "Sources/PreconcurrencyLib",
"sources" : [
"PreconcurrencyStuff.swift"
],
"type" : "library"
},
{
"c99name" : "ConcurrencyRecipesTests",
"module_type" : "SwiftTarget",
"name" : "ConcurrencyRecipesTests",
"path" : "Tests/ConcurrencyRecipesTests",
"sources" : [
"PreconcurrencyLibTests.swift"
],
"target_dependencies" : [
"PreconcurrencyLib"
],
"type" : "test"
}
],
"tools_version" : "5.10"
}
Done.