Build Information
Successful build of When, reference 5.0.0 (f1a9b4
), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 12:22:17 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vadymmarkov/When.git
Reference: 5.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/vadymmarkov/When
* tag 5.0.0 -> FETCH_HEAD
HEAD is now at f1a9b4c Update When.podspec
Cloned https://github.com/vadymmarkov/When.git
Revision (git rev-parse @):
f1a9b4cb4c04a29af47c3ae430a06370f99afd9d
SUCCESS checkout https://github.com/vadymmarkov/When.git at 5.0.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/vadymmarkov/When.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/9] Compiling When Error.swift
[4/9] Compiling When Promise.swift
[5/9] Compiling When State.swift
[6/9] Emitting module When
[7/9] Compiling When Functions.swift
[8/9] Compiling When Result.swift
[9/9] Compiling When Observer.swift
Build complete! (10.47s)
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/Quick/Quick.git
[1/14759] Fetching quick
[297/34343] Fetching quick, nimble
Fetched https://github.com/Quick/Nimble.git from cache (3.24s)
Fetched https://github.com/Quick/Quick.git from cache (3.24s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 2.2.1 (3.76s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.0.9 (0.48s)
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 2.2.1
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 8.0.9
Build complete.
{
"dependencies" : [
{
"identity" : "quick",
"requirement" : {
"range" : [
{
"lower_bound" : "2.2.0",
"upper_bound" : "2.3.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Quick.git"
},
{
"identity" : "nimble",
"requirement" : {
"range" : [
{
"lower_bound" : "8.0.5",
"upper_bound" : "8.1.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Nimble.git"
}
],
"manifest_display_name" : "When",
"name" : "When",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "ios",
"version" : "8.0"
},
{
"name" : "tvos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "When",
"targets" : [
"When"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "WhenTests",
"module_type" : "SwiftTarget",
"name" : "WhenTests",
"path" : "WhenTests",
"product_dependencies" : [
"Quick",
"Nimble"
],
"sources" : [
"Shared/FunctionsSpec.swift",
"Shared/Helpers/SpecError.swift",
"Shared/PromiseSpec.swift",
"Shared/ResultSpec.swift",
"Shared/StateSpec.swift"
],
"target_dependencies" : [
"When"
],
"type" : "test"
},
{
"c99name" : "When",
"module_type" : "SwiftTarget",
"name" : "When",
"path" : "Sources",
"product_memberships" : [
"When"
],
"sources" : [
"Error.swift",
"Functions.swift",
"Observer.swift",
"Promise.swift",
"Result.swift",
"State.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.