Build Information
Successful build of Yakka, reference 2.1.3 (af26fa), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 19:52:54 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/KieranHarper/Yakka.git
Reference: 2.1.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/KieranHarper/Yakka
* tag 2.1.3 -> FETCH_HEAD
HEAD is now at af26fa7 Release 2.1.3
Cloned https://github.com/KieranHarper/Yakka.git
Revision (git rev-parse @):
af26fa778cd25c6ae5b24abfd141d48c3a37c144
SUCCESS checkout https://github.com/KieranHarper/Yakka.git at 2.1.3
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/KieranHarper/Yakka.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/8] Compiling Yakka Line.swift
[4/8] Emitting module Yakka
[5/8] Compiling Yakka FeedbackHandlerHelper.swift
[6/8] Compiling Yakka Task.swift
[7/8] Compiling Yakka MultiTask.swift
[8/8] Compiling Yakka TaskRetryHelper.swift
Build complete! (9.16s)
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/Quick/Quick.git
[1/14759] Fetching quick
[2/34343] Fetching quick, nimble
Fetched https://github.com/Quick/Quick.git from cache (1.73s)
Fetched https://github.com/Quick/Nimble.git from cache (1.73s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 1.3.4 (2.25s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 7.3.4 (0.47s)
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 1.3.4
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 7.3.4
Build complete.
{
"dependencies" : [
{
"identity" : "quick",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Quick.git"
},
{
"identity" : "nimble",
"requirement" : {
"range" : [
{
"lower_bound" : "7.0.0",
"upper_bound" : "8.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Nimble.git"
}
],
"manifest_display_name" : "Yakka",
"name" : "Yakka",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Yakka",
"targets" : [
"Yakka"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "YakkaTests",
"module_type" : "SwiftTarget",
"name" : "YakkaTests",
"path" : "Tests/YakkaTests",
"product_dependencies" : [
"Quick",
"Nimble"
],
"sources" : [
"YakkaTests.swift"
],
"target_dependencies" : [
"Yakka"
],
"type" : "test"
},
{
"c99name" : "Yakka",
"module_type" : "SwiftTarget",
"name" : "Yakka",
"path" : "Sources",
"product_memberships" : [
"Yakka"
],
"sources" : [
"FeedbackHandlerHelper.swift",
"Line.swift",
"MultiTask.swift",
"Task.swift",
"TaskRetryHelper.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.